Searched refs:bounce_bufs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 253 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() 378 * @bounce_bufs: The bouncebuffer array. 383 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() 406 hgcm_call_init_linaddr(call, dst_parm, bounce_bufs[i], in hgcm_call_init_call() 554 * @bounce_bufs 380 hgcm_call_init_call( struct vmmdev_hgcm_call *call, u32 client_id, u32 function, const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void **bounce_bufs) hgcm_call_init_call() argument 556 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 613 void **bounce_bufs = NULL; vbg_hgcm_call() local [all...] |
/kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 253 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() 378 * @bounce_bufs: The bouncebuffer array. 383 u32 parm_count, void **bounce_bufs) in hgcm_call_init_call() 406 hgcm_call_init_linaddr(call, dst_parm, bounce_bufs[i], in hgcm_call_init_call() 554 * @bounce_bufs 380 hgcm_call_init_call( struct vmmdev_hgcm_call *call, u32 client_id, u32 function, const struct vmmdev_hgcm_function_parameter *src_parm, u32 parm_count, void **bounce_bufs) hgcm_call_init_call() argument 556 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 613 void **bounce_bufs = NULL; vbg_hgcm_call() local [all...] |
Completed in 2 milliseconds