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

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h189 * be blocked until further notice, similar to MCR_SLEEP, except that upon
199 * Regular mcache clients should only use MCR_SLEEP or MCR_NOSLEEP.
201 #define MCR_SLEEP 0x0000 /* same as M_WAITOK */ macro
/xnu-2782.1.97/bsd/kern/
H A Dmcache.c217 (btp->bt_bktsize + 1) * sizeof (void *), 0, 0, MCR_SLEEP);
224 0, 0, MCR_SLEEP);
H A Duipc_mbuf.c876 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)
1492 AUDIT_CONTENTS_SIZE, sizeof (u_int64_t), 0, MCR_SLEEP);
1561 0, 0, MCR_SLEEP);
1597 (void *)(uintptr_t)m, flags, MCR_SLEEP);
2766 &con_list, needed, MCR_SLEEP);
2774 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP);
3798 * overrides MCR_SLEEP, since this thread will not go to sleep
3955 * overrides MCR_SLEEP, since this thread will not go to sleep

Completed in 36 milliseconds