Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dsubr_eventhandler.c117 sizeof(uint64_t), 0, MCR_SLEEP); in eventhandler_init()
121 sizeof(uint64_t), 0, MCR_SLEEP); in eventhandler_init()
164 new_list = mcache_alloc(el_cache, MCR_SLEEP); in eventhandler_register_internal()
216 eg = mcache_alloc(eg_cache, MCR_SLEEP); in eventhandler_register()
H A Dmcache.c207 (btp->bt_bktsize + 1) * sizeof(void *), 0, 0, MCR_SLEEP); in mcache_init()
214 0, 0, MCR_SLEEP); in mcache_init()
H A Duipc_mbuf.c998 #define MSLEEPF(f) ((!((f) & M_DONTWAIT)) ? MCR_SLEEP : MCR_NOSLEEP)
1694 AUDIT_CONTENTS_SIZE, sizeof(u_int64_t), 0, MCR_SLEEP); in mbinit()
1765 0, 0, MCR_SLEEP); in mbinit()
1803 (void *)(uintptr_t)m, flags, MCR_SLEEP); in mbinit()
3128 &con_list, needed, MCR_SLEEP);
3140 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP);
/xnu-8792.61.2/bsd/net/
H A Dflowadv.c123 sizeof(uint64_t), 0, MCR_SLEEP); in flowadv_init()
140 MCR_SLEEP : MCR_NOSLEEP)) != NULL) { in flowadv_alloc_entry()
/xnu-8792.61.2/bsd/net/classq/
H A Dclassq_fq_codel.c111 0, MCR_SLEEP); in fq_codel_init()
140 fq = mcache_alloc(flowq_cache, MCR_SLEEP); in fq_alloc()
/xnu-8792.61.2/bsd/sys/
H A Dmcache.h230 #define MCR_SLEEP 0x0000 /* same as M_WAITOK */ macro