Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dwait.h367 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ macro
381 __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \