Home
last modified time | relevance | path

Searched refs:ls_waiters (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Ddlm_internal.h539 struct list_head ls_waiters; /* lkbs needing a reply */ member
H A Dlockspace.c530 INIT_LIST_HEAD(&ls->ls_waiters); in new_lockspace()
H A Ddebug_fs.c697 * dump lkb's on the ls_waiters list
710 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) { in waiters_read()
H A Dlock.c1408 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) { in dlm_scan_waiters()
1493 list_add(&lkb->lkb_wait_reply, &ls->ls_waiters); in add_to_waiters()
1939 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) { in dlm_adjust_timeouts()
2700 causing the lookup is kept on the ls_waiters list waiting for the
5145 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) { in dlm_recover_waiters_pre()
5248 list_for_each_entry(iter, &ls->ls_waiters, lkb_wait_reply) { in find_resend_waiter()
/kernel/linux/linux-6.6/fs/dlm/
H A Ddlm_internal.h568 struct list_head ls_waiters; /* lkbs needing a reply */ member
H A Ddebug_fs.c816 * dump lkb's on the ls_waiters list
829 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) { in waiters_read()
H A Dlockspace.c517 INIT_LIST_HEAD(&ls->ls_waiters); in new_lockspace()
H A Dlock.c1446 list_add(&lkb->lkb_wait_reply, &ls->ls_waiters); in add_to_waiters()
2474 causing the lookup is kept on the ls_waiters list waiting for the
4901 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) { in dlm_recover_waiters_pre()
5002 list_for_each_entry(iter, &ls->ls_waiters, lkb_wait_reply) { in find_resend_waiter()

Completed in 25 milliseconds