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