Home
last modified time | relevance | path

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

/include/linux/
Dpercpu.h334 #ifndef this_cpu_sub
335 # define this_cpu_sub(pcp, val) this_cpu_add((pcp), -(val)) macro
343 # define this_cpu_dec(pcp) this_cpu_sub((pcp), 1)