Searched refs:alloc_msg (Results 1 - 8 of 8) sorted by relevance

/linux-master/ipc/
H A Dmsgutil.c46 static struct msg_msg *alloc_msg(size_t len) function
91 msg = alloc_msg(len);
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c947 struct vmci_qp_alloc_msg *alloc_msg; local
956 msg_size = sizeof(*alloc_msg) +
958 alloc_msg = kmalloc(msg_size, GFP_KERNEL);
959 if (!alloc_msg)
962 alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
964 alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE;
965 alloc_msg->hdr.payload_size = msg_size - VMCI_DG_HEADERSIZE;
966 alloc_msg->handle = entry->qp.handle;
967 alloc_msg->peer = entry->qp.peer;
968 alloc_msg
[all...]
/linux-master/include/linux/ceph/
H A Dmessenger.h49 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, member in struct:ceph_connection_operations
/linux-master/net/ceph/
H A Dmessenger.c2029 * allocated by alloc_msg. This allows us to read a small fixed-size
2053 * connection's private alloc_msg op if available.
2073 BUG_ON(!con->ops->alloc_msg);
2076 msg = con->ops->alloc_msg(con, hdr, skip);
H A Dmon_client.c1526 pr_info("alloc_msg unknown type %d\n", type);
1579 .alloc_msg = mon_alloc_msg,
H A Dosd_client.c5958 .alloc_msg = osd_alloc_msg,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c1795 static struct mlx5_cmd_msg *alloc_msg(struct mlx5_core_dev *dev, int in_size, function
1868 inb = alloc_msg(dev, in_size, gfp);
/linux-master/fs/ceph/
H A Dmds_client.c6162 .alloc_msg = mds_alloc_msg,

Completed in 629 milliseconds