Searched refs:alloc_msg (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/ipc/ |
A D | msgutil.c | 46 static struct msg_msg *alloc_msg(size_t len) in alloc_msg() function 91 msg = alloc_msg(len); in load_msg()
|
/linux-6.3-rc2/drivers/misc/vmw_vmci/ |
A D | vmci_queue_pair.c | 947 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() 964 alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE; 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() 971 alloc_msg->num_ppns = entry->num_ppns; in qp_alloc_hypercall() 973 result = qp_populate_ppn_set((u8 *)alloc_msg + sizeof(*alloc_msg), in qp_alloc_hypercall() [all …]
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | messenger.h | 48 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, member
|
/linux-6.3-rc2/net/ceph/ |
A D | messenger.c | 1994 BUG_ON(!con->ops->alloc_msg); in ceph_con_in_msg_alloc() 1997 msg = con->ops->alloc_msg(con, hdr, skip); in ceph_con_in_msg_alloc()
|
A D | mon_client.c | 1579 .alloc_msg = mon_alloc_msg,
|
A D | osd_client.c | 5636 .alloc_msg = osd_alloc_msg,
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | cmd.c | 1794 static struct mlx5_cmd_msg *alloc_msg(struct mlx5_core_dev *dev, int in_size, in alloc_msg() function 1867 inb = alloc_msg(dev, in_size, gfp); in cmd_exec()
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.c | 5560 .alloc_msg = mds_alloc_msg,
|
Completed in 45 milliseconds