Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpmckern.h124 if (__predict_false(pmc_##pr##_##mo##_##fu##_##na.ps_running)) { \
149 if (__predict_false(pmc_##pr##_##mo##_##fu##_##na.ps_running)) { \
163 int ps_running; member
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_soft.c332 atomic_add_int(&ps->ps_running, 1); in soft_start_pmc()
351 atomic_subtract_int(&ps->ps_running, 1); in soft_stop_pmc()
/freebsd/sys/kern/
H A Dkern_pmc.c251 ps->ps_running = 0; in pmc_soft_ev_register()