Home
last modified time | relevance | path

Searched refs:ctx_update_sub_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_guest.c42 static u32 ctx_update_sub_id = VMCI_INVALID_ID; variable
141 if (sub_id != ctx_update_sub_id) { in vmci_guest_cid_update()
574 &ctx_update_sub_id); in vmci_guest_probe_device()
652 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_probe_device()
656 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_probe_device()
691 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_remove_device()
695 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_remove_device()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_guest.c49 static u32 ctx_update_sub_id = VMCI_INVALID_ID; variable
236 if (sub_id != ctx_update_sub_id) { in vmci_guest_cid_update()
773 &ctx_update_sub_id); in vmci_guest_probe_device()
873 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_probe_device()
877 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_probe_device()
911 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_remove_device()
915 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_remove_device()

Completed in 4 milliseconds