Searched refs:PIDHASH_SZ (Results 1 – 1 of 1) sorted by relevance
341 #define PIDHASH_SZ 1024 macro342 static struct proc *pidhash[PIDHASH_SZ];343 #define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1))679 for (i = 0; i < PIDHASH_SZ; i++) { in cmd_procpurge()