Lines Matching full:edge
52 * Edge options to be passed to the contains/consumes \*_args function.
53 * @arg: optional arg that will be used by dest edge
54 * @size_arg: @arg size that will be used by dest edge
56 * edge, used to add additional attributes
61 * edge, used to add additional attributes
70 * @edge_name: optional edge to differentiate multiple
85 * @edge: edge arguments that will be used by test.
97 QOSGraphEdgeOptions edge; member
118 * depending on the edge type, passing them the name of the next
162 * qos_edge_destroy(): removes and frees an edge from the
180 * For tests, opts->edge.arg and size_arg represent the arg to pass
239 * and adds them to the edge list mapped to @container in the
240 * edge hash table.
247 * If @opts is NULL, a single edge will be added with no options.
250 * edge will be added for each of them.
277 * qos_node_produces(): creates an edge of type QEDGE_PRODUCES and
278 * adds it to the edge list mapped to @producer in the
279 * edge hash table.
283 * This edge will have @producer as source and @interface as destination.
288 * qos_node_consumes(): creates an edge of type QEDGE_CONSUMED_BY and
289 * adds it to the edge list mapped to @interface in the
290 * edge hash table.
295 * This edge will have @interface as source and @consumer as destination.
362 * @arg: The argument for the consumed-by edge to @node.