Home
last modified time | relevance | path

Searched refs:bounce_bufs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c253 void *buf, **bounce_bufs = NULL; in hgcm_call_preprocess() local
266 if (!bounce_bufs) { in hgcm_call_preprocess()
267 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
270 if (!bounce_bufs) in hgcm_call_preprocess()
273 *bounce_bufs_ret = bounce_bufs; in hgcm_call_preprocess()
277 &bounce_bufs[i], in hgcm_call_preprocess()
383 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
406 hgcm_call_init_linaddr(call, dst_parm, bounce_bufs[i], in hgcm_call_init_call()
559 u32 parm_count, void **bounce_bufs) in hgcm_call_copy_back_result() argument
591 ret = copy_to_user(p, bounce_bufs[i], in hgcm_call_copy_back_result()
[all …]
/openbmc/qemu/block/
H A Dblkio.c65 QLIST_HEAD(, BlkioBounceBuf) bounce_bufs;
87 assert(QLIST_EMPTY(&s->bounce_bufs)); in blkio_resize_bounce_pool()
135 QLIST_FOREACH(cur, &s->bounce_bufs, next) { in blkio_do_alloc_bounce_buffer()
156 QLIST_INSERT_HEAD(&s->bounce_bufs, bounce, next); in blkio_do_alloc_bounce_buffer()
193 if (QLIST_EMPTY(&s->bounce_bufs)) { in blkio_alloc_bounce_buffer()
910 QLIST_INIT(&s->bounce_bufs); in blkio_open()