Home
last modified time | relevance | path

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

1234

/tools/testing/selftests/mm/
A Dksm_tests.c191 static int ksm_do_scan(int scan_count, struct timespec start_time, int timeout) in ksm_do_scan()
217 struct timespec start_time, int timeout) in ksm_merge_pages()
242 struct timespec start_time, int timeout) in ksm_unmerge_pages()
321 long page_count, int timeout, size_t page_size) in check_ksm_merge()
354 static int check_ksm_unmerge(int merge_type, int mapping, int prot, int timeout, size_t page_size) in check_ksm_unmerge()
395 int timeout, bool use_zero_pages, size_t page_size) in check_ksm_zero_page_merge()
459 static int check_ksm_numa_merge(int merge_type, int mapping, int prot, int timeout, in check_ksm_numa_merge()
524 int timeout, size_t map_size) in ksm_merge_hugepages_time()
596 static int ksm_merge_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) in ksm_merge_time()
637 static int ksm_unmerge_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) in ksm_unmerge_time()
[all …]
A Dmrelease_test.c23 int timeout = 10; /* 10sec timeout to get killed */ in alloc_noexit() local
/tools/include/nolibc/
A Dpoll.h24 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll()
50 int poll(struct pollfd *fds, int nfds, int timeout) in poll()
/tools/testing/selftests/futex/include/
A Dfutextest.h81 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
89 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait()
109 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout, in futex_wait_bitset()
132 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi()
197 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
/tools/perf/bench/
A Dfutex.h50 futex_syscall(volatile u_int32_t *uaddr, int op, u_int32_t val, struct timespec *timeout, in futex_syscall()
68 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait()
87 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi()
124 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
/tools/testing/selftests/alsa/
A Dglobal-timer.c21 static void bind_to_timer(int device, int subdevice, int timeout) in bind_to_timer()
69 int device, subdevice, timeout; in main() local
/tools/testing/selftests/net/lib/py/
A Dutils.py20 def fd_read_timeout(fd, timeout): argument
35 host=None, timeout=5, ksft_wait=None): argument
73 def process(self, terminate=True, fail=None, timeout=5): argument
192 def bpftrace(expr, json=None, ns=None, host=None, timeout=None): argument
/tools/testing/selftests/drivers/ntsync/
A Dntsync.c101 struct timespec timeout; in wait_objs() local
144 struct timespec timeout; in TEST() local
229 struct timespec timeout; in TEST() local
506 struct timespec timeout; in TEST() local
730 struct timespec timeout; in get_abs_timeout() local
737 struct timespec timeout; in wait_for_thread() local
/tools/testing/selftests/ftrace/
A Dpoll.c26 int timeout = -1; in main() local
/tools/testing/selftests/turbostat/
A Ddefcolumns.py12 timeout = which('timeout') variable
A Dsmi_aperf_mperf.py90 timeout = which('timeout') variable
/tools/testing/vsock/
A Dtimeout.c27 static volatile bool timeout; variable
/tools/testing/selftests/pidfd/
A Dpidfd_poll_test.c19 static bool timeout; variable
/tools/testing/selftests/timens/
A Dfutex.c23 struct timespec timeout, end; in run_test() local
A Dgettime_perf.c51 const int timeout = 3; in test() local
/tools/testing/selftests/powerpc/
A Dharness.c25 static uint64_t timeout = 120; variable
/tools/testing/selftests/drivers/net/lib/py/
A Dload.py61 def _wait_client_stopped(self, sleep=0.005, timeout=5): argument
/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnx.h22 int timeout; /* seconds */ member
/tools/testing/selftests/cgroup/
A Dmemcg_protection.m36 timeout = 1000; variable
/tools/testing/selftests/bpf/prog_tests/
A Dlwt_helpers.h70 static int wait_for_packet(int fd, filter_t filter, struct timeval *timeout) in wait_for_packet()
/tools/perf/ui/tui/
A Dsetup.c59 struct timeval timeout, *ptimeout = delay_secs ? &timeout : NULL; in ui__getch() local
/tools/thermal/lib/
A Dmainloop.c22 int mainloop(unsigned int timeout) in mainloop()
/tools/testing/selftests/net/netfilter/
A Dudpclash.c59 unsigned int repl_count = 0, timeout = 0; in run_test() local
A Dconnect_close.c17 unsigned int timeout; member
/tools/testing/selftests/powerpc/benchmarks/
A Dcontext_switch.c31 static unsigned int timeout = 30; variable
258 static long sys_futex(void *addr1, int op, int val1, struct timespec *timeout, in sys_futex()

Completed in 45 milliseconds

1234