Searched refs:u_int32_t (Results 1 – 9 of 9) sorted by relevance
/tools/perf/bench/ |
D | futex.h | 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() 83 futex_cmp_requeue(u_int32_t *uaddr, u_int32_t val, u_int32_t *uaddr2, int nr_wake, in futex_cmp_requeue()
|
D | futex-lock-pi.c | 28 u_int32_t *futex; 33 static u_int32_t global_futex = 0; 130 worker[i].futex = calloc(1, sizeof(u_int32_t)); in create_threads()
|
D | futex-wake.c | 33 static u_int32_t futex1 = 0;
|
D | futex-requeue.c | 32 static u_int32_t futex1 = 0, futex2 = 0;
|
D | futex-hash.c | 48 u_int32_t *futex;
|
D | futex-wake-parallel.c | 48 static u_int32_t futex = 0;
|
/tools/testing/selftests/futex/include/ |
D | futextest.h | 25 typedef volatile u_int32_t futex_t; 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() 218 static inline u_int32_t 219 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg() 230 static inline u_int32_t 242 static inline u_int32_t 255 static inline u_int32_t 256 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/ |
D | types.h | 40 typedef __u32 u_int32_t; typedef
|
/tools/power/cpupower/debug/i386/ |
D | dump_psb.c | 50 u_int32_t cpuid;
|