Searched refs:ls_threads (Results 1 – 2 of 2) sorted by relevance
578 * variable and the state's ls_threads count is protected by in lf_advlockasync() 601 ls->ls_threads = 1; in lf_advlockasync() 627 MPASS(state->ls_threads >= 0); in lf_advlockasync() 628 state->ls_threads++; in lf_advlockasync() 638 MPASS(state->ls_threads >= 0); in lf_advlockasync() 639 state->ls_threads++; in lf_advlockasync() 651 MPASS(state->ls_threads > 0); in lf_advlockasync() 652 state->ls_threads--; in lf_advlockasync() 720 MPASS(state->ls_threads > 0); in lf_advlockasync() 721 state->ls_threads in lf_advlockasync() [all...]
117 int ls_threads; /* (i) Thread count */ member