Searched refs:SET_ERR_JMP (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | graph_ops.c | 26 SET_ERR_JMP(EINVAL, fail, "Node %s has loop to self", in node_has_loop_edge() 57 SET_ERR_JMP(EINVAL, fail, "Graph needs at least a source node"); in graph_src_nodes_count() 74 SET_ERR_JMP( in graph_node_has_edge_to_src_node() 118 SET_ERR_JMP(ENOMEM, fail, "Failed to alloc BFS queue of %zu", in graph_bfs() 153 SET_ERR_JMP(EINVAL, fail, in graph_has_isolated_node() 163 SET_ERR_JMP(EINVAL, fail, "Found isolated node %s", in graph_has_isolated_node()
|
| H A D | graph.c | 60 SET_ERR_JMP(ENOMEM, free, "Failed to calloc %s object", in graph_node_add() 102 SET_ERR_JMP(EINVAL, fail, in graph_node_edges_add() 126 SET_ERR_JMP(EINVAL, fail, in graph_adjacency_list_update() 189 SET_ERR_JMP(rc, err, "Node %s init() failed", in graph_node_init() 229 SET_ERR_JMP(ENOLINK, fail, "Node %s not found", name); in graph_mem_fixup_node_ctx() 272 SET_ERR_JMP(EINVAL, fail, "Param should not be NULL"); in rte_graph_create() 275 SET_ERR_JMP(EINVAL, fail, "Graph name should not be NULL"); in rte_graph_create() 280 SET_ERR_JMP(EEXIST, fail, "Found duplicate graph %s", in rte_graph_create() 286 SET_ERR_JMP(ENOMEM, fail, "Failed to calloc graph object"); in rte_graph_create() 291 SET_ERR_JMP(E2BIG, free, "Too big name=%s", name); in rte_graph_create() [all …]
|
| H A D | graph_stats.c | 153 SET_ERR_JMP( in stats_mem_populate() 167 SET_ERR_JMP(ENOMEM, err, "Realloc failed"); in stats_mem_populate() 177 SET_ERR_JMP(ENOENT, err, "Failed to find node %s in graph %s", in stats_mem_populate() 219 SET_ERR_JMP(ENOMEM, free, "Failed to realloc"); in cluster_add() 253 SET_ERR_JMP(EFAULT, fail, "Pattern %s graph not found", in expand_pattern_to_cluster() 273 SET_ERR_JMP(EINVAL, fail, "Stats feature is not enabled"); in rte_graph_cluster_stats_create() 276 SET_ERR_JMP(EINVAL, fail, "Invalid param"); in rte_graph_cluster_stats_create() 279 SET_ERR_JMP(EINVAL, fail, "Invalid graph param"); in rte_graph_cluster_stats_create() 294 SET_ERR_JMP(ENOMEM, bad_pattern, "Failed alloc stats memory"); in rte_graph_cluster_stats_create() 311 SET_ERR_JMP(ENOMEM, realloc_fail, "rte_malloc failed"); in rte_graph_cluster_stats_create()
|
| H A D | graph_populate.c | 147 SET_ERR_JMP(EINVAL, fail, "%s not found", name); in graph_node_nexts_populate() 170 SET_ERR_JMP(EINVAL, fail, "%s not found", name); in graph_src_nodes_populate() 204 SET_ERR_JMP(ENOMEM, fail, "Memzone %s reserve failed", in graph_fp_mem_create()
|
| H A D | graph_private.h | 36 #define SET_ERR_JMP(err, where, fmt, ...) \ macro
|