alloc_msg         939 drivers/misc/vmw_vmci/vmci_queue_pair.c 	struct vmci_qp_alloc_msg *alloc_msg;
alloc_msg         948 drivers/misc/vmw_vmci/vmci_queue_pair.c 	msg_size = sizeof(*alloc_msg) +
alloc_msg         950 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg = kmalloc(msg_size, GFP_KERNEL);
alloc_msg         951 drivers/misc/vmw_vmci/vmci_queue_pair.c 	if (!alloc_msg)
alloc_msg         954 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
alloc_msg         956 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE;
alloc_msg         957 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->hdr.payload_size = msg_size - VMCI_DG_HEADERSIZE;
alloc_msg         958 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->handle = entry->qp.handle;
alloc_msg         959 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->peer = entry->qp.peer;
alloc_msg         960 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->flags = entry->qp.flags;
alloc_msg         961 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->produce_size = entry->qp.produce_size;
alloc_msg         962 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->consume_size = entry->qp.consume_size;
alloc_msg         963 drivers/misc/vmw_vmci/vmci_queue_pair.c 	alloc_msg->num_ppns = entry->num_ppns;
alloc_msg         965 drivers/misc/vmw_vmci/vmci_queue_pair.c 	result = qp_populate_ppn_set((u8 *)alloc_msg + sizeof(*alloc_msg),
alloc_msg         968 drivers/misc/vmw_vmci/vmci_queue_pair.c 		result = vmci_send_datagram(&alloc_msg->hdr);
alloc_msg         970 drivers/misc/vmw_vmci/vmci_queue_pair.c 	kfree(alloc_msg);
alloc_msg        1699 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	inb = alloc_msg(dev, in_size, gfp);
alloc_msg        4794 fs/ceph/mds_client.c 	.alloc_msg = mds_alloc_msg,
alloc_msg          47 include/linux/ceph/messenger.h 	struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
alloc_msg          46 ipc/msgutil.c  static struct msg_msg *alloc_msg(size_t len)
alloc_msg          91 ipc/msgutil.c  	msg = alloc_msg(len);
alloc_msg        3439 net/ceph/messenger.c 	BUG_ON(!con->ops->alloc_msg);
alloc_msg        3442 net/ceph/messenger.c 	msg = con->ops->alloc_msg(con, hdr, skip);
alloc_msg        1380 net/ceph/mon_client.c 	.alloc_msg = mon_alloc_msg,
alloc_msg        5667 net/ceph/osd_client.c 	.alloc_msg = alloc_msg,