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

/linux-master/include/asm-generic/
H A Dfutex.h19 futex_atomic_op_inuser_local(op, oparg, oval, uaddr)
24 * futex_atomic_op_inuser_local() - Atomic arithmetic operation with constant
38 futex_atomic_op_inuser_local(int op, u32 oparg, int *oval, u32 __user *uaddr) function
/linux-master/arch/xtensa/include/asm/
H A Dfutex.h112 return futex_atomic_op_inuser_local(op, oparg, oval, uaddr);
/linux-master/arch/mips/include/asm/
H A Dfutex.h88 ret = futex_atomic_op_inuser_local(op, oparg, oval, uaddr); \

Completed in 157 milliseconds