Searched refs:event_stats_cpu (Results 1 – 1 of 1) sorted by relevance
873 struct scx_event_stats __percpu *event_stats_cpu; member1667 this_cpu_add((sch)->event_stats_cpu->name, (cnt)); \1680 __this_cpu_add((sch)->event_stats_cpu->name, (cnt)); \4575 free_percpu(sch->event_stats_cpu); in scx_sched_free_rcu_work()5476 sch->event_stats_cpu = alloc_percpu(struct scx_event_stats); in scx_alloc_and_add_sched()5477 if (!sch->event_stats_cpu) in scx_alloc_and_add_sched()5501 free_percpu(sch->event_stats_cpu); in scx_alloc_and_add_sched()7531 e_cpu = per_cpu_ptr(sch->event_stats_cpu, cpu); in scx_read_events()