Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/linux/
H A Dwait.h110 #define __wait_event_common(wq, condition, timeout_jiffies, flags, \ macro
172 __wait_event_common(wq, condition, 0, 0, false)
175 __wait_event_common(wq, condition, timeout, 0, false)
181 retval = __wait_event_common(wq, condition, 0, PCATCH, false); \
191 retval = __wait_event_common(wq, condition, 0, PCATCH, true); \
198 __wait_event_common(wq, condition, timeout, PCATCH, false)