Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/kfence/
H A Dcore.c631 wait_event_idle_timeout(allocation_wait, atomic_read(&kfence_allocation_gate), in toggle_allocation_gate()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h716 #define wait_event_idle_timeout(wq_head, condition, timeout) \ macro