HomeSort by relevance Sort by last modified time
    Searched full:pidhash (Results 1 - 1 of 1) sorted by null

  /system/core/lmkd/
lmkd.c 114 static struct proc *pidhash[PIDHASH_SZ]; variable in typeref:struct:proc
162 for (procp = pidhash[pid_hashfn(pid)]; procp && procp->pid != pid;
205 procp->pidhash_next = pidhash[hval];
206 pidhash[hval] = procp;
215 for (procp = pidhash[hval], prevp = NULL; procp && procp->pid != pid;
223 pidhash[hval] = procp->pidhash_next;

Completed in 126 milliseconds