Searched refs:confs (Results 1 – 1 of 1) sorted by relevance
62 app_rx_thread(struct thread_conf **confs) in app_rx_thread() argument75 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() argument163 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() argument235 while ((conf = confs[conf_idx])) { in app_mixed_thread()[all …]