Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c613 mcache_alloc(mcache_t *cp, int wait) in mcache_alloc() function
838 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP); in mcache_free_ext()
H A Duipc_mbuf.c3672 m = mcache_alloc(m_cache(MC_MBUF), mcflags);
3961 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
3993 m = mcache_alloc(m_cache(MC_MBUF_CL), mcflags);
4023 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4047 return mcache_alloc(m_cache(MC_CL), mcflags);
4083 return mcache_alloc(m_cache(MC_BIGCL), mcflags);
4098 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4121 return mcache_alloc(m_cache(MC_16KCL), mcflags);
4136 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
/xnu-8019.80.24/bsd/net/ !
H A Dflowadv.c139 if ((fce = mcache_alloc(fadv_cache, (how == M_WAITOK) ? in flowadv_alloc_entry()
H A Dnecp_client.c1856 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_nexus_flow()
1913 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_interface_flow()
3161 …struct necp_client_flow_registration *new_registration = mcache_alloc(necp_flow_registration_cache… in necp_client_create_flow_registration()
3209 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_socket_flow()
/xnu-8019.80.24/bsd/sys/ !
H A Dmcache.h379 __private_extern__ void *mcache_alloc(mcache_t *, int);
/xnu-8019.80.24/bsd/net/classq/ !
H A Dclassq_fq_codel.c89 fq = mcache_alloc(flowq_cache, MCR_SLEEP); in fq_alloc()