Searched refs:n_lcores (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | config.c | 156 uint32_t lcores[3], n_lcores, lcore_id, pipeline_type_provided; in app_parse_args() local 159 n_lcores = 0; in app_parse_args() 164 if (n_lcores >= 3) { in app_parse_args() 170 lcores[n_lcores] = lcore_id; in app_parse_args() 171 n_lcores++; in app_parse_args() 174 if (n_lcores != 3) { in app_parse_args()
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_timer_adapter.c | 586 int n_lcores; in swtim_callback() local 611 n_lcores = __atomic_fetch_add(&sw->n_poll_lcores, 1, in swtim_callback() 613 __atomic_store_n(&sw->poll_lcores[n_lcores], lcore, in swtim_callback() 1021 int n_lcores; in __swtim_arm_burst() local 1051 n_lcores = __atomic_fetch_add(&sw->n_poll_lcores, 1, in __swtim_arm_burst() 1053 __atomic_store_n(&sw->poll_lcores[n_lcores], lcore_id, in __swtim_arm_burst()
|