Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Duipc_mbuf.c998 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP) macro
3672 int mcflags = MSLEEPF(wait);
3985 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4009 int mcflags = MSLEEPF(wait);
4047 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4064 int mcflags = MSLEEPF(wait);
4100 int mcflags = MSLEEPF(wait);
4122 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4138 int mcflags = MSLEEPF(wait);
4160 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
[all …]