Searched defs:init_waitqueue_head (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dwlan_compat.h396 #ifndef init_waitqueue_head
398 #define init_waitqueue_head(p) (*(p) = NULL) macro
400 #define init_waitqueue_head(p) init_waitqueue(p) macro

Completed in 35 milliseconds