Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c194 #define LOCK_OWNER_HASH_SIZE 256 macro
216 static struct lock_owner_chain lf_lock_owners[LOCK_OWNER_HASH_SIZE];
290 for (i = 0; i < LOCK_OWNER_HASH_SIZE; i++) { in lf_init()
317 return (h % LOCK_OWNER_HASH_SIZE); in lf_hash_owner()
2024 for (i = 0; i < LOCK_OWNER_HASH_SIZE; i++) { in lf_countlocks()