Home
last modified time | relevance | path

Searched refs:alloc_io_buf (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ublksrv/lib/
H A Dublksrv.c76 if (!ops->alloc_io_buf ^ !ops->free_io_buf) in __ublksrv_tgt_init()
569 if (dev->tgt.ops->alloc_io_buf) in ublksrv_queue_init()
571 dev->tgt.ops->alloc_io_buf(local_to_tq(q), in ublksrv_queue_init()
/aosp_15_r20/external/ublksrv/include/
H A Dublksrv.h277 void *(*alloc_io_buf)(const struct ublksrv_queue *q, int tag, int size); member
/aosp_15_r20/external/ublksrv/
H A Ddemo_null.c265 demo_tgt_type.alloc_io_buf = null_alloc_io_buf; in main()