Searched refs:fl_blocked_requests (Results 1 – 2 of 2) sorted by relevance
263 INIT_LIST_HEAD(&fl->fl_blocked_requests); in locks_init_lock_heads()284 BUG_ON(!list_empty(&fl->fl_blocked_requests)); in locks_release_private()322 if (!list_empty(&fl->fl_blocked_requests)) { in locks_owner_has_blockers()407 if (list_empty(&fl->fl_blocked_requests)) in locks_move_blocks()410 list_splice_init(&fl->fl_blocked_requests, &new->fl_blocked_requests); in locks_move_blocks()669 while (!list_empty(&blocker->fl_blocked_requests)) { in __locks_wake_up_blocks()672 waiter = list_first_entry(&blocker->fl_blocked_requests, in __locks_wake_up_blocks()721 list_empty(&waiter->fl_blocked_requests)) in locks_delete_block()806 if (list_empty(&blocker->fl_blocked_requests)) in locks_wake_up_blocks()2796 if (!list_empty(&cur->fl_blocked_requests)) { in locks_show()[all …]
92 struct list_head fl_blocked_requests; /* list of requests with member
Completed in 9 milliseconds