Searched defs:this_cpu_sub (Results 1 – 3 of 3) sorted by relevance
37 #define this_cpu_sub(pcp, n) this_cpu_add(pcp, -(typeof(pcp)) (n)) macro
500 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
519 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro