Searched refs:futex_atomic_cmpxchg_inatomic_local (Results 1 – 3 of 3) sorted by relevance
/linux/include/asm-generic/ |
H A D | futex.h | 17 futex_atomic_cmpxchg_inatomic_local(uval, uaddr, oldval, newval) 85 * futex_atomic_cmpxchg_inatomic_local() - Compare and exchange the content of the 99 futex_atomic_cmpxchg_inatomic_local(u32 *uval, u32 __user *uaddr, in futex_atomic_cmpxchg_inatomic_local() function
|
/linux/arch/xtensa/include/asm/ |
H A D | futex.h | 163 return futex_atomic_cmpxchg_inatomic_local(uval, uaddr, oldval, newval); in futex_atomic_cmpxchg_inatomic()
|
/linux/arch/mips/include/asm/ |
H A D | futex.h | 202 return futex_atomic_cmpxchg_inatomic_local(uval, uaddr, oldval, newval); in futex_atomic_cmpxchg_inatomic()
|