| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | atomic.h | 89 #define atomic_fetch_sub atomic_fetch_sub in ATOMIC_OP_RETURN() macro
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | atomic.h | 190 #define atomic_fetch_sub atomic_fetch_sub macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 249 #define arch_atomic_fetch_sub atomic_fetch_sub 255 #define atomic_fetch_sub_acquire atomic_fetch_sub 256 #define atomic_fetch_sub_release atomic_fetch_sub 257 #define atomic_fetch_sub_relaxed atomic_fetch_sub 281 #ifndef atomic_fetch_sub 283 atomic_fetch_sub(int i, atomic_t *v) in atomic_fetch_sub() function 291 #define atomic_fetch_sub atomic_fetch_sub macro 592 return atomic_fetch_sub(1, v); in atomic_fetch_dec()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | atomic_32.h | 45 #define atomic_fetch_sub(i, v) (atomic_fetch_add (-(int)(i), (v))) macro
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | atomic.h | 149 #define atomic_fetch_sub atomic_fetch_sub macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic.h | 125 #ifndef atomic_fetch_sub
|
| H A D | atomic-instrumented.h | 198 atomic_fetch_sub(int i, atomic_t *v) in atomic_fetch_sub() function 203 #define atomic_fetch_sub atomic_fetch_sub macro
|
| H A D | atomic-long.h | 631 return atomic_fetch_sub(i, v); in atomic_long_fetch_sub()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | atomic.h | 62 #define atomic_fetch_sub(_i, _v) atomic_fetch_add(-(int)(_i), _v) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | atomic | 387 atomic_fetch_sub(volatile atomic<Integral>* obj, Integral op) noexcept; 391 atomic_fetch_sub(atomic<Integral>* obj, Integral op) noexcept; 468 atomic_fetch_sub(volatile atomic<T*>* obj, ptrdiff_t op) noexcept; 472 atomic_fetch_sub(atomic<T*>* obj, ptrdiff_t op) noexcept; 1477 // atomic_fetch_sub 1486 atomic_fetch_sub(volatile atomic<_Tp>* __o, _Tp __op) _NOEXCEPT 1498 atomic_fetch_sub(atomic<_Tp>* __o, _Tp __op) _NOEXCEPT 1506 atomic_fetch_sub(volatile atomic<_Tp*>* __o, ptrdiff_t __op) _NOEXCEPT 1514 atomic_fetch_sub(atomic<_Tp*>* __o, ptrdiff_t __op) _NOEXCEPT
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | atomic | 387 atomic_fetch_sub(volatile atomic<Integral>* obj, Integral op) noexcept; 391 atomic_fetch_sub(atomic<Integral>* obj, Integral op) noexcept; 468 atomic_fetch_sub(volatile atomic<T*>* obj, ptrdiff_t op) noexcept; 472 atomic_fetch_sub(atomic<T*>* obj, ptrdiff_t op) noexcept; 1477 // atomic_fetch_sub 1486 atomic_fetch_sub(volatile atomic<_Tp>* __o, _Tp __op) _NOEXCEPT 1498 atomic_fetch_sub(atomic<_Tp>* __o, _Tp __op) _NOEXCEPT 1506 atomic_fetch_sub(volatile atomic<_Tp*>* __o, ptrdiff_t __op) _NOEXCEPT 1514 atomic_fetch_sub(atomic<_Tp*>* __o, ptrdiff_t __op) _NOEXCEPT
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | atomic.h | 51 ATOMIC_FETCH_OPS(atomic_fetch_sub)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | stdatomic.h | 197 #define atomic_fetch_sub(PTR, VAL) __atomic_fetch_sub ((PTR), (VAL), \ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | stdatomic.h | 197 #define atomic_fetch_sub(PTR, VAL) __atomic_fetch_sub ((PTR), (VAL), \ macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | atomic.h | 101 #define atomic_fetch_sub(i,v) \ macro
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | linux-kernel.def | 90 atomic_fetch_sub(V,X) __atomic_fetch_op{mb}(X,-,V)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | atomic | 1440 atomic_fetch_sub(atomic<_ITp>* __a, 1446 atomic_fetch_sub(volatile atomic<_ITp>* __a,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | atomic | 1440 atomic_fetch_sub(atomic<_ITp>* __a, 1446 atomic_fetch_sub(volatile atomic<_ITp>* __a,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | optabs.def | 416 OPTAB_D (atomic_fetch_sub_optab, "atomic_fetch_sub$I$a")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | optabs.def | 416 OPTAB_D (atomic_fetch_sub_optab, "atomic_fetch_sub$I$a")
|