Searched refs:blocker (Results 1 – 4 of 4) sorted by relevance
| /linux/include/trace/events/ |
| 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/fs/ |
| A D | locks.c | 702 while (!list_empty(&blocker->flc_blocked_requests)) { in __locks_wake_up_blocks() 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() 832 __locks_insert_block(blocker, waiter, conflict); in locks_insert_block() 850 if (list_empty(&blocker->flc_blocked_requests)) in locks_wake_up_blocks() 854 __locks_wake_up_blocks(blocker); in locks_wake_up_blocks() 1032 if (posix_same_owner(flc, blocker)) { in what_owner_is_waiting_for() 1046 struct file_lock_core *blocker = &block_fl->c; in posix_locks_deadlock() local 1058 while ((blocker = what_owner_is_waiting_for(blocker))) { in posix_locks_deadlock() [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 | 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()
|
Completed in 26 milliseconds