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)
429 VERIFY((wait & (MCR_NOSLEEP | MCR_FAILOK)) != (MCR_NOSLEEP | MCR_FAILOK)); in mcache_alloc_ext()560 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) && in mcache_alloc_ext()842 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP); in mcache_free_ext()
1283 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)2945 (wait & MCR_NOSLEEP) ? M_DONTWAIT : M_WAIT); in mbuf_slab_alloc()2960 if (wait & MCR_NOSLEEP) { in mbuf_slab_alloc()3373 if (!(wait & MCR_NOSLEEP)) { in mbuf_cslab_alloc()4374 if (mcflags & MCR_NOSLEEP) {4772 if (mcflags & MCR_NOSLEEP) {4840 if (mcflags & MCR_NOSLEEP) {4884 if (mcflags & MCR_NOSLEEP) {4939 if (mcflags & MCR_NOSLEEP) {5152 if (!wantall || (mcflags & MCR_NOSLEEP)) {[all …]