Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Diostat.h42 this_cpu_add(server->io_stats->bytes[stat], addend); in nfs_add_server_stats()
57 this_cpu_add(NFS_SERVER(inode)->io_stats->fscache[stat], addend); in nfs_add_fscache_stats()
/linux-4.19.296/include/net/
Dsnmp.h142 this_cpu_add(mib->mibs[field], addend)
147 this_cpu_add(ptr[basefield##OCTETS], addend); \
Dsch_generic.h796 this_cpu_add(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_inc()
/linux-4.19.296/include/linux/
Dpercpu-defs.h510 #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) macro
520 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val))
521 #define this_cpu_inc(pcp) this_cpu_add(pcp, 1)
Dpercpu-refcount.h183 this_cpu_add(*percpu_count, nr); in percpu_ref_get_many()
Dvmstat.h72 this_cpu_add(vm_event_states.event[item], delta); in count_vm_events()
/linux-4.19.296/lib/
Dpercpu_counter.c95 this_cpu_add(*fbc->counters, amount); in percpu_counter_add_batch()
/linux-4.19.296/include/net/netfilter/
Dnf_conntrack.h326 #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v))
/linux-4.19.296/fs/
Dnamespace.c142 this_cpu_add(mnt->mnt_pcp->mnt_count, n); in mnt_add_count()
198 this_cpu_add(mnt->mnt_pcp->mnt_count, 1); in alloc_vfsmnt()
Dbuffer.c3404 this_cpu_add(bh_accounting.nr, per_cpu(bh_accounting, cpu).nr); in buffer_exit_cpu_dead()