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

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h356 * - M_WAIT or M_WAITOK or M_TRYWAIT from wherever it is safe to block.
360 * M_WAIT/M_WAITOK/M_TRYWAIT means that if we cannot allocate resources we
363 * XXX Eventually just phase this out to use M_WAITOK/M_NOWAIT.
368 #define M_TRYWAIT M_WAITOK
369 #define M_WAIT M_WAITOK
372 # define M_WAITOK 0 macro
397 if (how == M_WAITOK) \

Completed in 51 milliseconds