Searched refs:mcache_alloc (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | subr_eventhandler.c | 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 | 615 mcache_alloc(mcache_t *cp, int wait) in mcache_alloc() function 840 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP); in mcache_free_ext()
|
| H A D | uipc_mbuf.c | 3679 m = mcache_alloc(m_cache(MC_MBUF), mcflags); 3970 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 4002 m = mcache_alloc(m_cache(MC_MBUF_CL), mcflags); 4032 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 4056 return mcache_alloc(m_cache(MC_CL), mcflags); 4092 return mcache_alloc(m_cache(MC_BIGCL), mcflags); 4107 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 4130 return mcache_alloc(m_cache(MC_16KCL), mcflags); 4145 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | flowadv.c | 139 if ((fce = mcache_alloc(fadv_cache, (how == M_WAITOK) ? in flowadv_alloc_entry()
|
| H A D | necp_client.c | 1877 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_nexus_flow() 1934 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_interface_flow() 3182 …struct necp_client_flow_registration *new_registration = mcache_alloc(necp_flow_registration_cache… in necp_client_create_flow_registration() 3230 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_socket_flow()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | mcache.h | 379 __private_extern__ void *mcache_alloc(mcache_t *, int);
|
| /xnu-8020.140.41/bsd/net/classq/ |
| H A D | classq_fq_codel.c | 89 fq = mcache_alloc(flowq_cache, MCR_SLEEP); in fq_alloc()
|