Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_lockf.c603 ls->ls_threads = 1; in lf_advlockasync()
630 state->ls_threads++; in lf_advlockasync()
641 state->ls_threads++; in lf_advlockasync()
654 state->ls_threads--; in lf_advlockasync()
722 MPASS(state->ls_threads > 0); in lf_advlockasync()
723 state->ls_threads--; in lf_advlockasync()
780 state->ls_threads++; in lf_purgelocks()
1943 MPASS(ls->ls_threads >= 0); in lf_iteratelocks_vnode()
1944 ls->ls_threads++; in lf_iteratelocks_vnode()
1967 MPASS(ls->ls_threads > 0); in lf_iteratelocks_vnode()
[all …]
/freebsd-14.2/sys/sys/
H A Dlockf.h119 int ls_threads; /* (i) Thread count */ member