Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_lockf.c198 int lo_hash; /* (c) Used to lock the appropriate chain */ member
343 sx_xlock(&lf_lock_owners[lo->lo_hash].lock); in lf_alloc_lock()
345 sx_xunlock(&lf_lock_owners[lo->lo_hash].lock); in lf_alloc_lock()
371 chainlock = &lf_lock_owners[lo->lo_hash].lock; in lf_free_lock()
516 lo->lo_hash = hash; in lf_advlockasync()