Searched refs:alloc_hint (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/system/ |
| H A D | dma-helpers.c | 29 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 D | iov.c | 282 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 D | iov.h | 251 void qemu_iovec_init(QEMUIOVector *qiov, int alloc_hint);
|
| /openbmc/qemu/include/system/ |
| H A D | dma.h | 284 void qemu_sglist_init(QEMUSGList *qsg, DeviceState *dev, int alloc_hint,
|