Searched refs:blocker (Results 1 – 3 of 3) sorted by relevance
/linux/include/trace/events/ |
H A 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/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | cmsg.c | 267 bool blocker, filler; in nfp_bpf_ctrl_op_cache_put() local 269 blocker = nfp_bpf_ctrl_op_cache_invalidate(op); in nfp_bpf_ctrl_op_cache_put() 271 if (blocker || filler) { in nfp_bpf_ctrl_op_cache_put() 278 if (blocker) { in nfp_bpf_ctrl_op_cache_put()
|
/linux/tools/testing/selftests/futex/functional/ |
H A 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()
|