Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpercpu-defs.h441 #define __this_cpu_add(pcp, val) \ macro
483 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val))
484 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1)
H A Dpart_stat.h58 __this_cpu_add((part)->bd_stats->field, addnd)
/linux/include/linux/netfilter/
H A Dx_tables.h392 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_begin()
410 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_end()
/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst206 __this_cpu_add(pcp, val)
/linux/kernel/sched/
H A Dcpuacct.c357 __this_cpu_add(ca->cpustat->cpustat[index], val); in cpuacct_account_field()
/linux/mm/
H A Dmemcontrol-v1.c543 __this_cpu_add(memcg->events_percpu->nr_page_events, nr_pages); in memcg1_charge_statistics()
735 __this_cpu_add(memcg->events_percpu->nr_page_events, nr_memory); in memcg1_uncharge_batch()
H A Dpage-writeback.c2626 __this_cpu_add(bdp_ratelimits, nr); in folio_account_dirtied()
/linux/kernel/sched/ext/
H A Dinternal.h38 __this_cpu_add((sch)->pcpu->event_stats.name, (cnt)); \
/linux/kernel/
H A Dexit.c1050 __this_cpu_add(dirty_throttle_leaks, tsk->nr_dirtied); in do_exit()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c729 __this_cpu_add(np->txrx_stats->member, (count))