Home
last modified time | relevance | path

Searched refs:this_cpu_add (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dpercpu.h35 #define this_cpu_inc(pcp) this_cpu_add(pcp, 1)
37 #define this_cpu_sub(pcp, n) this_cpu_add(pcp, -(typeof(pcp)) (n))
73 #define this_cpu_add(pcp, n) \ macro
/kernel/linux/linux-5.10/kernel/locking/
H A Dqspinlock_stat.h102 this_cpu_add(EVENT_COUNT(pv_hash_hops), hopcnt); in lockevent_pv_hop()
114 this_cpu_add(EVENT_COUNT(pv_latency_kick), sched_clock() - start); in __pv_kick()
127 this_cpu_add(EVENT_COUNT(pv_latency_wake), in __pv_wait()
/kernel/linux/linux-6.6/kernel/locking/
H A Dqspinlock_stat.h102 this_cpu_add(EVENT_COUNT(pv_hash_hops), hopcnt); in lockevent_pv_hop()
114 this_cpu_add(EVENT_COUNT(pv_latency_kick), sched_clock() - start); in __pv_kick()
127 this_cpu_add(EVENT_COUNT(pv_latency_wake), in __pv_wait()
/kernel/linux/linux-5.10/fs/nfs/
H A 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()
/kernel/linux/linux-5.10/include/linux/
H A Dpercpu-refcount.h205 this_cpu_add(*percpu_count, nr); in percpu_ref_get_many()
244 this_cpu_add(*percpu_count, nr); in percpu_ref_tryget_many()
H A Dpercpu-defs.h509 #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) macro
519 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val))
520 #define this_cpu_inc(pcp) this_cpu_add(pcp, 1)
H A Dvmstat.h81 this_cpu_add(vm_event_states.event[item], delta); in count_vm_events()
/kernel/linux/linux-6.6/include/linux/
H A Dpercpu-refcount.h205 this_cpu_add(*percpu_count, nr); in percpu_ref_get_many()
244 this_cpu_add(*percpu_count, nr); in percpu_ref_tryget_many()
H A Dpercpu-defs.h491 #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) macro
500 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val))
501 #define this_cpu_inc(pcp) this_cpu_add(pcp, 1)
/kernel/linux/linux-5.10/include/net/
H A Dsnmp.h143 this_cpu_add(mib->mibs[field], addend)
148 this_cpu_add(ptr[basefield##OCTETS], addend); \
/kernel/linux/linux-6.6/include/net/
H A Dsnmp.h143 this_cpu_add(mib->mibs[field], addend)
148 this_cpu_add(ptr[basefield##OCTETS], addend); \
/kernel/linux/linux-6.6/fs/nfs/
H A Diostat.h39 this_cpu_add(server->io_stats->bytes[stat], addend); in nfs_add_server_stats()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Didle.c34 this_cpu_add(mt_cycles[i], cycles_new[i] - idle->mt_cycles_enter[i]); in account_idle_time_irq()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.h140 this_cpu_add(s->rdma_stats->dir[d].size_total, size); in rtrs_srv_update_rdma_stats()
H A Drtrs-clt-stats.c169 this_cpu_add(stats->pcpu_stats->rdma.dir[d].size_total, size); in rtrs_clt_update_rdma_stats()
/kernel/linux/linux-5.10/net/batman-adv/
H A Dmain.h362 this_cpu_add(bat_priv->bat_counters[idx], count); in batadv_add_counter()
/kernel/linux/linux-5.10/net/mpls/
H A Dinternal.h62 this_cpu_add((mdev)->stats->stats.bytes_field, (len)); \
/kernel/linux/linux-6.6/net/batman-adv/
H A Dmain.h358 this_cpu_add(bat_priv->bat_counters[idx], count); in batadv_add_counter()
/kernel/linux/linux-6.6/net/mpls/
H A Dinternal.h62 this_cpu_add((mdev)->stats->stats.bytes_field, (len)); \
/kernel/linux/linux-5.10/lib/
H A Dpercpu_counter.c79 * this_cpu_add which is irq-safe by definition. Hence there is no need muck
95 this_cpu_add(*fbc->counters, amount); in percpu_counter_add_batch()
/kernel/linux/linux-5.10/kernel/printk/
H A Dprintk_safe.c308 this_cpu_add(printk_context, PRINTK_NMI_CONTEXT_OFFSET); in printk_nmi_enter()
/kernel/linux/linux-6.6/lib/
H A Dpercpu_counter.c78 * - this_cpu_add would be ok as it is irq-safe by definition.
83 * the this_cpu_add(), and the interrupt updates this_cpu(*fbc->counters),
84 * then the this_cpu_add() that is executed after the interrupt has completed
100 this_cpu_add(*fbc->counters, amount); in percpu_counter_add_batch()
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_conntrack.h336 #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v))
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack.h375 #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v))
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_stats.h104 this_cpu_add((*stats).smc[t].key ## _bytes, r); \

Completed in 13 milliseconds

12