Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c818 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP) macro
3059 int mcflags = MSLEEPF(wait);
3252 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
3278 int mcflags = MSLEEPF(wait);
3315 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
3332 int mcflags = MSLEEPF(wait);
3352 int mcflags = MSLEEPF(wait);
3374 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
3389 int mcflags = MSLEEPF(wait);
3411 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
[all …]