VMCI_DG_SIZE 303 drivers/misc/vmw_vmci/vmci_context.c vmci_dg_size = VMCI_DG_SIZE(dg); VMCI_DG_SIZE 465 drivers/misc/vmw_vmci/vmci_context.c WARN_ON(dq_entry->dg_size != VMCI_DG_SIZE(dq_entry->dg)); VMCI_DG_SIZE 163 drivers/misc/vmw_vmci/vmci_datagram.c dg_size = VMCI_DG_SIZE(dg); VMCI_DG_SIZE 323 drivers/misc/vmw_vmci/vmci_datagram.c VMCI_DG_SIZE(dg) > VMCI_MAX_DG_SIZE) { VMCI_DG_SIZE 380 drivers/misc/vmw_vmci/vmci_datagram.c memcpy(&dg_info->msg, dg, VMCI_DG_SIZE(dg)); VMCI_DG_SIZE 118 drivers/misc/vmw_vmci/vmci_guest.c dg, VMCI_DG_SIZE(dg)); VMCI_DG_SIZE 384 drivers/misc/vmw_vmci/vmci_host.c if (VMCI_DG_SIZE(dg) != send_info.len) { VMCI_DG_SIZE 426 drivers/misc/vmw_vmci/vmci_host.c retval = copy_to_user(ubuf, dg, VMCI_DG_SIZE(dg)); VMCI_DG_SIZE 483 include/linux/vmw_vmci_defs.h #define VMCI_DG_SIZE_ALIGNED(_dg) ((VMCI_DG_SIZE(_dg) + 7) & (~((size_t) 0x7))) VMCI_DG_SIZE 640 net/vmw_vsock/vmci_transport.c size = VMCI_DG_SIZE(dg); VMCI_DG_SIZE 700 net/vmw_vsock/vmci_transport.c if (VMCI_DG_SIZE(dg) < sizeof(*pkt))