Searched refs:parent_id (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | node.c | 98 node->parent_id = reg->parent_id; in __rte_node_register() 153 if (node->parent_id != RTE_NODE_ID_INVALID) { in node_clone() 174 reg->parent_id = node->id; in node_clone()
|
| H A D | rte_graph.h | 435 rte_node_t parent_id; /**< Identifier of parent node. */ member 468 node.parent_id = RTE_NODE_ID_INVALID; \
|
| H A D | graph_populate.c | 82 pid = graph_node->node->parent_id; in graph_nodes_populate() 88 node->parent_id = pid; in graph_nodes_populate()
|
| H A D | graph_private.h | 56 rte_node_t parent_id; /**< Parent node identifier. */ member
|
| H A D | rte_graph_worker.h | 59 rte_node_t parent_id; /**< Parent Node identifier. */ member
|
| H A D | graph.c | 222 if (node->parent_id == RTE_NODE_ID_INVALID) /* Static node */ in graph_mem_fixup_node_ctx()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 132 sfs_vnode_get(const struct mount *mp, int flags, uint64_t parent_id, in sfs_vnode_get() argument 139 search.sn_parent_id = parent_id; in sfs_vnode_get() 146 sfs_vnode_insert(struct vnode *vp, int flags, uint64_t parent_id, in sfs_vnode_insert() argument 166 sfs_vgetx(struct mount *mp, int flags, uint64_t parent_id, uint64_t id, in sfs_vgetx() argument 174 error = sfs_vnode_get(mp, flags, parent_id, id, vpp); in sfs_vgetx() 200 error = sfs_vnode_insert(vp, flags, parent_id, id, vpp); in sfs_vgetx() 220 sfs_alloc_node(size_t size, const char *name, uint64_t parent_id, uint64_t id) in sfs_alloc_node() argument 229 node->sn_parent_id = parent_id; in sfs_alloc_node() 253 sfs_readdir_common(uint64_t parent_id, uint64_t id, struct vop_readdir_args *ap, in sfs_readdir_common() argument 283 entry.d_fileno = parent_id; in sfs_readdir_common()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 2139 uint32_t parent_id; member 2169 parent_id, RTE_UINT32); 2184 uint32_t parent_id = res->parent_id; in cmd_set_port_tm_node_parent_parsed() local 2201 parent_id, priority, weight, &error); in cmd_set_port_tm_node_parent_parsed()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 725 check_rr(struct otx2_eth_dev *dev, uint32_t priority, uint32_t parent_id) in check_rr() argument 734 if (!(tm_node->parent->id == parent_id)) in check_rr() 1669 uint32_t parent_id, uint32_t priority, in validate_prio() argument 1684 if (parent_id == RTE_TM_NODE_ID_NULL) in validate_prio() 1697 if (tm_node->parent->id != parent_id) in validate_prio()
|