Searched refs:MCR_NOSLEEP (Results 1 – 4 of 4) sorted by relevance
231 #define MCR_NOSLEEP 0x0001 /* same as M_NOWAIT */ macro236 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
140 MCR_SLEEP : MCR_NOSLEEP)) != NULL) { in flowadv_alloc_entry()
427 VERIFY((wait & (MCR_NOSLEEP | MCR_FAILOK)) != (MCR_NOSLEEP | MCR_FAILOK)); in mcache_alloc_ext()558 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) && in mcache_alloc_ext()840 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP); in mcache_free_ext()
998 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)2249 (wait & MCR_NOSLEEP) ? M_DONTWAIT : M_WAIT); in mbuf_slab_alloc()2264 if (wait & MCR_NOSLEEP) { in mbuf_slab_alloc()2677 if (!(wait & MCR_NOSLEEP)) { in mbuf_cslab_alloc()3675 if (mcflags & MCR_NOSLEEP) {3998 if (mcflags & MCR_NOSLEEP) {4052 if (mcflags & MCR_NOSLEEP) {4088 if (mcflags & MCR_NOSLEEP) {4126 if (mcflags & MCR_NOSLEEP) {4313 if (!wantall || (mcflags & MCR_NOSLEEP)) {[all …]