Home
last modified time | relevance | path

Searched refs:second_pass (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_graph.c248 second_pass = 1; in test_node0_worker()
263 if (second_pass) in test_node0_worker()
276 if (second_pass) in test_node0_worker()
301 uint8_t second_pass = 0; in test_node1_worker() local
327 second_pass = 1; in test_node1_worker()
341 if (second_pass) in test_node1_worker()
355 uint8_t second_pass = 0; in test_node2_worker() local
381 second_pass = 1; in test_node2_worker()
389 if (!second_pass) { in test_node2_worker()
437 second_pass = 1; in test_node3_worker()
[all …]
/dpdk/lib/sched/
H A Drte_sched.c2872 rte_sched_port_exceptions(struct rte_sched_subport *subport, int second_pass) in rte_sched_port_exceptions() argument
2877 exceptions = (second_pass && subport->busy_grinders == 0) || in rte_sched_port_exceptions()