Searched refs:dst_node (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/interconnect/ |
H A D | debugfs-client.c | 27 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()
|
/linux/io_uring/ |
H A D | rsrc.h | 107 static inline void io_req_assign_rsrc_node(struct io_rsrc_node **dst_node, in io_req_assign_rsrc_node() argument 111 *dst_node = node; in io_req_assign_rsrc_node()
|
H A D | rsrc.c | 991 struct io_rsrc_node *dst_node, *src_node; in io_clone_buffers() local 995 dst_node = NULL; in io_clone_buffers() 997 dst_node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_clone_buffers() 998 if (!dst_node) { in io_clone_buffers() 1004 dst_node->buf = src_node->buf; in io_clone_buffers() 1006 data.nodes[off++] = dst_node; in io_clone_buffers()
|
/linux/fs/hfs/ |
H A D | bnode.c | 108 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument 117 dst += dst_node->page_offset; in hfs_bnode_copy() 119 dst_page = dst_node->page[0]; in hfs_bnode_copy()
|
/linux/net/qrtr/ |
H A D | af_qrtr.c | 79 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/Documentation/driver-api/ |
H A D | interconnect.rst | 127 echo ebi > dst_node 129 # Get path between src_node and dst_node. This is only
|
/linux/fs/hfsplus/ |
H A D | bnode.c | 121 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument 131 dst += dst_node->page_offset; in hfs_bnode_copy() 134 dst_page = dst_node->page + (dst >> PAGE_SHIFT); in hfs_bnode_copy()
|
H A D | hfsplus_fs.h | 405 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst,
|