Lines Matching refs:pph
78 struct physmem_proc_hash *pph[PPH_SIZE];
81 * Lock which protects the pph hash above. To add an element (either a new
133 walker = &pph[index];
169 iterator = pph[index];
203 newp->pph_next = pph[index];
206 pph[index] = newp;
232 proc_hp = pph[index];
260 proc_hp = pph[index];
277 * Remove the given vnode from the pph hash. If it exists in the hash the
294 proc_hp = pph[index];
881 pph[i] = NULL;