Home
last modified time | relevance | path

Searched refs:dst_node (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/interconnect/
H A Ddebugfs-client.c27 static char *dst_node; variable
61 dst = rcu_dereference(dst_node); in icc_get_set()
151 debugfs_create_str("dst_node", 0600, client_dir, &dst_node); in icc_debugfs_client_init()
H A Dcore.c602 struct icc_node *src_node, *dst_node; in icc_get() local
613 dst_node = node_find_by_name(dst); in icc_get()
614 if (!dst_node) { in icc_get()
619 path = path_find(dev, src_node, dst_node); in icc_get()
625 path->name = kasprintf(GFP_KERNEL, "%s-%s", src_node->name, dst_node->name); in icc_get()
/linux-6.15/io_uring/
H A Drsrc.h130 static inline void io_req_assign_rsrc_node(struct io_rsrc_node **dst_node, in io_req_assign_rsrc_node() argument
134 *dst_node = node; in io_req_assign_rsrc_node()
H A Drsrc.c1211 struct io_rsrc_node *dst_node, *src_node; in io_clone_buffers() local
1215 dst_node = NULL; in io_clone_buffers()
1217 dst_node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_clone_buffers()
1218 if (!dst_node) { in io_clone_buffers()
1224 dst_node->buf = src_node->buf; in io_clone_buffers()
1226 data.nodes[off++] = dst_node; in io_clone_buffers()
/linux-6.15/drivers/accel/ivpu/
H A Divpu_ipc.h41 u8 dst_node; member
H A Divpu_ipc.c33 ipc_hdr->src_node, ipc_hdr->dst_node, ipc_hdr->status); in ivpu_ipc_msg_dump()
104 tx_buf->ipc.dst_node = 1; in ivpu_ipc_tx_prepare()
/linux-6.15/fs/hfs/
H A Dbnode.c114 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument
123 dst += dst_node->page_offset; in hfs_bnode_copy()
125 dst_page = dst_node->page[0]; in hfs_bnode_copy()
/linux-6.15/net/qrtr/
H A Daf_qrtr.c79 u32 dst_node; member
470 cb->dst_node = le32_to_cpu(v1->dst_node_id); in qrtr_endpoint_post()
485 cb->dst_node = le16_to_cpu(v2->dst_node_id); in qrtr_endpoint_post()
1006 struct sockaddr_qrtr local = { AF_QIPCRTR, cb->dst_node, cb->dst_port }; in qrtr_send_resume_tx()
1021 pkt->client.node = cpu_to_le32(cb->dst_node); in qrtr_send_resume_tx()
/linux-6.15/Documentation/driver-api/
H A Dinterconnect.rst127 echo ebi > dst_node
129 # Get path between src_node and dst_node. This is only
/linux-6.15/fs/hfsplus/
H A Dbnode.c127 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument
137 dst += dst_node->page_offset; in hfs_bnode_copy()
140 dst_page = dst_node->page + (dst >> PAGE_SHIFT); in hfs_bnode_copy()
H A Dhfsplus_fs.h405 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst,