Home
last modified time | relevance | path

Searched refs:handle_io_async (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ublksrv/
H A Dtgt_null.cpp95 .handle_io_async = null_handle_io_async,
H A Ddemo_null.c221 .handle_io_async = demo_handle_io_async,
H A Dtgt_loop.cpp447 .handle_io_async = loop_handle_io_async,
H A Ddemo_event.c528 .handle_io_async = demo_handle_io_async,
/aosp_15_r20/external/ublksrv/include/
H A Dublksrv.h191 int (*handle_io_async)(const struct ublksrv_queue *, member
/aosp_15_r20/external/ublksrv/lib/
H A Dublksrv.c74 if (!ops->handle_io_async) in __ublksrv_tgt_init()
822 q->tgt_ops->handle_io_async(local_to_tq(q), &io->data); in ublksrv_handle_cqe()
/aosp_15_r20/external/ublksrv/qcow2/
H A Dtgt_qcow2.cpp538 .handle_io_async = qcow2_handle_io_async,
/aosp_15_r20/external/ublksrv/nbd/
H A Dtgt_nbd.cpp994 .handle_io_async = nbd_handle_io_async,