Home
last modified time | relevance | path

Searched refs:blocker (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dhung_task.h46 WARN_ON_ONCE(READ_ONCE(current->blocker)); in hung_task_set_blocker()
55 WRITE_ONCE(current->blocker, lock_ptr | type); in hung_task_set_blocker()
60 WRITE_ONCE(current->blocker, 0UL); in hung_task_clear_blocker()
71 static inline unsigned long hung_task_get_blocker_type(unsigned long blocker) in hung_task_get_blocker_type() argument
73 WARN_ON_ONCE(!blocker); in hung_task_get_blocker_type()
75 return blocker & BLOCKER_TYPE_MASK; in hung_task_get_blocker_type()
78 static inline void *hung_task_blocker_to_lock(unsigned long blocker) in hung_task_blocker_to_lock() argument
80 WARN_ON_ONCE(!blocker); in hung_task_blocker_to_lock()
82 return (void *)(blocker & ~BLOCKER_TYPE_MASK); in hung_task_blocker_to_lock()
91 static inline unsigned long hung_task_get_blocker_type(unsigned long blocker) in hung_task_get_blocker_type() argument
[all …]
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c330 pthread_t waiter[THREAD_MAX], waker, blocker; in TEST_F()
361 create_rt_thread(_metadata, &blocker, third_party_blocker, in TEST_F()
385 pthread_join(blocker, NULL); in TEST_F()
323 pthread_t waiter[THREAD_MAX], waker, blocker; TEST_F() local
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c267 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()