Searched refs:PIDHASH_SZ (Results 1 – 1 of 1) sorted by relevance
108 #define PIDHASH_SZ 1024 macro109 static struct proc *pidhash[PIDHASH_SZ];110 #define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1))