Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 35) sorted by relevance

12

/tools/perf/bench/
Dfutex.h36 #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/
Dfutextest.h70 #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/
Dtimeout.c26 static volatile bool timeout; variable
/tools/testing/selftests/pidfd/
Dpidfd_poll_test.c20 static bool timeout; variable
/tools/testing/selftests/powerpc/
Dharness.c25 static uint64_t timeout = 120; variable
/tools/perf/ui/tui/
Dsetup.c58 struct timeval timeout, *ptimeout = delay_secs ? &timeout : NULL; in ui__getch() local
/tools/testing/selftests/android/ion/
Dipcsocket.c113 struct timeval timeout; in sendtosocket() local
/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c30 static unsigned int timeout = 30; variable
247 static long sys_futex(void *addr1, int op, int val1, struct timespec *timeout, in sys_futex()
Dfork.c28 static unsigned int timeout = 30; variable
/tools/lib/api/fd/
Darray.c114 int fdarray__poll(struct fdarray *fda, int timeout) in fdarray__poll()
/tools/testing/selftests/sync/
Dsync.c58 int sync_wait(int fd, int timeout) in sync_wait()
/tools/testing/selftests/uevent/
Duevent_filtering.c249 struct timespec timeout; in do_test() local
/tools/include/uapi/linux/
Dusbdevice_fs.h46 __u32 timeout; /* in milliseconds */ member
53 unsigned int timeout; /* in milliseconds */ member
/tools/testing/selftests/
Dkselftest_harness.h290 #define TEST_F_TIMEOUT(fixture_name, test_name, timeout) \ argument
641 int timeout; member
/tools/testing/selftests/timers/
Dset-timer-lat.c232 struct timeval timeout; in do_timer_oneshot() local
/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c51 struct timespec *timeout; member
/tools/perf/lib/
Devlist.c280 int perf_evlist__poll(struct perf_evlist *evlist, int timeout) in perf_evlist__poll()
/tools/testing/selftests/x86/
Dtest_syscall_vdso.c175 struct timespec timeout; variable
/tools/usb/usbip/src/
Dusbipd.c498 struct timespec timeout; in do_standalone_mode() local
/tools/testing/selftests/bpf/
Dtest_sockmap.c490 struct timeval timeout; in msg_loop() local
717 struct timeval timeout; in forever_ping_pong() local
Dtest_flow_dissector.c475 static int do_poll(int fd, short events, int timeout) in do_poll()
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c452 int timeout = 0; variable
/tools/perf/
Dbuiltin-stat.c427 int timeout = stat_config.timeout; in __run_perf_stat() local
1692 unsigned int interval, timeout; in cmd_stat() local
/tools/perf/util/
Dstat.h111 unsigned int timeout; member
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c602 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore()

12