Searched refs:blocker (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/testing/selftests/futex/functional/ |
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-6.6.21/drivers/net/ethernet/netronome/nfp/bpf/ |
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-6.6.21/fs/ |
D | locks.c | 667 static void __locks_wake_up_blocks(struct file_lock *blocker) in __locks_wake_up_blocks() argument 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() 755 static void __locks_insert_block(struct file_lock *blocker, in __locks_insert_block() argument 764 list_for_each_entry(fl, &blocker->fl_blocked_requests, fl_blocked_member) in __locks_insert_block() 766 blocker = fl; in __locks_insert_block() 769 waiter->fl_blocker = blocker; in __locks_insert_block() 770 list_add_tail(&waiter->fl_blocked_member, &blocker->fl_blocked_requests); in __locks_insert_block() 771 if (IS_POSIX(blocker) && !IS_OFDLCK(blocker)) in __locks_insert_block() 782 static void locks_insert_block(struct file_lock *blocker, in locks_insert_block() argument [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/ |
D | TODO | 59 long-term, but imo not a blocker. Definitely make sure new stuff
|
/linux-6.6.21/Documentation/gpu/rfc/ |
D | xe.rst | 183 This is a non-blocker item since the driver without the support for the long
|