Searched refs:mcache (Results 26 - 50 of 87) sorted by relevance

1234

/xnu-2782.1.97/bsd/net/
H A Dif_llreach.c117 #include <sys/mcache.h>
H A Dif_loop.c86 #include <sys/mcache.h>
H A Diptap.c66 #include <sys/mcache.h>
H A Dif_var.h513 #include <sys/mcache.h>
H A Dpktap.c63 #include <sys/mcache.h>
H A Dif_vlan.c82 #include <sys/mcache.h>
H A Drtsock.c76 #include <sys/mcache.h>
/xnu-2782.1.97/bsd/netinet/
H A Din_rmx.c79 #include <sys/mcache.h>
H A Dmptcp.c33 #include <sys/mcache.h>
H A Dip_icmp.c72 #include <sys/mcache.h>
H A Draw_ip.c74 #include <sys/mcache.h>
H A Dtcp_lro.c33 #include <sys/mcache.h>
H A Dtcp_timer.c74 #include <sys/mcache.h>
H A Din_arp.c73 #include <sys/mcache.h>
/xnu-2782.1.97/bsd/netinet6/
H A Din6_rmx.c111 #include <sys/mcache.h>
H A Dah_input.c69 #include <sys/mcache.h>
H A Dfrag6.c64 #include <sys/mcache.h>
H A Din6_var.h99 #include <sys/mcache.h>
H A Draw_ip6.c96 #include <sys/mcache.h>
H A Desp_input.c69 #include <sys/mcache.h>
H A Dip6_input.c108 #include <sys/mcache.h>
H A Dnd6_prproxy.c89 #include <sys/mcache.h>
/xnu-2782.1.97/bsd/kern/
H A Dmcache.c69 #include <sys/mcache.h>
172 static LIST_HEAD(, mcache) mcache_head;
194 mcache_llock_grp = lck_grp_alloc_init("mcache.list",
205 PAGE_SIZE, "mcache");
207 panic("mcache_init: failed to allocate mcache zone\n");
229 printf("mcache: %d CPU(s), %d bytes CPU cache line size\n",
234 * Return the global mcache flags.
354 (void) snprintf(cp->mc_name, sizeof (cp->mc_name), "mcache.%s", name);
966 /* If we got them all, return to mcache */
1018 /* No more objects to free; return to mcache */
[all...]
H A Duipc_domain.c68 #include <sys/mcache.h>
H A Dkpi_mbuf.c34 #include <sys/mcache.h>

Completed in 182 milliseconds

1234