Searched refs:dst_node (Results 1 – 11 of 11) sorted by relevance
/openbmc/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()
|
H A D | core.c | 602 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()
|
/openbmc/qemu/block/monitor/ |
H A D | bitmap-qmp-cmds.c | 247 BdrvDirtyBitmap *block_dirty_bitmap_merge(const char *dst_node, in block_dirty_bitmap_merge() argument 260 dst = block_dirty_bitmap_lookup(dst_node, dst_bitmap, &bs, errp); in block_dirty_bitmap_merge()
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_ipc.h | 41 u8 dst_node; member
|
H A D | ivpu_ipc.c | 39 ipc_hdr->src_node, ipc_hdr->dst_node, ipc_hdr->status); in ivpu_ipc_msg_dump() 109 tx_buf->ipc.dst_node = 1; in ivpu_ipc_tx_prepare()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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
|
/openbmc/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 | 403 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst,
|
/openbmc/qemu/ |
H A D | qemu-img.c | 1645 static void do_dirty_bitmap_merge(const char *dst_node, const char *dst_name, in do_dirty_bitmap_merge() argument 1657 qmp_block_dirty_bitmap_merge(dst_node, dst_name, list, errp); in do_dirty_bitmap_merge()
|