Searched refs:futex_atomic_cmpxchg_inatomic_local (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/asm-generic/
H A Dfutex.h17 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, function
/linux-master/arch/xtensa/include/asm/
H A Dfutex.h163 return futex_atomic_cmpxchg_inatomic_local(uval, uaddr, oldval, newval);
/linux-master/arch/mips/include/asm/
H A Dfutex.h202 return futex_atomic_cmpxchg_inatomic_local(uval, uaddr, oldval, newval);

Completed in 134 milliseconds