Home
last modified time | relevance | path

Searched refs:io_destroy (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/io_setup/
H A Dio_setup01.c39 io_destroy(*ctx); in verify_failure()
67 io_destroy(*ctx); in verify_success()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiodio_append.c78 io_destroy(myctx); in aiodio_append()
96 io_destroy(myctx); in aiodio_append()
H A Daiocp.c287 io_destroy(myctx); in run()
/third_party/ltp/testcases/kernel/syscalls/io_destroy/
H A Dio_destroy01.c12 * Test io_destroy invoked via libaio with invalid ctx and expects it to
29 TEST(io_destroy(ctx)); in verify_io_destroy()
32 tst_res(TFAIL, "io_destroy() succeeded unexpectedly"); in verify_io_destroy()
37 tst_res(TCONF, "io_destroy() not supported"); in verify_io_destroy()
42 tst_res(TPASS, "io_destroy() failed as expected, returned -EINVAL"); in verify_io_destroy()
46 tst_res(TFAIL, "io_destroy() failed unexpectedly, returned -%s expected -EINVAL", in verify_io_destroy()
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/
H A Dio_pgetevents01.c66 if (io_destroy(ctx) < 0) in run()
67 tst_brk(TBROK | TERRNO, "io_destroy() failed"); in run()
H A Dio_pgetevents02.c84 if (io_destroy(ctx) < 0) in cleanup()
85 tst_res(TWARN | TERRNO, "io_destroy() failed"); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd06.c149 io_destroy(ctx); in cleanup()
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c117 static ossl_inline int io_destroy(aio_context_t ctx) in io_destroy() function
698 io_destroy(actx->aio.aio_ctx); in afalg_cipher_cleanup()
/third_party/openssl/engines/
H A De_afalg.c117 static ossl_inline int io_destroy(aio_context_t ctx) in io_destroy() function
698 io_destroy(actx->aio.aio_ctx); in afalg_cipher_cleanup()

Completed in 6 milliseconds