Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c198 int lo_refs; /* (l) Number of locks referring to this */ member
349 lo->lo_refs++; in lf_alloc_lock()
378 KASSERT(lo->lo_refs > 0, ("lock owner refcount")); in lf_free_lock()
379 lo->lo_refs--; in lf_free_lock()
380 if (lo->lo_refs == 0) { in lf_free_lock()
518 lo->lo_refs = 1; in lf_advlockasync()
550 lo->lo_refs++; in lf_advlockasync()
2028 count += lo->lo_refs; in lf_countlocks()