Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/jail/
H A Dcommand.c58 #define PHASH_SIZE 256 macro
85 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()