Searched refs:this_cpu_add_return (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | percpu-defs.h | 494 #define this_cpu_add_return(pcp, val) __pcpu_size_call_return2(this_cpu_add_return_, pcp, val) macro 503 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) 504 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1) 505 #define this_cpu_dec_return(pcp) this_cpu_add_return(pcp, -1)
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | this_cpu_ops.rst | 51 this_cpu_add_return(pcp, val)
|
/openbmc/linux/arch/x86/mm/ |
H A D | tlb.c | 249 *new_asid = this_cpu_add_return(cpu_tlbstate.next_asid, 1) - 1; in choose_new_asid()
|
/openbmc/linux/Documentation/core-api/ |
H A D | this_cpu_ops.rst | 53 this_cpu_add_return(pcp, val)
|
/openbmc/linux/drivers/nvdimm/ |
H A D | region_devs.c | 1157 idx = this_cpu_add_return(flush_idx, hash_32(current->pid + idx, 8)); in generic_nvdimm_flush()
|
/openbmc/linux/include/net/ |
H A D | sock.h | 1478 val = this_cpu_add_return(*proto->per_cpu_fw_alloc, val); in sk_memory_allocated_add()
|