Searched refs:ls_threads (Results 1 – 2 of 2) sorted by relevance
614 ls->ls_threads = 1; in lf_advlockasync()640 state->ls_threads++; in lf_advlockasync()650 state->ls_threads++; in lf_advlockasync()662 state->ls_threads--; in lf_advlockasync()732 state->ls_threads--; in lf_advlockasync()733 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) { in lf_advlockasync()787 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) { in lf_purgelocks()793 state->ls_threads++; in lf_purgelocks()823 while (state->ls_threads > 1) in lf_purgelocks()1957 ls->ls_threads++; in lf_iteratelocks_vnode()[all …]
121 int ls_threads; /* (i) Thread count */ member