Searched refs:active_cores (Results 1 – 5 of 5) sorted by relevance
30 uint8_t active_cores[RTE_KEEPALIVE_MAXCORES]; member71 if (keepcfg->active_cores[idx_core] == 0) in rte_keepalive_dispatch_pings()147 keepcfg->active_cores[id_core] = RTE_KA_STATE_ALIVE; in rte_keepalive_register_core()
360 state.active_cores = state.known_cores; in cvmx_debug_init()476 return state.active_cores & (1u << core); in cvmx_debug_active_core()678 uint64_t active_cores; in cvmx_debug_process_packet() local679 if (!cvmx_debug_hexToLong(&buf, &active_cores)) in cvmx_debug_process_packet()680 active_cores = 0; in cvmx_debug_process_packet()682 state.active_cores = active_cores & state.known_cores; in cvmx_debug_process_packet()685 if (state.active_cores == 0) in cvmx_debug_process_packet()686 state.active_cores = state.known_cores; in cvmx_debug_process_packet()689 if ((state.active_cores & (1u << state.focus_core)) == 0) in cvmx_debug_process_packet()692 state.active_cores |= 1u << state.focus_core; in cvmx_debug_process_packet()[all …]
243 uint32_t active_cores; /**< Bitmask of cores that should stop on a breakpoint */ member
62 unsigned int active_cores; member
243 cdata.active_cores++; in parse_app_args()349 const unsigned int cores_needed = cdata.active_cores; in main()