Home
last modified time | relevance | path

Searched defs:opflags (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/futex/include/
H A Dfutextest.h81 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
89 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait()
99 futex_wake(futex_t *uaddr, int nr_wake, int opflags) in futex_wake()
110 u_int32_t bitset, int opflags) in futex_wait_bitset()
121 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset()
133 int opflags) in futex_lock_pi()
142 futex_unlock_pi(futex_t *uaddr, int opflags) in futex_unlock_pi()
152 int wake_op, int opflags) in futex_wake_op()
168 int opflags) in futex_requeue()
181 int nr_requeue, int opflags) in futex_cmp_requeue()
[all …]
/linux/tools/perf/bench/
H A Dfutex.h51 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall()
58 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall_nr_requeue()
68 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait()
78 futex_wake(u_int32_t *uaddr, int nr_wake, int opflags) in futex_wake()
87 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi()
96 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi()
108 int nr_requeue, int opflags) in futex_cmp_requeue()
124 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
141 int nr_requeue, int opflags) in futex_cmp_requeue_pi()
/linux/drivers/i2c/busses/
H A Di2c-qup.c294 u32 opflags; in qup_i2c_interrupt() local