Searched refs:MCR_SLEEP (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h130 * be blocked until further notice, similar to MCR_SLEEP, except that upon
140 * Regular mcache clients should only use MCR_SLEEP or MCR_NOSLEEP.
142 #define MCR_SLEEP 0x0000 /* same as M_WAITOK */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c201 (btp->bt_bktsize + 1) * sizeof (void *), 0, 0, MCR_SLEEP);
208 0, 0, MCR_SLEEP);
H A Duipc_mbuf.c826 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)
1430 AUDIT_CONTENTS_SIZE, 0, 0, MCR_SLEEP);
1495 0, 0, MCR_SLEEP);
1531 (void *)(uintptr_t)m, flags, MCR_SLEEP);
2694 &con_list, needed, MCR_SLEEP);
2702 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP);
3660 * overrides MCR_SLEEP, since this thread will not go to sleep
3817 * overrides MCR_SLEEP, since this thread will not go to sleep

Completed in 84 milliseconds