Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dpmckern.h113 if (pmc_##pr##_##mo##_##fu##_##na.ps_running) { \
138 if (pmc_##pr##_##mo##_##fu##_##na.ps_running) { \
152 int ps_running; member
/freebsd-10-stable/sys/dev/hwpmc/
Dhwpmc_soft.c363 atomic_add_int(&ps->ps_running, 1); in soft_start_pmc()
390 atomic_subtract_int(&ps->ps_running, 1); in soft_stop_pmc()
/freebsd-10-stable/sys/kern/
Dkern_pmc.c247 ps->ps_running = 0; in pmc_soft_ev_register()