Searched defs:opflags (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/futex/include/ | 
| D | futextest.h | 70 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \  argument78 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-v5.4/tools/perf/bench/ | 
| D | futex.h | 36 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \  argument44 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-v5.4/drivers/spi/ | 
| D | spi-qup.c | 262 static void spi_qup_read(struct spi_qup *controller, u32 *opflags)  in spi_qup_read()595 	u32 opflags, qup_err, spi_err;  in spi_qup_qup_irq()  local
 
 | 
| /Linux-v5.4/drivers/bus/ | 
| D | hisi_lpc.c | 32 	unsigned int opflags;  member
 | 
| /Linux-v5.4/drivers/i2c/busses/ | 
| D | i2c-qup.c | 291 	u32 opflags;  in qup_i2c_interrupt()  local
 |