Lines Matching refs:ls_active
599 LIST_INIT(&ls->ls_active); in lf_advlockasync()
696 LIST_FOREACH(lock, &state->ls_active, lf_link) { in lf_advlockasync()
702 LIST_FOREACH(lf, &state->ls_active, lf_link) { in lf_advlockasync()
771 if (LIST_EMPTY(&state->ls_active) && state->ls_threads == 0) { in lf_purgelocks()
820 LIST_FOREACH_SAFE(lock, &state->ls_active, lf_link, nlock) { in lf_purgelocks()
978 LIST_FOREACH(overlap, &state->ls_active, lf_link) { in lf_add_outgoing()
1085 if (LIST_EMPTY(&state->ls_active)) { in lf_insert_lock()
1086 LIST_INSERT_HEAD(&state->ls_active, lock, lf_link); in lf_insert_lock()
1091 LIST_FOREACH(lf, &state->ls_active, lf_link) { in lf_insert_lock()
1218 overlap = LIST_FIRST(&state->ls_active); in lf_activate_lock()
1541 overlap = LIST_FIRST(&state->ls_active); in lf_clearlock()
1648 LIST_FOREACH(overlap, &state->ls_active, lf_link) { in lf_getblock()
1876 LIST_FOREACH(lf, &ls->ls_active, lf_link) { in lf_iteratelocks_sysid()
1946 LIST_FOREACH(lf, &ls->ls_active, lf_link) { in lf_iteratelocks_vnode()
2484 LIST_FOREACH(lf, &ls->ls_active, lf_link) { in vfs_report_lockf()
2643 LIST_FOREACH(lf, &lock->lf_vnode->v_lockf->ls_active, lf_link) { in lf_printlist()