Home
last modified time | relevance | path

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

/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c255 void *buf, **bounce_bufs = NULL; in hgcm_call_preprocess() local
268 if (!bounce_bufs) { in hgcm_call_preprocess()
269 bounce_bufs = kcalloc(parm_count, in hgcm_call_preprocess()
272 if (!bounce_bufs) in hgcm_call_preprocess()
275 *bounce_bufs_ret = bounce_bufs; in hgcm_call_preprocess()
279 &bounce_bufs[i], in hgcm_call_preprocess()
382 * @bounce_bufs: The bouncebuffer array.
387 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() argument
410 hgcm_call_init_linaddr(call, dst_parm, bounce_bufs[i], in hgcm_call_init_call()
561 * @bounce_bufs
568 hgcm_call_copy_back_result(const struct vmmdev_hgcm_call * call,struct vmmdev_hgcm_function_parameter * dst_parm,u32 parm_count,void ** bounce_bufs) hgcm_call_copy_back_result() argument
622 void **bounce_bufs = NULL; vbg_hgcm_call() local
[all...]