Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c998 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP) macro
3672 int mcflags = MSLEEPF(wait);
3970 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
3994 int mcflags = MSLEEPF(wait);
4032 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4049 int mcflags = MSLEEPF(wait);
4085 int mcflags = MSLEEPF(wait);
4107 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4123 int mcflags = MSLEEPF(wait);
4145 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
[all …]