Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlock_events.h40 raw_cpu_inc(lockevents[event]); in __lockevent_inc()
/linux/include/linux/
H A Dvmstat.h70 raw_cpu_inc(vm_event_states.event[item]); in __count_vm_event()
251 raw_cpu_inc(pzstats->vm_numa_event[item]); in __count_numa_event()
H A Dpercpu-defs.h422 #define raw_cpu_inc(pcp) raw_cpu_add(pcp, 1) macro
/linux/kernel/trace/
H A Dtrace_kprobe.c1803 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()
1830 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()
/linux/net/ipv4/
H A Droute.c192 #define RT_CACHE_STAT_INC(field) raw_cpu_inc(rt_cache_stat.field)
/linux/mm/
H A Dslub.c408 raw_cpu_inc(s->cpu_slab->stat[si]); in stat()