Searched defs:atomic_fetch_sub (Results 1 – 10 of 10) sorted by relevance
| /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/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/csky/include/asm/ |
| H A D | atomic.h | 190 #define atomic_fetch_sub atomic_fetch_sub macro
|
| /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/kernel/arch/ia64/include/asm/ |
| H A D | atomic.h | 101 #define atomic_fetch_sub(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/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/include/asm-generic/ |
| 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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 283 atomic_fetch_sub(int i, atomic_t *v) in atomic_fetch_sub() function 291 #define atomic_fetch_sub atomic_fetch_sub macro
|