Searched refs:this_cpu_add_return (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | percpu-defs.h | 499 #define this_cpu_add_return(pcp, val) __pcpu_size_call_return2(this_cpu_add_return_, pcp, val) macro 508 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) 509 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) 510 #define this_cpu_dec_return(pcp) this_cpu_add_return(pcp, -1)
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | this_cpu_ops.rst | 51 this_cpu_add_return(pcp, val)
|
| /linux/kernel/ |
| H A D | softirq.c | 208 newcnt = this_cpu_add_return(softirq_ctrl.cnt, cnt); in __local_bh_disable_ip()
|
| /linux/drivers/nvdimm/ |
| H A D | region_devs.c | 1118 idx = this_cpu_add_return(flush_idx, hash_32(current->pid + idx, 8)); in generic_nvdimm_flush()
|
| /linux/mm/ |
| H A D | memcontrol.c | 739 stats_updates = this_cpu_add_return(statc_pcpu->stats_updates, in memcg_rstat_updated()
|