Lines Matching refs:fl_blocked_requests
338 INIT_LIST_HEAD(&fl->fl_blocked_requests); in locks_init_lock_heads()
359 BUG_ON(!list_empty(&fl->fl_blocked_requests)); in locks_release_private()
454 if (list_empty(&fl->fl_blocked_requests)) in locks_move_blocks()
457 list_splice_init(&fl->fl_blocked_requests, &new->fl_blocked_requests); in locks_move_blocks()
458 list_for_each_entry(f, &new->fl_blocked_requests, fl_blocked_member) in locks_move_blocks()
732 while (!list_empty(&blocker->fl_blocked_requests)) { in __locks_wake_up_blocks()
735 waiter = list_first_entry(&blocker->fl_blocked_requests, in __locks_wake_up_blocks()
784 list_empty(&waiter->fl_blocked_requests)) in locks_delete_block()
827 list_for_each_entry(fl, &blocker->fl_blocked_requests, fl_blocked_member) in __locks_insert_block()
833 list_add_tail(&waiter->fl_blocked_member, &blocker->fl_blocked_requests); in __locks_insert_block()
869 if (list_empty(&blocker->fl_blocked_requests)) in locks_wake_up_blocks()
2807 if (list_entry_is_head(tmp, &node->fl_blocker->fl_blocked_requests, fl_blocked_member) in get_next_blocked_member()
2838 if (!list_empty(&cur->fl_blocked_requests)) { in locks_show()
2840 cur = list_first_entry_or_null(&cur->fl_blocked_requests, in locks_show()