Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c1283 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP) macro
4371 int mcflags = MSLEEPF(wait);
4735 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4769 int mcflags = MSLEEPF(wait);
4810 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4837 int mcflags = MSLEEPF(wait);
4881 int mcflags = MSLEEPF(wait);
4911 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4936 int mcflags = MSLEEPF(wait);
4966 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
[all …]