Searched refs:__this_cpu_add (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | percpu-defs.h | 441 #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 D | part_stat.h | 58 __this_cpu_add((part)->bd_stats->field, addnd)
|
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 392 __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 D | this_cpu_ops.rst | 206 __this_cpu_add(pcp, val)
|
| /linux/kernel/sched/ |
| H A D | cpuacct.c | 357 __this_cpu_add(ca->cpustat->cpustat[index], val); in cpuacct_account_field()
|
| /linux/mm/ |
| H A D | memcontrol-v1.c | 543 __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 D | page-writeback.c | 2626 __this_cpu_add(bdp_ratelimits, nr); in folio_account_dirtied()
|
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 38 __this_cpu_add((sch)->pcpu->event_stats.name, (cnt)); \
|
| /linux/kernel/ |
| H A D | exit.c | 1050 __this_cpu_add(dirty_throttle_leaks, tsk->nr_dirtied); in do_exit()
|
| /linux/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 729 __this_cpu_add(np->txrx_stats->member, (count))
|