Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dperf_event.h776 int active_oncpu; member
/Linux-v4.19/kernel/events/
Dcore.c2017 cpuctx->active_oncpu--; in event_sched_out()
2022 if (event->attr.exclusive || !cpuctx->active_oncpu) in event_sched_out()
2287 cpuctx->active_oncpu++; in event_sched_in()
2377 if (event->attr.exclusive && cpuctx->active_oncpu) in group_can_go_on()