Searched defs:this_cpu_sub (Results 1 – 2 of 2) sorted by relevance
37 #define this_cpu_sub(pcp, n) this_cpu_add(pcp, -(typeof(pcp)) (n)) macro
519 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
Completed in 5 milliseconds