Searched refs:cores_count (Results 1 – 2 of 2) sorted by relevance
325 balance(struct spdk_scheduler_core_info *cores_info, uint32_t cores_count) in balance() 335 SPDK_DTRACE_PROBE1(dynsched_balance, cores_count); in balance() 315 balance(struct spdk_scheduler_core_info * cores_info,uint32_t cores_count) balance() argument
540 size_t cores_count; in rpc_decode_cores_array() local550 rc = spdk_json_decode_array(core, rpc_decode_core_object, out, RPC_MAX_CORES, &cores_count, in rpc_decode_cores_array()553 *current_cores_count = (uint32_t)cores_count; in rpc_decode_cores_array()