Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c275 static int generic_switch_in(struct pmc_cpu *pc, struct pmc_process *pp);
5573 md->pmd_switch_in = generic_switch_in; in pmc_mdep_alloc()
5589 generic_switch_in(struct pmc_cpu *pc __unused, struct pmc_process *pp __unused) in generic_switch_in() function