Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwait.h195 #define wait_event_interruptible_timeout(wait, condition, timeout) ({ … macro
/third_party/NuttX/drivers/usbdev/gadget/
Df_mass_storage.c117 wait_event_interruptible_timeout((((struct mass_dev_s *)fm)->xfer_wait), cond, tm)