Home
last modified time | relevance | path

Searched refs:alloc_hint (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Ddma-helpers.c13 void qemu_sglist_init(QEMUSGList *qsg, int alloc_hint) in qemu_sglist_init() argument
15 qsg->sg = qemu_malloc(alloc_hint * sizeof(ScatterGatherEntry)); in qemu_sglist_init()
17 qsg->nalloc = alloc_hint; in qemu_sglist_init()
Dcutils.c137 void qemu_iovec_init(QEMUIOVector *qiov, int alloc_hint) in qemu_iovec_init() argument
139 qiov->iov = qemu_malloc(alloc_hint * sizeof(struct iovec)); in qemu_iovec_init()
141 qiov->nalloc = alloc_hint; in qemu_iovec_init()
Ddma.h30 void qemu_sglist_init(QEMUSGList *qsg, int alloc_hint);
Dqemu-common.h332 void qemu_iovec_init(QEMUIOVector *qiov, int alloc_hint);