Home
last modified time | relevance | path

Searched refs:__this_cpu_sub (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dpercpu-defs.h513 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro
515 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)