Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c203 int lo_hash; /* (c) Used to lock the appropriate chain */ member
348 sx_xlock(&lf_lock_owners[lo->lo_hash].lock); in lf_alloc_lock()
350 sx_xunlock(&lf_lock_owners[lo->lo_hash].lock); in lf_alloc_lock()
376 chainlock = &lf_lock_owners[lo->lo_hash].lock; in lf_free_lock()
521 lo->lo_hash = hash; in lf_advlockasync()