Searched refs:test_pipeping (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/tools/syscall_timing/ |
H A D | syscall_timing.c | 477 test_pipeping(uintmax_t num, uintmax_t int_arg, const char *path __unused) in test_pipeping() function 963 { "pipeping_1", test_pipeping, .t_flags = 0, .t_int = 1 }, 964 { "pipeping_10", test_pipeping, .t_flags = 0, .t_int = 10 }, 965 { "pipeping_100", test_pipeping, .t_flags = 0, .t_int = 100 }, 966 { "pipeping_1000", test_pipeping, .t_flags = 0, .t_int = 1000 }, 967 { "pipeping_10000", test_pipeping, .t_flags = 0, .t_int = 10000 }, 968 { "pipeping_100000", test_pipeping, .t_flags = 0, .t_int = 100000 }, 969 { "pipeping_1000000", test_pipeping, .t_flags = 0, .t_int = 1000000 },
|