Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dmcache.h117 #define MCR_NOSLEEP 0x0001 /* same as M_NOWAIT */ macro
122 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/xnu-10063.141.1/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.c1269 #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 …]