Searched refs:leak_it (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 467 * @leak_it: Where to return the leak it / free it, indicator. 471 u32 timeout_ms, bool interruptible, bool *leak_it) in vbg_hgcm_do_call() 476 *leak_it = false; in vbg_hgcm_do_call() 539 *leak_it = true; in vbg_hgcm_do_call() 614 bool leak_it; in vbg_hgcm_call() local 640 requestor & VMMDEV_REQUESTOR_USERMODE, &leak_it); in vbg_hgcm_call() 647 if (!leak_it) in vbg_hgcm_call() 470 vbg_hgcm_do_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call, u32 timeout_ms, bool interruptible, bool *leak_it) vbg_hgcm_do_call() argument
|
/kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 467 * @leak_it: Where to return the leak it / free it, indicator. 471 u32 timeout_ms, bool interruptible, bool *leak_it) in vbg_hgcm_do_call() 476 *leak_it = false; in vbg_hgcm_do_call() 539 *leak_it = true; in vbg_hgcm_do_call() 614 bool leak_it; in vbg_hgcm_call() local 640 requestor & VMMDEV_REQUESTOR_USERMODE, &leak_it); in vbg_hgcm_call() 647 if (!leak_it) in vbg_hgcm_call() 470 vbg_hgcm_do_call(struct vbg_dev *gdev, struct vmmdev_hgcm_call *call, u32 timeout_ms, bool interruptible, bool *leak_it) vbg_hgcm_do_call() argument
|
Completed in 5 milliseconds