Home
last modified time | relevance | path

Searched refs:u_int32_t (Results 1 – 9 of 9) sorted by relevance

/tools/perf/bench/
Dfutex.h44 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()
Dfutex-lock-pi.c28 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()
Dfutex-wake.c33 static u_int32_t futex1 = 0;
Dfutex-requeue.c32 static u_int32_t futex1 = 0, futex2 = 0;
Dfutex-hash.c48 u_int32_t *futex;
Dfutex-wake-parallel.c48 static u_int32_t futex = 0;
/tools/testing/selftests/futex/include/
Dfutextest.h25 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/
Dtypes.h40 typedef __u32 u_int32_t; typedef
/tools/power/cpupower/debug/i386/
Ddump_psb.c50 u_int32_t cpuid;