Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dperf_event.h1075 local_t nr_no_switch_fast; member
/linux/kernel/events/
H A Dcore.c2002 local_inc(&ctx->nr_no_switch_fast); in list_add_event()
2228 local_dec(&ctx->nr_no_switch_fast); in list_del_event()
3804 if (local_read(&ctx->nr_no_switch_fast) || in perf_event_context_sched_out()
3805 local_read(&next_ctx->nr_no_switch_fast)) { in perf_event_context_sched_out()
7659 local_dec(&event->ctx->nr_no_switch_fast); in perf_pending_task()
10736 local_inc(&event->ctx->nr_no_switch_fast); in __perf_event_overflow()