| H A D | percpu.h | 37 #define arch_this_cpu_to_op_simple(pcp, val, op) \ argument 39 typedef typeof(pcp) pcp_op_T__; \ 43 ptr__ = raw_cpu_ptr(&(pcp)); \ 54 #define this_cpu_add_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 55 #define this_cpu_add_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 56 #define this_cpu_add_return_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 57 #define this_cpu_add_return_2(pcp, va argument 58 this_cpu_and_1(pcp,val) global() argument 59 this_cpu_and_2(pcp,val) global() argument 60 this_cpu_or_1(pcp,val) global() argument 61 this_cpu_or_2(pcp,val) global() argument 65 this_cpu_add_4(pcp,val) global() argument 66 this_cpu_add_8(pcp,val) global() argument 67 this_cpu_add_return_4(pcp,val) global() argument 68 this_cpu_add_return_8(pcp,val) global() argument 69 this_cpu_and_4(pcp,val) global() argument 70 this_cpu_and_8(pcp,val) global() argument 71 this_cpu_or_4(pcp,val) global() argument 72 this_cpu_or_8(pcp,val) global() argument 76 arch_this_cpu_add(pcp,val,op1,op2,szcast) global() argument 100 this_cpu_add_4(pcp,val) global() argument 101 this_cpu_add_8(pcp,val) global() argument 103 arch_this_cpu_add_return(pcp,val,op) global() argument 119 this_cpu_add_return_4(pcp,val) global() argument 120 this_cpu_add_return_8(pcp,val) global() argument 122 arch_this_cpu_to_op(pcp,val,op) global() argument 137 this_cpu_and_4(pcp,val) global() argument 138 this_cpu_and_8(pcp,val) global() argument 139 this_cpu_or_4(pcp,val) global() argument 140 this_cpu_or_8(pcp,val) global() argument 144 arch_this_cpu_cmpxchg(pcp,oval,nval) global() argument 156 this_cpu_cmpxchg_1(pcp,oval,nval) global() argument 157 this_cpu_cmpxchg_2(pcp,oval,nval) global() argument 158 this_cpu_cmpxchg_4(pcp,oval,nval) global() argument 159 this_cpu_cmpxchg_8(pcp,oval,nval) global() argument 161 this_cpu_cmpxchg64(pcp,o,n) global() argument 163 this_cpu_cmpxchg128(pcp,oval,nval) global() argument 177 arch_this_cpu_xchg(pcp,nval) global() argument 188 this_cpu_xchg_1(pcp,nval) global() argument 189 this_cpu_xchg_2(pcp,nval) global() argument 190 this_cpu_xchg_4(pcp,nval) global() argument 191 this_cpu_xchg_8(pcp,nval) global() argument [all...] |
| H A D | percpu.h | 133 #define __raw_cpu_read(size, qual, pcp) \ 135 *(qual __my_cpu_type(pcp) * __force)__my_cpu_ptr(&(pcp)); \ 138 #define __raw_cpu_write(size, qual, pcp, val) \ argument 140 *(qual __my_cpu_type(pcp) * __force)__my_cpu_ptr(&(pcp)) = (val); \ 143 #define __raw_cpu_read_const(pcp) __raw_cpu_read(, , pcp) argument 178 #define __raw_cpu_read_const(pcp) ({ BUILD_BUG(); (typeof(pcp)) 148 __raw_cpu_read_const(pcp) global() argument 183 __raw_cpu_read_const(pcp) global() argument 350 raw_cpu_cmpxchg64(pcp,oval,nval) global() argument 351 this_cpu_cmpxchg64(pcp,oval,nval) global() argument 382 raw_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 383 this_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 388 raw_cpu_cmpxchg64(pcp,oval,nval) global() argument 389 this_cpu_cmpxchg64(pcp,oval,nval) global() argument 391 raw_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 392 this_cpu_try_cmpxchg64(pcp,ovalp,nval) global() argument 418 raw_cpu_cmpxchg128(pcp,oval,nval) global() argument 419 this_cpu_cmpxchg128(pcp,oval,nval) global() argument 450 raw_cpu_try_cmpxchg128(pcp,ovalp,nval) global() argument 451 this_cpu_try_cmpxchg128(pcp,ovalp,nval) global() argument 455 raw_cpu_read_1(pcp) global() argument 456 raw_cpu_read_2(pcp) global() argument 457 raw_cpu_read_4(pcp) global() argument 458 raw_cpu_write_1(pcp,val) global() argument 459 raw_cpu_write_2(pcp,val) global() argument 460 raw_cpu_write_4(pcp,val) global() argument 462 this_cpu_read_1(pcp) global() argument 463 this_cpu_read_2(pcp) global() argument 464 this_cpu_read_4(pcp) global() argument 465 this_cpu_write_1(pcp,val) global() argument 466 this_cpu_write_2(pcp,val) global() argument 467 this_cpu_write_4(pcp,val) global() argument 469 this_cpu_read_stable_1(pcp) global() argument 470 this_cpu_read_stable_2(pcp) global() argument 471 this_cpu_read_stable_4(pcp) global() argument 473 raw_cpu_add_1(pcp,val) global() argument 474 raw_cpu_add_2(pcp,val) global() argument 475 raw_cpu_add_4(pcp,val) global() argument 476 raw_cpu_and_1(pcp,val) global() argument 477 raw_cpu_and_2(pcp,val) global() argument 478 raw_cpu_and_4(pcp,val) global() argument 479 raw_cpu_or_1(pcp,val) global() argument 480 raw_cpu_or_2(pcp,val) global() argument 481 raw_cpu_or_4(pcp,val) global() argument 482 raw_cpu_xchg_1(pcp,val) global() argument 483 raw_cpu_xchg_2(pcp,val) global() argument 484 raw_cpu_xchg_4(pcp,val) global() argument 486 this_cpu_add_1(pcp,val) global() argument 487 this_cpu_add_2(pcp,val) global() argument 488 this_cpu_add_4(pcp,val) global() argument 489 this_cpu_and_1(pcp,val) global() argument 490 this_cpu_and_2(pcp,val) global() argument 491 this_cpu_and_4(pcp,val) global() argument 492 this_cpu_or_1(pcp,val) global() argument 493 this_cpu_or_2(pcp,val) global() argument 494 this_cpu_or_4(pcp,val) global() argument 495 this_cpu_xchg_1(pcp,nval) global() argument 496 this_cpu_xchg_2(pcp,nval) global() argument 497 this_cpu_xchg_4(pcp,nval) global() argument 499 raw_cpu_add_return_1(pcp,val) global() argument 500 raw_cpu_add_return_2(pcp,val) global() argument 501 raw_cpu_add_return_4(pcp,val) global() argument 502 raw_cpu_cmpxchg_1(pcp,oval,nval) global() argument 503 raw_cpu_cmpxchg_2(pcp,oval,nval) global() argument 504 raw_cpu_cmpxchg_4(pcp,oval,nval) global() argument 505 raw_cpu_try_cmpxchg_1(pcp,ovalp,nval) global() argument 506 raw_cpu_try_cmpxchg_2(pcp,ovalp,nval) global() argument 507 raw_cpu_try_cmpxchg_4(pcp,ovalp,nval) global() argument 509 this_cpu_add_return_1(pcp,val) global() argument 510 this_cpu_add_return_2(pcp,val) global() argument 511 this_cpu_add_return_4(pcp,val) global() argument 512 this_cpu_cmpxchg_1(pcp,oval,nval) global() argument 513 this_cpu_cmpxchg_2(pcp,oval,nval) global() argument 514 this_cpu_cmpxchg_4(pcp,oval,nval) global() argument 515 this_cpu_try_cmpxchg_1(pcp,ovalp,nval) global() argument 516 this_cpu_try_cmpxchg_2(pcp,ovalp,nval) global() argument 517 this_cpu_try_cmpxchg_4(pcp,ovalp,nval) global() argument 525 raw_cpu_read_8(pcp) global() argument 526 raw_cpu_write_8(pcp,val) global() argument 528 this_cpu_read_8(pcp) global() argument 529 this_cpu_write_8(pcp,val) global() argument 531 this_cpu_read_stable_8(pcp) global() argument 533 raw_cpu_add_8(pcp,val) global() argument 534 raw_cpu_and_8(pcp,val) global() argument 535 raw_cpu_or_8(pcp,val) global() argument 536 raw_cpu_add_return_8(pcp,val) global() argument 537 raw_cpu_xchg_8(pcp,nval) global() argument 538 raw_cpu_cmpxchg_8(pcp,oval,nval) global() argument 539 raw_cpu_try_cmpxchg_8(pcp,ovalp,nval) global() argument 541 this_cpu_add_8(pcp,val) global() argument 542 this_cpu_and_8(pcp,val) global() argument 543 this_cpu_or_8(pcp,val) global() argument 544 this_cpu_add_return_8(pcp,val) global() argument 545 this_cpu_xchg_8(pcp,nval) global() argument 546 this_cpu_cmpxchg_8(pcp,oval,nval) global() argument 547 this_cpu_try_cmpxchg_8(pcp,ovalp,nval) global() argument 549 raw_cpu_read_long(pcp) global() argument 554 this_cpu_read_stable_8(pcp) global() argument 556 raw_cpu_read_long(pcp) global() argument 560 this_cpu_read_const(pcp) global() argument 571 this_cpu_read_stable(pcp) global() argument [all...] |