Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c1292 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP) macro
4385 int mcflags = MSLEEPF(wait);
4749 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4783 int mcflags = MSLEEPF(wait);
4824 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4851 int mcflags = MSLEEPF(wait);
4895 int mcflags = MSLEEPF(wait);
4925 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4950 int mcflags = MSLEEPF(wait);
4980 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
[all …]