Searched refs:blocker (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/trace/events/ |
D | filelock.h | 71 __field(struct file_lock_core *, blocker) 85 __entry->blocker = fl ? fl->c.flc_blocker : NULL; 97 __entry->i_ino, __entry->blocker, __entry->owner, 128 __field(struct file_lock_core *, blocker) 140 __entry->blocker = fl ? fl->c.flc_blocker : NULL; 150 __entry->i_ino, __entry->blocker, __entry->owner,
|
/linux-6.12.1/fs/ |
D | locks.c | 700 static void __locks_wake_up_blocks(struct file_lock_core *blocker) in __locks_wake_up_blocks() argument 702 while (!list_empty(&blocker->flc_blocked_requests)) { in __locks_wake_up_blocks() 706 waiter = list_first_entry(&blocker->flc_blocked_requests, in __locks_wake_up_blocks() 797 static void __locks_insert_block(struct file_lock_core *blocker, in __locks_insert_block() argument 806 list_for_each_entry(flc, &blocker->flc_blocked_requests, flc_blocked_member) in __locks_insert_block() 808 blocker = flc; in __locks_insert_block() 811 waiter->flc_blocker = blocker; in __locks_insert_block() 813 &blocker->flc_blocked_requests); in __locks_insert_block() 815 if ((blocker->flc_flags & (FL_POSIX|FL_OFDLCK)) == FL_POSIX) in __locks_insert_block() 826 static void locks_insert_block(struct file_lock_core *blocker, in locks_insert_block() argument [all …]
|
/linux-6.12.1/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.12.1/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 285 pthread_t waiter[THREAD_MAX], waker, blocker; in unit_test() local 308 if (create_rt_thread(&blocker, third_party_blocker, in unit_test() 345 pthread_join(blocker, NULL); in unit_test()
|