Home
last modified time | relevance | path

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

/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.h74 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
82 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait()
102 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout, in futex_wait_bitset()
125 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi()
190 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
/tools/testing/selftests/powerpc/
Dharness.c24 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/powerpc/benchmarks/
Dcontext_switch.c33 static unsigned int timeout = 30; variable
240 static long sys_futex(void *addr1, int op, int val1, struct timespec *timeout, in sys_futex()
/tools/lib/api/fd/
Darray.c115 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/timers/
Dset-timer-lat.c232 struct timeval timeout; in do_timer_oneshot() local
/tools/testing/selftests/ptp/
Dtestptp.c155 struct itimerspec timeout; in main() local
/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c55 struct timespec *timeout; member
/tools/testing/selftests/x86/
Dtest_syscall_vdso.c176 struct timespec timeout; variable
/tools/usb/usbip/src/
Dusbipd.c496 struct timespec timeout; in do_standalone_mode() local
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c452 int timeout = 0; variable
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c636 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore()
/tools/perf/ui/
Dbrowser.c200 int ui_browser__warning(struct ui_browser *browser, int timeout, in ui_browser__warning()
/tools/perf/util/
Dpython.c881 int timeout = -1, n; in pyrf_evlist__poll() local
Devent.c331 unsigned long long timeout = proc_map_timeout * 1000000ULL; in perf_event__synthesize_mmap_events() local
Devlist.c493 int perf_evlist__poll(struct perf_evlist *evlist, int timeout) in perf_evlist__poll()
/tools/perf/
Dbuiltin-trace.c576 bool timeout; member
2473 int timeout = done ? 100 : -1; in trace__run() local
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2690 struct timespec timeout = { }; in TEST() local