/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() 63 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi()
|
/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() 98 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout, in futex_wait_bitset() 121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi() 186 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
|
/tools/testing/vsock/ |
D | timeout.c | 26 static volatile bool timeout; variable
|
/tools/testing/selftests/pidfd/ |
D | pidfd_poll_test.c | 20 static bool timeout; variable
|
/tools/testing/selftests/powerpc/ |
D | harness.c | 25 static uint64_t timeout = 120; variable
|
/tools/perf/ui/tui/ |
D | setup.c | 58 struct timeval timeout, *ptimeout = delay_secs ? &timeout : NULL; in ui__getch() local
|
/tools/testing/selftests/android/ion/ |
D | ipcsocket.c | 113 struct timeval timeout; in sendtosocket() local
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 30 static unsigned int timeout = 30; variable 247 static long sys_futex(void *addr1, int op, int val1, struct timespec *timeout, in sys_futex()
|
D | fork.c | 28 static unsigned int timeout = 30; variable
|
/tools/lib/api/fd/ |
D | array.c | 114 int fdarray__poll(struct fdarray *fda, int timeout) in fdarray__poll()
|
/tools/testing/selftests/sync/ |
D | sync.c | 58 int sync_wait(int fd, int timeout) in sync_wait()
|
/tools/testing/selftests/uevent/ |
D | uevent_filtering.c | 249 struct timespec timeout; in do_test() local
|
/tools/include/uapi/linux/ |
D | usbdevice_fs.h | 46 __u32 timeout; /* in milliseconds */ member 53 unsigned int timeout; /* in milliseconds */ member
|
/tools/testing/selftests/ |
D | kselftest_harness.h | 290 #define TEST_F_TIMEOUT(fixture_name, test_name, timeout) \ argument 641 int timeout; member
|
/tools/testing/selftests/timers/ |
D | set-timer-lat.c | 232 struct timeval timeout; in do_timer_oneshot() local
|
/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 51 struct timespec *timeout; member
|
/tools/perf/lib/ |
D | evlist.c | 280 int perf_evlist__poll(struct perf_evlist *evlist, int timeout) in perf_evlist__poll()
|
/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 175 struct timespec timeout; variable
|
/tools/usb/usbip/src/ |
D | usbipd.c | 498 struct timespec timeout; in do_standalone_mode() local
|
/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 490 struct timeval timeout; in msg_loop() local 717 struct timeval timeout; in forever_ping_pong() local
|
D | test_flow_dissector.c | 475 static int do_poll(int fd, short events, int timeout) in do_poll()
|
/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 452 int timeout = 0; variable
|
/tools/perf/ |
D | builtin-stat.c | 427 int timeout = stat_config.timeout; in __run_perf_stat() local 1692 unsigned int interval, timeout; in cmd_stat() local
|
/tools/perf/util/ |
D | stat.h | 111 unsigned int timeout; member
|
/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 602 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore()
|