Home
last modified time | relevance | path

Searched refs:raw_cpu_inc (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/kernel/locking/
H A Dlock_events.h40 raw_cpu_inc(lockevents[event]); in __lockevent_inc()
/openbmc/linux/include/linux/
H A Dvmstat.h66 raw_cpu_inc(vm_event_states.event[item]); in __count_vm_event()
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
/openbmc/linux/kernel/trace/
H A Dtrace_kprobe.c1718 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()
1745 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()
/openbmc/linux/kernel/rcu/
H A Dtree.c2280 raw_cpu_inc(rcu_data.ticks_this_gp); in rcu_sched_clock_irq()
/openbmc/linux/net/ipv4/
H A Droute.c195 #define RT_CACHE_STAT_INC(field) raw_cpu_inc(rt_cache_stat.field)
/openbmc/linux/mm/
H A Dslub.c340 raw_cpu_inc(s->cpu_slab->stat[si]); in stat()