Searched refs:fl_blocked_requests (Results 1 – 2 of 2) sorted by relevance
232 INIT_LIST_HEAD(&fl->fl_blocked_requests); in locks_init_lock_heads()253 BUG_ON(!list_empty(&fl->fl_blocked_requests)); in locks_release_private()348 if (list_empty(&fl->fl_blocked_requests)) in locks_move_blocks()351 list_splice_init(&fl->fl_blocked_requests, &new->fl_blocked_requests); in locks_move_blocks()352 list_for_each_entry(f, &new->fl_blocked_requests, fl_blocked_member) in locks_move_blocks()624 while (!list_empty(&blocker->fl_blocked_requests)) { in __locks_wake_up_blocks()627 waiter = list_first_entry(&blocker->fl_blocked_requests, in __locks_wake_up_blocks()676 list_empty(&waiter->fl_blocked_requests)) in locks_delete_block()761 if (list_empty(&blocker->fl_blocked_requests)) in locks_wake_up_blocks()2729 if (!list_empty(&cur->fl_blocked_requests)) { in locks_show()[all …]
1112 struct list_head fl_blocked_requests; /* list of requests with member
Completed in 17 milliseconds