Searched refs:test_open_read_close (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/tools/syscall_timing/ |
H A D | syscall_timing.c | 395 test_open_read_close(uintmax_t num, uintmax_t int_arg, const char *path) in test_open_read_close() function 948 { "open_read_close_1", test_open_read_close, .t_flags = FLAG_PATH, 950 { "open_read_close_10", test_open_read_close, .t_flags = FLAG_PATH, 952 { "open_read_close_100", test_open_read_close, .t_flags = FLAG_PATH, 954 { "open_read_close_1000", test_open_read_close, .t_flags = FLAG_PATH, 956 { "open_read_close_10000", test_open_read_close, 958 { "open_read_close_100000", test_open_read_close, 960 { "open_read_close_1000000", test_open_read_close,
|