Searched refs:MCR_NOSLEEP (Results 1 – 3 of 3) sorted by relevance
117 #define MCR_NOSLEEP 0x0001 /* same as M_NOWAIT */ macro122 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
432 VERIFY((wait & (MCR_NOSLEEP | MCR_FAILOK)) != (MCR_NOSLEEP | MCR_FAILOK)); in mcache_alloc_ext()563 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) && in mcache_alloc_ext()845 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP); in mcache_free_ext()
1271 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)2951 (wait & MCR_NOSLEEP) ? M_DONTWAIT : M_WAIT); in mbuf_slab_alloc()2966 if (wait & MCR_NOSLEEP) { in mbuf_slab_alloc()3379 if (!(wait & MCR_NOSLEEP)) { in mbuf_cslab_alloc()4372 if (mcflags & MCR_NOSLEEP) {4767 if (mcflags & MCR_NOSLEEP) {4835 if (mcflags & MCR_NOSLEEP) {4879 if (mcflags & MCR_NOSLEEP) {4934 if (mcflags & MCR_NOSLEEP) {5148 if (!wantall || (mcflags & MCR_NOSLEEP)) {[all …]