Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c62 app_rx_thread(struct thread_conf **confs) in app_rx_thread() argument
75 while ((conf = confs[conf_idx])) { in app_rx_thread()
102 if (confs[conf_idx] == NULL) in app_rx_thread()
155 app_tx_thread(struct thread_conf **confs) in app_tx_thread() argument
163 while ((conf = confs[conf_idx])) { in app_tx_thread()
186 if (confs[conf_idx] == NULL) in app_tx_thread()
199 while ((conf = confs[conf_idx])) { in app_worker_thread()
221 if (confs[conf_idx] == NULL) in app_worker_thread()
228 app_mixed_thread(struct thread_conf **confs) in app_mixed_thread() argument
235 while ((conf = confs[conf_idx])) { in app_mixed_thread()
[all …]