Searched refs:test_file (Results 1 – 2 of 2) sorted by relevance
/rt/ |
A D | tst-aio64.c | 64 test_file (const void *buf, size_t size, int fd, const char *msg) in test_file() function 170 result |= test_file (buf, sizeof (buf), fd, "aio_write"); in do_test() 211 result |= test_file (buf, sizeof (buf), fd, "lio_listio (write)"); in do_test() 237 result |= test_file (buf, sizeof (buf), fd, "aio_fsync (aio_write)"); in do_test()
|
A D | tst-aio.c | 63 test_file (const void *buf, size_t size, int fd, const char *msg) in test_file() function 169 result |= test_file (buf, sizeof (buf), fd, "aio_write"); in do_test() 210 result |= test_file (buf, sizeof (buf), fd, "lio_listio (write)"); in do_test() 236 result |= test_file (buf, sizeof (buf), fd, "aio_fsync (aio_write)"); in do_test()
|
Completed in 5 milliseconds