Home
last modified time | relevance | path

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

/include/linux/
Dpercpu-defs.h422 #define raw_cpu_add(pcp, val) __pcpu_size_call(raw_cpu_add_, pcp, val) macro
432 #define raw_cpu_sub(pcp, val) raw_cpu_add(pcp, -(val))
433 #define raw_cpu_inc(pcp) raw_cpu_add(pcp, 1)
458 raw_cpu_add(pcp, val); \
Dvmstat.h76 raw_cpu_add(vm_event_states.event[item], delta); in __count_vm_events()