Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Ddma-helpers.c29 void qemu_sglist_init(QEMUSGList *qsg, DeviceState *dev, int alloc_hint, in qemu_sglist_init() argument
32 qsg->sg = g_new(ScatterGatherEntry, alloc_hint); in qemu_sglist_init()
34 qsg->nalloc = alloc_hint; in qemu_sglist_init()
/openbmc/qemu/util/
H A Diov.c282 void qemu_iovec_init(QEMUIOVector *qiov, int alloc_hint) in qemu_iovec_init() argument
284 qiov->iov = g_new(struct iovec, alloc_hint); in qemu_iovec_init()
286 qiov->nalloc = alloc_hint; in qemu_iovec_init()
/openbmc/qemu/include/qemu/
H A Diov.h251 void qemu_iovec_init(QEMUIOVector *qiov, int alloc_hint);
/openbmc/qemu/include/system/
H A Ddma.h284 void qemu_sglist_init(QEMUSGList *qsg, DeviceState *dev, int alloc_hint,