Searched refs:oparg (Results 1 – 2 of 2) sorted by relevance
15 int oparg = (encoded_op << 8) >> 20; in futex_atomic_op_inuser() local19 oparg = 1 << oparg; in futex_atomic_op_inuser()
135 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument137 | ((oparg & 0xfff) << 12) | (cmparg & 0xfff))