Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-cat/
H A Dcat.c25 static const struct pqos_cpuinfo *m_cpu; variable
488 for (j = 0; j < m_cpu->num_cores; j++) { in check_and_select_classes()
489 cpu_id = m_cpu->cores[j].lcore; in check_and_select_classes()
518 for (j = 0; j < m_cpu->num_cores; j++) { in check_and_select_classes()
519 cpu_id = m_cpu->cores[j].lcore; in check_and_select_classes()
615 cpu_id = m_cpu->cores[j].lcore; in configure_cat()
870 m_cpu = NULL;
892 if (m_cap == NULL && m_cpu == NULL)
899 cpu_id = m_cpu->cores[j].lcore;
940 if (m_cap != NULL || m_cpu != NULL) {
[all …]