Searched refs:kcpc_cpuctx (Results 1 – 6 of 6) sorted by relevance
128 if (kcpc_cpuctx || dtrace_cpc_in_use) { in cpc()486 if (++kcpc_cpuctx == 1) { in kcpc_open()493 kcpc_cpuctx--; in kcpc_open()508 kcpc_cpuctx--; in kcpc_open()512 kcpc_cpuctx--; in kcpc_open()530 if (--kcpc_cpuctx == 0) { in kcpc_close()534 ASSERT(kcpc_cpuctx >= 0); in kcpc_close()
218 extern int kcpc_cpuctx; /* number of cpu-specific contexts */
206 extern int kcpc_cpuctx; /* number of cpu-specific contexts */
92 if (kcpc_cpuctx || dtrace_cpc_in_use) in kcpc_cpu_setup()
745 if (kcpc_cpuctx > 0) { in dcpc_enable()
55 int kcpc_cpuctx; /* number of cpu-specific contexts */ variable