Home
last modified time | relevance | path

Searched refs:mcache_alloc (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dsubr_eventhandler.c164 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.c615 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 Duipc_mbuf.c3679 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 Dflowadv.c139 if ((fce = mcache_alloc(fadv_cache, (how == M_WAITOK) ? in flowadv_alloc_entry()
H A Dnecp_client.c1877 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 Dmcache.h379 __private_extern__ void *mcache_alloc(mcache_t *, int);
/xnu-8020.140.41/bsd/net/classq/
H A Dclassq_fq_codel.c89 fq = mcache_alloc(flowq_cache, MCR_SLEEP); in fq_alloc()