Searched defs:opflags (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/futex/include/ |
D | futextest.h | 74 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument 82 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() 92 futex_wake(futex_t *uaddr, int nr_wake, int opflags) in futex_wake() 103 u_int32_t bitset, int opflags) in futex_wait_bitset() 114 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset() 126 int opflags) in futex_lock_pi() 135 futex_unlock_pi(futex_t *uaddr, int opflags) in futex_unlock_pi() 145 int wake_op, int opflags) in futex_wake_op() 161 int opflags) in futex_requeue() 174 int nr_requeue, int opflags) in futex_cmp_requeue() [all …]
|
/Linux-v4.19/tools/perf/bench/ |
D | futex.h | 36 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument 44 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() 54 futex_wake(u_int32_t *uaddr, int nr_wake, int opflags) in futex_wake() 63 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi() 72 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi() 84 int nr_requeue, int opflags) in futex_cmp_requeue()
|
/Linux-v4.19/drivers/spi/ |
D | spi-qup.c | 270 static void spi_qup_read(struct spi_qup *controller, u32 *opflags) in spi_qup_read() 581 u32 opflags, qup_err, spi_err; in spi_qup_qup_irq() local
|
/Linux-v4.19/drivers/bus/ |
D | hisi_lpc.c | 32 unsigned int opflags; member
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-qup.c | 291 u32 opflags; in qup_i2c_interrupt() local
|