Home
last modified time | relevance | path

Searched refs:MCR_NOSLEEP (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmcache.h112 #define MCR_NOSLEEP 0x0001 /* same as M_NOWAIT */ macro
117 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/xnu-12377.41.6/bsd/kern/
H A Dmcache.c432 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()
H A Duipc_mbuf_mcache.c818 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)
1648 (wait & MCR_NOSLEEP) ? M_DONTWAIT : M_WAIT); in mbuf_slab_alloc()
1663 if (wait & MCR_NOSLEEP) { in mbuf_slab_alloc()
2071 if (!(wait & MCR_NOSLEEP)) { in mbuf_cslab_alloc()
3062 if (mcflags & MCR_NOSLEEP) {
3281 if (mcflags & MCR_NOSLEEP) {
3335 if (mcflags & MCR_NOSLEEP) {
3355 if (mcflags & MCR_NOSLEEP) {
3392 if (mcflags & MCR_NOSLEEP) {
3460 if (!wantall || (mcflags & MCR_NOSLEEP)) {
[all …]