Searched refs:PHASH_SIZE (Results 1 – 1 of 1) sorted by relevance
58 #define PHASH_SIZE 256 macro85 static struct phhead phash[PHASH_SIZE];808 LIST_INSERT_HEAD(&phash[pid % PHASH_SIZE], ph, le); in add_proc()843 for (i = 0; i < PHASH_SIZE; i++) in clear_procs()863 LIST_FOREACH(ph, &phash[pid % PHASH_SIZE], le) in find_proc()