Searched refs:__this_cpu_add (Results 1 – 2 of 2) sorted by relevance
31 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1)33 #define __this_cpu_sub(pcp, n) __this_cpu_add(pcp, -(typeof(pcp)) (n))66 #define __this_cpu_add(pcp, n) \ macro
1 TITLE: BUG: using __this_cpu_add() in preemptible code in ipcomp_init_state3 [ 76.825838] BUG: using __this_cpu_add() in preemptible [00000000] code: syz-executor0/10076