Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_lockf.c614 ls->ls_threads = 1; in lf_advlockasync()
640 state->ls_threads++; in lf_advlockasync()
650 state->ls_threads++; in lf_advlockasync()
662 state->ls_threads--; in lf_advlockasync()
732 state->ls_threads--; in lf_advlockasync()
733 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) { in lf_advlockasync()
787 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) { in lf_purgelocks()
793 state->ls_threads++; in lf_purgelocks()
823 while (state->ls_threads > 1) in lf_purgelocks()
1957 ls->ls_threads++; in lf_iteratelocks_vnode()
[all …]
/freebsd-12.1/sys/sys/
H A Dlockf.h121 int ls_threads; /* (i) Thread count */ member