Searched refs:alloc_msg (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/ipc/ | 
| D | msgutil.c | 46 static struct msg_msg *alloc_msg(size_t len)  in alloc_msg()  function91 	msg = alloc_msg(len);  in load_msg()
 
 | 
| /Linux-v5.4/drivers/misc/vmw_vmci/ | 
| D | vmci_queue_pair.c | 939 	struct vmci_qp_alloc_msg *alloc_msg;  in qp_alloc_hypercall()  local948 	msg_size = sizeof(*alloc_msg) +  in qp_alloc_hypercall()
 950 	alloc_msg = kmalloc(msg_size, GFP_KERNEL);  in qp_alloc_hypercall()
 951 	if (!alloc_msg)  in qp_alloc_hypercall()
 954 	alloc_msg->hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,  in qp_alloc_hypercall()
 956 	alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE;  in qp_alloc_hypercall()
 957 	alloc_msg->hdr.payload_size = msg_size - VMCI_DG_HEADERSIZE;  in qp_alloc_hypercall()
 958 	alloc_msg->handle = entry->qp.handle;  in qp_alloc_hypercall()
 959 	alloc_msg->peer = entry->qp.peer;  in qp_alloc_hypercall()
 960 	alloc_msg->flags = entry->qp.flags;  in qp_alloc_hypercall()
 [all …]
 
 | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | messenger.h | 47 	struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,  member
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | cmd.c | 1612 static struct mlx5_cmd_msg *alloc_msg(struct mlx5_core_dev *dev, int in_size,  in alloc_msg()  function1681 	inb = alloc_msg(dev, in_size, gfp);  in cmd_exec()
 
 | 
| /Linux-v5.4/net/ceph/ | 
| D | mon_client.c | 1380 	.alloc_msg = mon_alloc_msg,
 | 
| D | messenger.c | 3434 	BUG_ON(!con->ops->alloc_msg);  in ceph_con_in_msg_alloc()3437 	msg = con->ops->alloc_msg(con, hdr, skip);  in ceph_con_in_msg_alloc()
 
 | 
| D | osd_client.c | 5536 static struct ceph_msg *alloc_msg(struct ceph_connection *con,  in alloc_msg()  function5673 	.alloc_msg = alloc_msg,
 
 | 
| /Linux-v5.4/fs/ceph/ | 
| D | mds_client.c | 4793 	.alloc_msg = mds_alloc_msg,
 |