Searched refs:ls_threads (Results 1 – 2 of 2) sorted by relevance
603 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 …]
119 int ls_threads; /* (i) Thread count */ member