Searched defs:pph (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c78 struct physmem_proc_hash *pph[PPH_SIZE]; variable in typeref:struct:physmem_proc_hash
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[inde
[all...]

Completed in 58 milliseconds