Searched refs:ls_active (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_lockf.c | 611 LIST_INIT(&ls->ls_active); in lf_advlockasync() 708 LIST_FOREACH(lock, &state->ls_active, lf_link) { in lf_advlockasync() 714 LIST_FOREACH(lf, &state->ls_active, lf_link) { in lf_advlockasync() 991 LIST_FOREACH(overlap, &state->ls_active, lf_link) { in lf_add_outgoing() 1098 if (LIST_EMPTY(&state->ls_active)) { in lf_insert_lock() 1104 LIST_FOREACH(lf, &state->ls_active, lf_link) { in lf_insert_lock() 1231 overlap = LIST_FIRST(&state->ls_active); in lf_activate_lock() 1554 overlap = LIST_FIRST(&state->ls_active); in lf_clearlock() 1661 LIST_FOREACH(overlap, &state->ls_active, lf_link) { in lf_getblock() 1889 LIST_FOREACH(lf, &ls->ls_active, lf_link) { in lf_iteratelocks_sysid() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | lockf.h | 119 struct lockf_entry_list ls_active; /* (s) Active locks */ member
|