Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/kfence/
H A Dcore.c634 wait_event_idle(allocation_wait, atomic_read(&kfence_allocation_gate)); in toggle_allocation_gate()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h661 #define wait_event_idle(wq_head, condition) \ macro