Searched defs:opflags (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/testing/selftests/futex/include/ |
D | futextest.h | 70 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument 78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() 88 futex_wake(futex_t *uaddr, int nr_wake, int opflags) in futex_wake() 99 u_int32_t bitset, int opflags) in futex_wait_bitset() 110 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset() 122 int opflags) in futex_lock_pi() 131 futex_unlock_pi(futex_t *uaddr, int opflags) in futex_unlock_pi() 141 int wake_op, int opflags) in futex_wake_op() 157 int opflags) in futex_requeue() 170 int nr_requeue, int opflags) in futex_cmp_requeue() [all …]
|
/linux-6.12.1/tools/perf/bench/ |
D | futex.h | 50 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall() 57 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall_nr_requeue() 67 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() 77 futex_wake(u_int32_t *uaddr, int nr_wake, int opflags) in futex_wake() 86 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi() 95 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi() 107 int nr_requeue, int opflags) in futex_cmp_requeue() 123 struct timespec *timeout, int opflags) in futex_wait_requeue_pi() 140 int nr_requeue, int opflags) in futex_cmp_requeue_pi()
|
/linux-6.12.1/drivers/spi/ |
D | spi-qup.c | 286 static void spi_qup_read(struct spi_qup *controller, u32 *opflags) in spi_qup_read() 625 u32 opflags, qup_err, spi_err; in spi_qup_qup_irq() local
|
/linux-6.12.1/fs/iomap/ |
D | direct-io.c | 276 blk_opf_t opflags = REQ_SYNC | REQ_IDLE; in iomap_dio_bio_opflags() local
|
/linux-6.12.1/drivers/bus/ |
D | hisi_lpc.c | 32 unsigned int opflags; member
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-qup.c | 286 u32 opflags; in qup_i2c_interrupt() local
|