Searched refs:ls_active (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_lockf.c | 601 LIST_INIT(&ls->ls_active); in lf_advlockasync() 698 LIST_FOREACH(lock, &state->ls_active, lf_link) { in lf_advlockasync() 704 LIST_FOREACH(lf, &state->ls_active, lf_link) { in lf_advlockasync() 980 LIST_FOREACH(overlap, &state->ls_active, lf_link) { in lf_add_outgoing() 1087 if (LIST_EMPTY(&state->ls_active)) { in lf_insert_lock() 1093 LIST_FOREACH(lf, &state->ls_active, lf_link) { in lf_insert_lock() 1220 overlap = LIST_FIRST(&state->ls_active); in lf_activate_lock() 1543 overlap = LIST_FIRST(&state->ls_active); in lf_clearlock() 1878 LIST_FOREACH(lf, &ls->ls_active, lf_link) { in lf_iteratelocks_sysid() 1948 LIST_FOREACH(lf, &ls->ls_active, lf_link) { in lf_iteratelocks_vnode() [all …]
|
| /freebsd-14.2/sys/sys/ |
| H A D | lockf.h | 117 struct lockf_entry_list ls_active; /* (s) Active locks */ member
|