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

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h355 * - M_DONTWAIT or M_NOWAIT from an interrupt handler to not block allocation.
358 * M_DONTWAIT/M_NOWAIT means that we will not block the thread explicitly and
363 * XXX Eventually just phase this out to use M_WAITOK/M_NOWAIT.
367 #define M_DONTWAIT M_NOWAIT
373 # define M_NOWAIT 0 macro
665 if ((how & M_NOWAIT) && (m->m_ext.ext_buf == NULL)) {

Completed in 35 milliseconds