Home
last modified time | relevance | path

Searched refs:cmpxchg_rel (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h115 #define cmpxchg_rel(ptr, o, n) \ macro
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h117 #define cmpxchg_rel(ptr, o, n) \ macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dbitops.h117 } while (cmpxchg_rel(m, old, new) != old); in clear_bit_unlock()
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dbitops.h117 } while (cmpxchg_rel(m, old, new) != old); in clear_bit_unlock()

Completed in 2 milliseconds