Home
last modified time | relevance | path

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

/include/net/
Dsnmp.h142 this_cpu_add(mib->mibs[field], addend)
147 this_cpu_add(ptr[basefield##OCTETS], addend); \
/include/linux/
Dpercpu-refcount.h175 this_cpu_add(*percpu_count, nr); in percpu_ref_get_many()
Dpercpu-defs.h526 #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) macro
536 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val))
537 #define this_cpu_inc(pcp) this_cpu_add(pcp, 1)
Dmemcontrol.h295 this_cpu_add(memcg->stat->events[idx], nr); in mem_cgroup_events()
517 this_cpu_add(page->mem_cgroup->stat->count[idx], val); in mem_cgroup_update_page_stat()
876 this_cpu_add(page->mem_cgroup->stat->count[idx], val); in memcg_kmem_update_page_stat()
Dvmstat.h51 this_cpu_add(vm_event_states.event[item], delta); in count_vm_events()
/include/net/netfilter/
Dnf_conntrack.h341 #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v))