Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dperf_event.h1009 local_t nr_no_switch_fast; member
/linux-6.15/kernel/events/
H A Dcore.c1886 local_inc(&ctx->nr_no_switch_fast); in list_add_event()
2112 local_dec(&ctx->nr_no_switch_fast); in list_del_event()
3625 if (local_read(&ctx->nr_no_switch_fast) || in perf_event_context_sched_out()
3626 local_read(&next_ctx->nr_no_switch_fast)) { in perf_event_context_sched_out()
7229 local_dec(&event->ctx->nr_no_switch_fast); in perf_pending_task()
10225 local_inc(&event->ctx->nr_no_switch_fast); in __perf_event_overflow()