Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_keepalive.c30 uint8_t active_cores[RTE_KEEPALIVE_MAXCORES]; member
71 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()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c360 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() local
679 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 …]
H A Dcvmx-debug.h243 uint32_t active_cores; /**< Bitmask of cores that should stop on a breakpoint */ member
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h62 unsigned int active_cores; member
H A Dmain.c243 cdata.active_cores++; in parse_app_args()
349 const unsigned int cores_needed = cdata.active_cores; in main()