Searched refs:cmpxchg_small (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | cmpxchg.h | 59 static inline u32 cmpxchg_small(volatile void *ptr, u32 old, u32 new, in cmpxchg_small() function 127 return cmpxchg_small(ptr, old, new, size); in __cmpxchg()
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | cmpxchg.h | 59 static inline u32 cmpxchg_small(volatile void *ptr, u32 old, u32 new, in cmpxchg_small() function 127 return cmpxchg_small(ptr, old, new, size); in __cmpxchg()
|
Completed in 2 milliseconds