Home
last modified time | relevance | path

Searched refs:pidhash_next (Results 1 – 1 of 1) sorted by relevance

/system/core/lmkd/
Dlmkd.c328 struct proc *pidhash_next; member
451 procp = procp->pidhash_next) in pid_lookup()
493 procp->pidhash_next = pidhash[hval]; in proc_insert()
504 procp = procp->pidhash_next) in pid_remove()
511 pidhash[hval] = procp->pidhash_next; in pid_remove()
513 prevp->pidhash_next = procp->pidhash_next; in pid_remove()
682 next = procp->pidhash_next; in cmd_procpurge()