/tools/testing/selftests/vm/ |
D | ksm_tests.c | 139 static int ksm_do_scan(int scan_count, struct timespec start_time, int timeout) in ksm_do_scan() 164 static int ksm_merge_pages(void *addr, size_t size, struct timespec start_time, int timeout) in ksm_merge_pages() 242 static int check_ksm_merge(int mapping, int prot, long page_count, int timeout, size_t page_size) in check_ksm_merge() 273 static int check_ksm_unmerge(int mapping, int prot, int timeout, size_t page_size) in check_ksm_unmerge() 313 static int check_ksm_zero_page_merge(int mapping, int prot, long page_count, int timeout, in check_ksm_zero_page_merge() 357 static int check_ksm_numa_merge(int mapping, int prot, int timeout, bool merge_across_nodes, in check_ksm_numa_merge() 419 static int ksm_merge_time(int mapping, int prot, int timeout, size_t map_size) in ksm_merge_time() 460 static int ksm_cow_time(int mapping, int prot, int timeout, size_t page_size) in ksm_cow_time()
|
/tools/perf/bench/ |
D | futex.h | 50 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument 58 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() 77 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi() 114 struct timespec *timeout, int opflags) in futex_wait_requeue_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/kunit/ |
D | kunit_kernel.py | 107 def run(self, params, timeout, build_dir, outfile) -> None: argument 127 def run(self, params, timeout, build_dir, outfile): argument 179 def run(self, params, timeout, build_dir, outfile): argument 328 def run_kernel(self, args=None, build_dir='', filter_glob='', timeout=None) -> Iterator[str]: argument
|
/tools/testing/vsock/ |
D | timeout.c | 26 static volatile bool timeout; variable
|
/tools/testing/selftests/pidfd/ |
D | pidfd_poll_test.c | 19 static bool timeout; variable
|
/tools/testing/selftests/timens/ |
D | futex.c | 23 struct timespec timeout, end; in run_test() local
|
D | gettime_perf.c | 51 const int timeout = 3; in test() local
|
/tools/testing/selftests/powerpc/ |
D | harness.c | 25 static uint64_t timeout = 120; variable
|
/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nx.h | 22 int timeout; /* seconds */ member
|
/tools/perf/ui/tui/ |
D | setup.c | 58 struct timeval timeout, *ptimeout = delay_secs ? &timeout : NULL; in ui__getch() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | ringbuf.c | 79 long timeout = (long)input; in poll_thread() local
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 31 static unsigned int timeout = 30; variable 258 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 | 119 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 | 248 struct timespec timeout; in do_test() local
|
/tools/testing/selftests/arm64/signal/ |
D | test_signals.h | 70 unsigned int timeout; member
|
/tools/testing/selftests/timers/ |
D | set-timer-lat.c | 232 struct timeval timeout; in do_timer_oneshot() local
|
/tools/include/uapi/linux/ |
D | usbdevice_fs.h | 46 __u32 timeout; /* in milliseconds */ member 53 unsigned int timeout; /* in milliseconds */ member
|
/tools/include/nolibc/ |
D | nolibc.h | 340 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() 376 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() 835 int poll(struct pollfd *fds, int nfds, int timeout) in poll() 896 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select()
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_stress.c | 36 int timeout; /* -t */ member
|
/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 51 struct timespec *timeout; member
|
/tools/testing/selftests/netfilter/ |
D | nf-queue.c | 23 unsigned int timeout; member
|
/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 175 struct timespec timeout; variable
|