Searched refs:__ATOMIC_CONST_OPS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | atomic_ops.h | 52 #define __ATOMIC_CONST_OPS(op_name, op_type, op_string) \ macro 56 __ATOMIC_CONST_OPS(__atomic_add_const, int, "asi") 57 __ATOMIC_CONST_OPS(__atomic64_add_const, long, "agsi") 59 #undef __ATOMIC_CONST_OPS macro
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | atomic_ops.h | 86 #define __ATOMIC_CONST_OPS(op_name, op_type, op_string) \ macro 90 __ATOMIC_CONST_OPS(__atomic_add_const, int, "asi") 91 __ATOMIC_CONST_OPS(__atomic64_add_const, long, "agsi") 93 #undef __ATOMIC_CONST_OPS macro
|
Completed in 1 milliseconds