Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_graph.c236 second_pass = 1; in test_node0_worker()
251 if (second_pass) in test_node0_worker()
264 if (second_pass) in test_node0_worker()
289 uint8_t second_pass = 0; in test_node1_worker() local
315 second_pass = 1; in test_node1_worker()
329 if (second_pass) in test_node1_worker()
343 uint8_t second_pass = 0; in test_node2_worker() local
369 second_pass = 1; in test_node2_worker()
377 if (!second_pass) { in test_node2_worker()
425 second_pass = 1; in test_node3_worker()
[all …]
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c2913 rte_sched_port_exceptions(struct rte_sched_subport *subport, int second_pass) in rte_sched_port_exceptions() argument
2918 exceptions = (second_pass && subport->busy_grinders == 0) || in rte_sched_port_exceptions()