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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c826 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP) macro
3192 int mcflags = MSLEEPF(wait);
3396 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
3414 int mcflags = MSLEEPF(wait);
3457 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL)
3473 int mcflags = MSLEEPF(wait);
3507 int mcflags = MSLEEPF(wait);
3528 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL)
3543 int mcflags = MSLEEPF(wait);
3564 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wai
[all...]

Completed in 78 milliseconds