Searched refs:this_cpu_add_return (Results 1 – 1 of 1) sorted by relevance
513 #define this_cpu_add_return(pcp, val) __pcpu_size_call_return2(this_cpu_add_return_, pcp, val) macro523 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val))524 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1)525 #define this_cpu_dec_return(pcp) this_cpu_add_return(pcp, -1)