Home
last modified time | relevance | path

Searched refs:fl_blocked_requests (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/
Dlocks.c262 INIT_LIST_HEAD(&fl->fl_blocked_requests); in locks_init_lock_heads()
283 BUG_ON(!list_empty(&fl->fl_blocked_requests)); in locks_release_private()
321 if (!list_empty(&fl->fl_blocked_requests)) { in locks_owner_has_blockers()
406 if (list_empty(&fl->fl_blocked_requests)) in locks_move_blocks()
409 list_splice_init(&fl->fl_blocked_requests, &new->fl_blocked_requests); in locks_move_blocks()
410 list_for_each_entry(f, &new->fl_blocked_requests, fl_blocked_member) in locks_move_blocks()
668 while (!list_empty(&blocker->fl_blocked_requests)) { in __locks_wake_up_blocks()
671 waiter = list_first_entry(&blocker->fl_blocked_requests, in __locks_wake_up_blocks()
720 list_empty(&waiter->fl_blocked_requests)) in locks_delete_block()
763 list_for_each_entry(fl, &blocker->fl_blocked_requests, fl_blocked_member) in __locks_insert_block()
[all …]
/Linux-v6.1/include/linux/
Dfs.h1091 struct list_head fl_blocked_requests; /* list of requests with member