Home
last modified time | relevance | path

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

/linux/samples/workqueue/stall_detector/
H A Dwq_stall.c32 static atomic_t wake_condition = ATOMIC_INIT(0); variable
65 wait_event_idle(stall_wq_head, atomic_read(&wake_condition) != 0); in stall_work1_fn()
86 atomic_set(&wake_condition, 1); in wq_stall_exit()