Home
last modified time | relevance | path

Searched defs:this_cpu_sub_return (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dpercpu-defs.h503 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) macro
/kernel/linux/linux-5.10/include/linux/
Dpercpu-defs.h522 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) macro