Searched refs:ls_waiters (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | dlm_internal.h | 539 struct list_head ls_waiters; /* lkbs needing a reply */ member
|
H A D | lockspace.c | 530 INIT_LIST_HEAD(&ls->ls_waiters); in new_lockspace()
|
H A D | debug_fs.c | 697 * 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 D | lock.c | 1408 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 D | dlm_internal.h | 568 struct list_head ls_waiters; /* lkbs needing a reply */ member
|
H A D | debug_fs.c | 816 * 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 D | lockspace.c | 517 INIT_LIST_HEAD(&ls->ls_waiters); in new_lockspace()
|
H A D | lock.c | 1446 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