Searched refs:blocker (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ |
| A D | locks.c | 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() 710 static void __locks_insert_block(struct file_lock *blocker, in __locks_insert_block() argument 721 blocker = fl; in __locks_insert_block() 724 waiter->fl_blocker = blocker; in __locks_insert_block() 726 if (IS_POSIX(blocker) && !IS_OFDLCK(blocker)) in __locks_insert_block() 737 static void locks_insert_block(struct file_lock *blocker, in locks_insert_block() argument 743 __locks_insert_block(blocker, waiter, conflict); in locks_insert_block() 752 static void locks_wake_up_blocks(struct file_lock *blocker) in locks_wake_up_blocks() argument 761 if (list_empty(&blocker->fl_blocked_requests)) in locks_wake_up_blocks() [all …]
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| A D | cmsg.c | 265 bool blocker, filler; in nfp_bpf_ctrl_op_cache_put() local 267 blocker = nfp_bpf_ctrl_op_cache_invalidate(op); in nfp_bpf_ctrl_op_cache_put() 269 if (blocker || filler) { in nfp_bpf_ctrl_op_cache_put() 276 if (blocker) { in nfp_bpf_ctrl_op_cache_put()
|
| /linux/tools/testing/selftests/futex/functional/ |
| A D | futex_requeue_pi.c | 283 pthread_t waiter[THREAD_MAX], waker, blocker; in unit_test() local 306 if (create_rt_thread(&blocker, third_party_blocker, in unit_test() 343 pthread_join(blocker, NULL); in unit_test()
|
| /linux/drivers/gpu/drm/amd/display/ |
| A D | TODO | 59 long-term, but imo not a blocker. Definitely make sure new stuff
|
Completed in 10 milliseconds