Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c613 ls->ls_threads = 1; in lf_advlockasync()
640 state->ls_threads++; in lf_advlockasync()
651 state->ls_threads++; in lf_advlockasync()
664 state->ls_threads--; in lf_advlockasync()
732 MPASS(state->ls_threads > 0); in lf_advlockasync()
733 state->ls_threads--; in lf_advlockasync()
791 state->ls_threads++; in lf_purgelocks()
1954 MPASS(ls->ls_threads >= 0); in lf_iteratelocks_vnode()
1955 ls->ls_threads++; in lf_iteratelocks_vnode()
1978 MPASS(ls->ls_threads > 0); in lf_iteratelocks_vnode()
[all …]
/f-stack/freebsd/sys/
H A Dlockf.h121 int ls_threads; /* (i) Thread count */ member