Searched defs:__cmpxchg_u8 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | bitops.c | 83 u8 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8() function
|
/kernel/linux/linux-6.6/arch/parisc/lib/ |
H A D | bitops.c | 83 u8 notrace __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8() function
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | cmpxchg_64.h | 131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8() function
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | cmpxchg_64.h | 131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 283 __cmpxchg_u8(volatile unsigned char *p, unsigned long old, unsigned long new) in __cmpxchg_u8() function
|
Completed in 5 milliseconds