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.h1020 local_t nr_no_switch_fast; member
/linux/kernel/events/
H A Dcore.c1842 local_inc(&ctx->nr_no_switch_fast); in list_add_event()
2068 local_dec(&ctx->nr_no_switch_fast); in list_del_event()
3614 if (local_read(&ctx->nr_no_switch_fast) || in perf_event_context_sched_out()
3615 local_read(&next_ctx->nr_no_switch_fast)) { in perf_event_context_sched_out()
5303 local_dec(&event->ctx->nr_no_switch_fast); in perf_pending_task_sync()
6956 local_dec(&event->ctx->nr_no_switch_fast); in perf_pending_task()
9903 local_inc(&event->ctx->nr_no_switch_fast); in __perf_event_overflow()