Lines Matching defs:pcp
155 #define _pcp_protect(op, pcp, ...) \ argument
162 #define _pcp_protect_return(op, pcp, args...) \ argument
171 #define this_cpu_read_1(pcp) \ argument
173 #define this_cpu_read_2(pcp) \ argument
175 #define this_cpu_read_4(pcp) \ argument
177 #define this_cpu_read_8(pcp) \ argument
180 #define this_cpu_write_1(pcp, val) \ argument
182 #define this_cpu_write_2(pcp, val) \ argument
184 #define this_cpu_write_4(pcp, val) \ argument
186 #define this_cpu_write_8(pcp, val) \ argument
189 #define this_cpu_add_1(pcp, val) \ argument
191 #define this_cpu_add_2(pcp, val) \ argument
193 #define this_cpu_add_4(pcp, val) \ argument
195 #define this_cpu_add_8(pcp, val) \ argument
198 #define this_cpu_add_return_1(pcp, val) \ argument
200 #define this_cpu_add_return_2(pcp, val) \ argument
202 #define this_cpu_add_return_4(pcp, val) \ argument
204 #define this_cpu_add_return_8(pcp, val) \ argument
207 #define this_cpu_and_1(pcp, val) \ argument
209 #define this_cpu_and_2(pcp, val) \ argument
211 #define this_cpu_and_4(pcp, val) \ argument
213 #define this_cpu_and_8(pcp, val) \ argument
216 #define this_cpu_or_1(pcp, val) \ argument
218 #define this_cpu_or_2(pcp, val) \ argument
220 #define this_cpu_or_4(pcp, val) \ argument
222 #define this_cpu_or_8(pcp, val) \ argument
225 #define this_cpu_xchg_1(pcp, val) \ argument
227 #define this_cpu_xchg_2(pcp, val) \ argument
229 #define this_cpu_xchg_4(pcp, val) \ argument
231 #define this_cpu_xchg_8(pcp, val) \ argument
234 #define this_cpu_cmpxchg_1(pcp, o, n) \ argument
236 #define this_cpu_cmpxchg_2(pcp, o, n) \ argument
238 #define this_cpu_cmpxchg_4(pcp, o, n) \ argument
240 #define this_cpu_cmpxchg_8(pcp, o, n) \ argument