Searched refs:__this_cpu_sub (Results 1 – 1 of 1) sorted by relevance
513 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro515 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)