Home
last modified time | relevance | path

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

/include/linux/
Dpercpu.h405 #ifndef this_cpu_add_return
418 # define this_cpu_add_return(pcp, val) __pcpu_size_call_return2(this_cpu_add_return_, pcp, val) macro
421 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(val))
422 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1)
423 #define this_cpu_dec_return(pcp) this_cpu_add_return(pcp, -1)