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

/freebsd-9.3-release/usr.sbin/jail/
H A Dcommand.c54 #define PHASH_SIZE 256 macro
81 static struct phhead phash[PHASH_SIZE];
645 LIST_INSERT_HEAD(&phash[pid % PHASH_SIZE], ph, le);
680 for (i = 0; i < PHASH_SIZE; i++)
700 LIST_FOREACH(ph, &phash[pid % PHASH_SIZE], le)

Completed in 44 milliseconds