Home
last modified time | relevance | path

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

/Linux-v5.15/mm/kfence/
Dcore.c636 wait_event_idle(allocation_wait, atomic_read(&kfence_allocation_gate)); in toggle_allocation_gate()
/Linux-v5.15/include/linux/
Dwait.h643 #define wait_event_idle(wq_head, condition) \ macro