Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwait.h89 #define init_waitqueue_head(wait) __init_waitqueue_head(wait) macro
/third_party/NuttX/drivers/usbdev/gadget/
Df_mass_storage.c1428 init_waitqueue_head(&fmass->xfer_wait); in fmass_thread_init()
/third_party/lwip/src/api/
Dsockets.c540 init_waitqueue_head(&sockets[i].wq); in alloc_socket()