Home
last modified time | relevance | path

Searched refs:blocker (Results 1 – 5 of 5) 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 …]
H A Dsched.h1252 unsigned long blocker; member
/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()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c323 pthread_t waiter[THREAD_MAX], waker, blocker; in TEST_F() local
354 if (create_rt_thread(&blocker, third_party_blocker, in TEST_F()
384 pthread_join(blocker, NULL); in TEST_F()
/linux/lib/
H A DKconfig.debug1323 Say Y here to show the blocker task's stacktrace who acquires