Lines Matching defs:pcp

78 #define raw_cpu_generic_read(pcp)					\  argument
83 #define raw_cpu_generic_to_op(pcp, val, op) \ argument
88 #define raw_cpu_generic_add_return(pcp, val) \ argument
96 #define raw_cpu_generic_xchg(pcp, nval) \ argument
105 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument
114 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
129 #define raw_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
136 #define __this_cpu_generic_read_nopreempt(pcp) \ argument
145 #define __this_cpu_generic_read_noirq(pcp) \ argument
155 #define this_cpu_generic_read(pcp) \ argument
165 #define this_cpu_generic_to_op(pcp, val, op) \ argument
174 #define this_cpu_generic_add_return(pcp, val) \ argument
184 #define this_cpu_generic_xchg(pcp, nval) \ argument
194 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
204 #define this_cpu_generic_cmpxchg(pcp, oval, nval) \ argument
215 #define raw_cpu_read_1(pcp) raw_cpu_generic_read(pcp) argument
218 #define raw_cpu_read_2(pcp) raw_cpu_generic_read(pcp) argument
221 #define raw_cpu_read_4(pcp) raw_cpu_generic_read(pcp) argument
224 #define raw_cpu_read_8(pcp) raw_cpu_generic_read(pcp) argument
228 #define raw_cpu_write_1(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
231 #define raw_cpu_write_2(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
234 #define raw_cpu_write_4(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
237 #define raw_cpu_write_8(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument
241 #define raw_cpu_add_1(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
244 #define raw_cpu_add_2(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
247 #define raw_cpu_add_4(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
250 #define raw_cpu_add_8(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument
254 #define raw_cpu_and_1(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) argument
257 #define raw_cpu_and_2(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) argument
260 #define raw_cpu_and_4(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) argument
263 #define raw_cpu_and_8(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) argument
267 #define raw_cpu_or_1(pcp, val) raw_cpu_generic_to_op(pcp, val, |=) argument
270 #define raw_cpu_or_2(pcp, val) raw_cpu_generic_to_op(pcp, val, |=) argument
273 #define raw_cpu_or_4(pcp, val) raw_cpu_generic_to_op(pcp, val, |=) argument
276 #define raw_cpu_or_8(pcp, val) raw_cpu_generic_to_op(pcp, val, |=) argument
280 #define raw_cpu_add_return_1(pcp, val) raw_cpu_generic_add_return(pcp, val) argument
283 #define raw_cpu_add_return_2(pcp, val) raw_cpu_generic_add_return(pcp, val) argument
286 #define raw_cpu_add_return_4(pcp, val) raw_cpu_generic_add_return(pcp, val) argument
289 #define raw_cpu_add_return_8(pcp, val) raw_cpu_generic_add_return(pcp, val) argument
293 #define raw_cpu_xchg_1(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
296 #define raw_cpu_xchg_2(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
299 #define raw_cpu_xchg_4(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
302 #define raw_cpu_xchg_8(pcp, nval) raw_cpu_generic_xchg(pcp, nval) argument
307 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
310 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
316 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
319 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
325 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
328 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
334 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
337 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
344 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
347 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
353 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
356 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
362 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument
366 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument
370 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument
374 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument
379 #define raw_cpu_cmpxchg64(pcp, oval, nval) \ argument
383 #define raw_cpu_cmpxchg128(pcp, oval, nval) \ argument
388 #define this_cpu_read_1(pcp) this_cpu_generic_read(pcp) argument
391 #define this_cpu_read_2(pcp) this_cpu_generic_read(pcp) argument
394 #define this_cpu_read_4(pcp) this_cpu_generic_read(pcp) argument
397 #define this_cpu_read_8(pcp) this_cpu_generic_read(pcp) argument
401 #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =) argument
404 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =) argument
407 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) argument
410 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =) argument
414 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=) argument
417 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=) argument
420 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=) argument
423 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=) argument
427 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=) argument
430 #define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=) argument
433 #define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=) argument
436 #define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=) argument
440 #define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=) argument
443 #define this_cpu_or_2(pcp, val) this_cpu_generic_to_op(pcp, val, |=) argument
446 #define this_cpu_or_4(pcp, val) this_cpu_generic_to_op(pcp, val, |=) argument
449 #define this_cpu_or_8(pcp, val) this_cpu_generic_to_op(pcp, val, |=) argument
453 #define this_cpu_add_return_1(pcp, val) this_cpu_generic_add_return(pcp, val) argument
456 #define this_cpu_add_return_2(pcp, val) this_cpu_generic_add_return(pcp, val) argument
459 #define this_cpu_add_return_4(pcp, val) this_cpu_generic_add_return(pcp, val) argument
462 #define this_cpu_add_return_8(pcp, val) this_cpu_generic_add_return(pcp, val) argument
466 #define this_cpu_xchg_1(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
469 #define this_cpu_xchg_2(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
472 #define this_cpu_xchg_4(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
475 #define this_cpu_xchg_8(pcp, nval) this_cpu_generic_xchg(pcp, nval) argument
480 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
483 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
489 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
492 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
498 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
501 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
507 #define this_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
510 #define this_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
517 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
520 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
526 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
529 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
535 #define this_cpu_cmpxchg_1(pcp, oval, nval) \ argument
539 #define this_cpu_cmpxchg_2(pcp, oval, nval) \ argument
543 #define this_cpu_cmpxchg_4(pcp, oval, nval) \ argument
547 #define this_cpu_cmpxchg_8(pcp, oval, nval) \ argument
552 #define this_cpu_cmpxchg64(pcp, oval, nval) \ argument
556 #define this_cpu_cmpxchg128(pcp, oval, nval) \ argument