Lines Matching refs:proc_hp
226 struct physmem_proc_hash *proc_hp; in physmem_get_hash() local
232 proc_hp = pph[index]; in physmem_get_hash()
233 while (proc_hp != NULL) { in physmem_get_hash()
234 if (proc_hp->pph_proc == procp) { in physmem_get_hash()
235 php = proc_hp->pph_hash; in physmem_get_hash()
245 proc_hp = proc_hp->pph_next; in physmem_get_hash()
254 struct physmem_proc_hash *proc_hp; in physmem_validate_cookie() local
260 proc_hp = pph[index]; in physmem_validate_cookie()
261 while (proc_hp != NULL) { in physmem_validate_cookie()
262 if (proc_hp->pph_proc == curproc) { in physmem_validate_cookie()
263 php = proc_hp->pph_hash; in physmem_validate_cookie()
271 proc_hp = proc_hp->pph_next; in physmem_validate_cookie()
287 struct physmem_proc_hash *proc_hp; in physmem_remove_vnode_hash() local
294 proc_hp = pph[index]; in physmem_remove_vnode_hash()
295 while (proc_hp != NULL) { in physmem_remove_vnode_hash()
296 if (proc_hp->pph_proc == curproc) { in physmem_remove_vnode_hash()
297 phpp = &proc_hp->pph_hash; in physmem_remove_vnode_hash()
310 proc_hp = proc_hp->pph_next; in physmem_remove_vnode_hash()