Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_lockf.c604 ls->ls_threads = 1; in lf_advlockasync()
630 state->ls_threads++; in lf_advlockasync()
640 state->ls_threads++; in lf_advlockasync()
652 state->ls_threads--; in lf_advlockasync()
732 state->ls_threads--; in lf_advlockasync()
734 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) { in lf_advlockasync()
794 state->ls_threads++; in lf_purgelocks()
824 while (state->ls_threads > 1) in lf_purgelocks()
1955 ls->ls_threads++; in lf_iteratelocks_vnode()
1978 ls->ls_threads--; in lf_iteratelocks_vnode()
/NextBSD/sys/sys/
HDlockf.h119 int ls_threads; /* (i) Thread count */ member