Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dpercpu_test.c117 ul = this_cpu_sub_return(ulong_counter, ui_one); in percpu_test_init()
/linux-4.19.296/include/linux/
Dpercpu-defs.h523 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) macro