Searched refs:idx_core (Results 1 – 3 of 3) sorted by relevance
68 int idx_core; in rte_keepalive_dispatch_pings() local70 for (idx_core = 0; idx_core < RTE_KEEPALIVE_MAXCORES; idx_core++) { in rte_keepalive_dispatch_pings()71 if (keepcfg->active_cores[idx_core] == 0) in rte_keepalive_dispatch_pings()78 keepcfg->live_data[idx_core].core_state = in rte_keepalive_dispatch_pings()84 keepcfg->live_data[idx_core].core_state = in rte_keepalive_dispatch_pings()88 keepcfg->live_data[idx_core].core_state = in rte_keepalive_dispatch_pings()94 idx_core in rte_keepalive_dispatch_pings()100 keepcfg->live_data[idx_core].core_state = in rte_keepalive_dispatch_pings()110 idx_core, in rte_keepalive_dispatch_pings()111 keepcfg->live_data[idx_core].core_state, in rte_keepalive_dispatch_pings()[all …]
53 int idx_core; in main() local66 for (idx_core = 0; idx_core < RTE_KEEPALIVE_MAXCORES; in main()67 idx_core++) in main()68 if (shm->core_last_seen_times[idx_core] > in main()71 shm->core_last_seen_times[idx_core]; in main()97 for (idx_core = 0; idx_core < RTE_KEEPALIVE_MAXCORES; in main()98 idx_core++) in main()110 for (idx_core = 0; in main()111 idx_core < RTE_KEEPALIVE_MAXCORES; in main()112 idx_core++) in main()[all …]
16 int idx_core; in rte_keepalive_shm_create() local60 for (idx_core = 0; in rte_keepalive_shm_create()61 idx_core < RTE_KEEPALIVE_MAXCORES; in rte_keepalive_shm_create()62 idx_core++) { in rte_keepalive_shm_create()63 ka_shm->core_state[idx_core] = in rte_keepalive_shm_create()65 ka_shm->core_last_seen_times[idx_core] = 0; in rte_keepalive_shm_create()