Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/jail/
H A Dcommand.c57 #define PHASH_SIZE 256 macro
84 static struct phhead phash[PHASH_SIZE];
775 LIST_INSERT_HEAD(&phash[pid % PHASH_SIZE], ph, le); in add_proc()
810 for (i = 0; i < PHASH_SIZE; i++) in clear_procs()
830 LIST_FOREACH(ph, &phash[pid % PHASH_SIZE], le) in find_proc()