Home
last modified time | relevance | path

Searched refs:test_read (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/tools/tools/syscall_timing/
H A Dsyscall_timing.c558 test_read(uintmax_t num, uintmax_t int_arg, const char *path) in test_read() function
946 { "read_1", test_read, .t_flags = FLAG_PATH, .t_int = 1 },
947 { "read_10", test_read, .t_flags = FLAG_PATH, .t_int = 10 },
948 { "read_100", test_read, .t_flags = FLAG_PATH, .t_int = 100 },
949 { "read_1000", test_read, .t_flags = FLAG_PATH, .t_int = 1000 },
950 { "read_10000", test_read, .t_flags = FLAG_PATH, .t_int = 10000 },
951 { "read_100000", test_read, .t_flags = FLAG_PATH, .t_int = 100000 },
952 { "read_1000000", test_read, .t_flags = FLAG_PATH, .t_int = 1000000 },
/freebsd-12.1/stand/userboot/test/
H A Dtest.c172 test_read(void *arg, void *h, void *dst, size_t size, size_t *resid_return) in test_read() function
390 .read = test_read,