Home
last modified time | relevance | path

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

/include/linux/
Dswait.h206 #define __swait_event_timeout(wq, condition, timeout) \ macro
215 __ret = __swait_event_timeout(wq, condition, timeout); \