Searched refs:blocker (Results 1 – 5 of 5) sorted by relevance
46 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() argument73 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() argument80 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 …]
1252 unsigned long blocker; member
267 bool blocker, filler; in nfp_bpf_ctrl_op_cache_put() local269 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()
323 pthread_t waiter[THREAD_MAX], waker, blocker; in TEST_F() local354 if (create_rt_thread(&blocker, third_party_blocker, in TEST_F()384 pthread_join(blocker, NULL); in TEST_F()
1323 Say Y here to show the blocker task's stacktrace who acquires