Searched refs:MCR_SLEEP (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.61.2/bsd/kern/ |
| H A D | subr_eventhandler.c | 117 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 D | mcache.c | 207 (btp->bt_bktsize + 1) * sizeof(void *), 0, 0, MCR_SLEEP); in mcache_init() 214 0, 0, MCR_SLEEP); in mcache_init()
|
| H A D | uipc_mbuf.c | 998 #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 D | flowadv.c | 123 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 D | classq_fq_codel.c | 111 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 D | mcache.h | 230 #define MCR_SLEEP 0x0000 /* same as M_WAITOK */ macro
|