Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwait.h238 #define add_wait_queue(wait, newWait) do {} while (0) macro
/third_party/uboot/u-boot-2020.01/include/linux/
Dcompat.h121 #define add_wait_queue(...) do { } while (0) macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdconcat.c368 add_wait_queue(&waitq, &wait); in concat_dev_erase()