Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c291 sx_init(&lf_lock_owners[i].lock, "lock owners lock"); in lf_init()
292 LIST_INIT(&lf_lock_owners[i].list); in lf_init()
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()
501 sx_xlock(&lf_lock_owners[hash].lock); in lf_advlockasync()
502 LIST_FOREACH(lo, &lf_lock_owners[hash].list, lo_link) in lf_advlockasync()
552 sx_xunlock(&lf_lock_owners[hash].lock); in lf_advlockasync()
2025 sx_xlock(&lf_lock_owners[i].lock); in lf_countlocks()
2026 LIST_FOREACH(lo, &lf_lock_owners[i].list, lo_link) in lf_countlocks()
[all …]