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()
1265 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)2953 (wait & MCR_NOSLEEP) ? M_DONTWAIT : M_WAIT); in mbuf_slab_alloc()2968 if (wait & MCR_NOSLEEP) { in mbuf_slab_alloc()3380 if (!(wait & MCR_NOSLEEP)) { in mbuf_cslab_alloc()4373 if (mcflags & MCR_NOSLEEP) {4766 if (mcflags & MCR_NOSLEEP) {4839 if (mcflags & MCR_NOSLEEP) {4884 if (mcflags & MCR_NOSLEEP) {4945 if (mcflags & MCR_NOSLEEP) {5151 if (!wantall || (mcflags & MCR_NOSLEEP)) {[all …]