Home
last modified time | relevance | path

Searched refs:alloc_msg (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c947 struct vmci_qp_alloc_msg *alloc_msg; in qp_alloc_hypercall() local
956 msg_size = sizeof(*alloc_msg) + in qp_alloc_hypercall()
958 alloc_msg = kmalloc(msg_size, GFP_KERNEL); in qp_alloc_hypercall()
959 if (!alloc_msg) in qp_alloc_hypercall()
962 alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_alloc_hypercall()
964 alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE; in qp_alloc_hypercall()
965 alloc_msg->hdr.payload_size = msg_size - VMCI_DG_HEADERSIZE; in qp_alloc_hypercall()
966 alloc_msg->handle = entry->qp.handle; in qp_alloc_hypercall()
967 alloc_msg->peer = entry->qp.peer; in qp_alloc_hypercall()
968 alloc_msg->flags = entry->qp.flags; in qp_alloc_hypercall()
[all …]
/linux/ipc/
H A Dmsgutil.c54 static struct msg_msg *alloc_msg(size_t len) in alloc_msg() function
99 msg = alloc_msg(len); in load_msg()
/linux/include/linux/ceph/
H A Dmessenger.h50 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, member
/linux/net/ceph/
H A Dmessenger.c2031 * allocated by alloc_msg. This allows us to read a small fixed-size
2055 * connection's private alloc_msg op if available.
2075 BUG_ON(!con->ops->alloc_msg); in ceph_con_in_msg_alloc()
2078 msg = con->ops->alloc_msg(con, hdr, skip); in ceph_con_in_msg_alloc()
H A Dosd_client.c5901 .alloc_msg = osd_alloc_msg,
/linux/fs/ceph/
H A Dmds_client.c6514 .alloc_msg = mds_alloc_msg,