Searched refs:mcflags (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c3192 int mcflags = MSLEEPF(wait); local
3195 if (mcflags & MCR_NOSLEEP)
3196 mcflags |= MCR_TRYHARD;
3198 m = mcache_alloc(m_cache(MC_MBUF), mcflags);
3414 int mcflags = MSLEEPF(wait); local
3418 if (mcflags & MCR_NOSLEEP)
3419 mcflags |= MCR_TRYHARD;
3421 m = mcache_alloc(m_cache(MC_MBUF_CL), mcflags);
3473 int mcflags = MSLEEPF(wait); local
3476 if (mcflags
3507 int mcflags = MSLEEPF(wait); local
3543 int mcflags = MSLEEPF(wait); local
3637 int mcflags = MSLEEPF(wait); local
3759 int mcflags = MSLEEPF(wait); local
4489 int mcflags = MSLEEPF(wait); local
[all...]

Completed in 25 milliseconds