Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/jail/
H A Dcommand.c56 #define PHASH_SIZE 256 macro
83 static struct phhead phash[PHASH_SIZE];
806 LIST_INSERT_HEAD(&phash[pid % PHASH_SIZE], ph, le); in add_proc()
841 for (i = 0; i < PHASH_SIZE; i++) in clear_procs()
861 LIST_FOREACH(ph, &phash[pid % PHASH_SIZE], le) in find_proc()