Home
last modified time | relevance | path

Searched refs:raw_cpu_inc (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/kernel/locking/
H A Dlock_events.h34 * Increment the statistical counters. use raw_cpu_inc() because of lower
40 raw_cpu_inc(lockevents[event]); in __lockevent_inc()
/kernel/linux/linux-6.6/kernel/locking/
H A Dlock_events.h34 * Increment the statistical counters. use raw_cpu_inc() because of lower
40 raw_cpu_inc(lockevents[event]); in __lockevent_inc()
/kernel/linux/linux-6.6/include/linux/
H A Dvmstat.h66 raw_cpu_inc(vm_event_states.event[item]); in __count_vm_event()
241 /* See __count_vm_event comment on why raw_cpu_inc is used. */
247 raw_cpu_inc(pzstats->vm_numa_event[item]); in __count_numa_event()
H A Dpercpu-defs.h420 #define raw_cpu_inc(pcp) raw_cpu_add(pcp, 1) macro
/kernel/linux/linux-5.10/include/linux/
H A Dvmstat.h66 raw_cpu_inc(vm_event_states.event[item]); in __count_vm_event()
H A Dpercpu-defs.h433 #define raw_cpu_inc(pcp) raw_cpu_add(pcp, 1) macro
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_kprobe.c1730 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()
1747 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_kprobe.c1670 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()
1697 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()
/kernel/linux/linux-5.10/kernel/rcu/
H A Dtree.c2579 raw_cpu_inc(rcu_data.ticks_this_gp); in rcu_sched_clock_irq()
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c200 #define RT_CACHE_STAT_INC(field) raw_cpu_inc(rt_cache_stat.field)
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree.c2279 raw_cpu_inc(rcu_data.ticks_this_gp); in rcu_sched_clock_irq()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c194 #define RT_CACHE_STAT_INC(field) raw_cpu_inc(rt_cache_stat.field)
/kernel/linux/linux-5.10/mm/
H A Dslub.c235 raw_cpu_inc(s->cpu_slab->stat[si]); in stat()
/kernel/linux/linux-6.6/mm/
H A Dslub.c340 raw_cpu_inc(s->cpu_slab->stat[si]); in stat()

Completed in 45 milliseconds