Searched refs:xhits_pg (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/i386/i386/
H A Dmp_machdep.c1111 u_int xhits_pg[MAXCPU]; variable
1116 SYSCTL_OPAQUE(_debug_xhits, OID_AUTO, page, CTLFLAG_RW, &xhits_pg,
1117 sizeof(xhits_pg), "IU", "");
1579 xhits_pg[PCPU_GET(cpuid)]++;
/freebsd-10.1-release/sys/amd64/amd64/
H A Dmp_machdep.c1028 u_int xhits_pg[MAXCPU]; variable
1033 SYSCTL_OPAQUE(_debug_xhits, OID_AUTO, page, CTLFLAG_RW, &xhits_pg,
1034 sizeof(xhits_pg), "IU", "");
1557 xhits_pg[PCPU_GET(cpuid)]++;
1572 xhits_pg[PCPU_GET(cpuid)]++;

Completed in 160 milliseconds