Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c108 #define PIDHASH_SZ 1024 macro
109 static struct proc *pidhash[PIDHASH_SZ];
110 #define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1))