Searched refs:this_cpu_generic_to_op (Results 1 – 1 of 1) sorted by relevance
| /include/asm-generic/ |
| A D | percpu.h | 165 #define this_cpu_generic_to_op(pcp, val, op) \ macro 414 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=) 417 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=) 420 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=) 423 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=) 427 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=) 430 #define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=) 433 #define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=) 436 #define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=) 440 #define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=) [all …]
|
Completed in 11 milliseconds