Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dlocks.c263 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()
411 list_for_each_entry(f, &new->fl_blocked_requests, fl_blocked_member) 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()
764 list_for_each_entry(fl, &blocker->fl_blocked_requests, fl_blocked_member) in __locks_insert_block()
[all …]
/linux-6.6.21/include/linux/
Dfilelock.h92 struct list_head fl_blocked_requests; /* list of requests with member