Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_lockf.c191 #define LOCK_OWNER_HASH_SIZE 256 macro
208 static struct lock_owner_list lf_lock_owners[LOCK_OWNER_HASH_SIZE]; /* (l) */
283 for (i = 0; i < LOCK_OWNER_HASH_SIZE; i++) in lf_init()
310 return (h % LOCK_OWNER_HASH_SIZE); in lf_hash_owner()
2024 for (i = 0; i < LOCK_OWNER_HASH_SIZE; i++) in lf_countlocks()