Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmcache.h231 #define MCR_NOSLEEP 0x0001 /* same as M_NOWAIT */ macro
236 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/xnu-8020.140.41/bsd/net/
H A Dflowadv.c140 MCR_SLEEP : MCR_NOSLEEP)) != NULL) { in flowadv_alloc_entry()
/xnu-8020.140.41/bsd/kern/
H A Dmcache.c427 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()
H A Duipc_mbuf.c998 #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 …]