Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c1265 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP) macro
4370 int mcflags = MSLEEPF(wait);
4729 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4763 int mcflags = MSLEEPF(wait);
4805 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4836 int mcflags = MSLEEPF(wait);
4881 int mcflags = MSLEEPF(wait);
4912 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4942 int mcflags = MSLEEPF(wait);
4973 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
[all …]