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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/dlm/
H A Ddlm_internal.h465 struct list_head ls_waiters; /* lkbs needing a reply */ member in struct:dlm_ls
H A Ddebug_fs.c608 * dump lkb's on the ls_waiters list
628 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) {
H A Dlockspace.c498 INIT_LIST_HEAD(&ls->ls_waiters);
H A Dlock.c851 list_add(&lkb->lkb_wait_reply, &ls->ls_waiters);
1859 causing the lookup is kept on the ls_waiters list waiting for the
4032 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) {
4118 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/dlm/
H A Ddlm_internal.h465 struct list_head ls_waiters; /* lkbs needing a reply */ member in struct:dlm_ls
H A Ddebug_fs.c608 * dump lkb's on the ls_waiters list
628 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) {
H A Dlockspace.c498 INIT_LIST_HEAD(&ls->ls_waiters);
H A Dlock.c851 list_add(&lkb->lkb_wait_reply, &ls->ls_waiters);
1859 causing the lookup is kept on the ls_waiters list waiting for the
4032 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) {
4118 list_for_each_entry(lkb, &ls->ls_waiters, lkb_wait_reply) {

Completed in 90 milliseconds