Searched refs:current_cores_count (Results 1 – 1 of 1) sorted by relevance
537 uint32_t *current_cores_count) in rpc_decode_cores_array() argument553 *current_cores_count = (uint32_t)cores_count; in rpc_decode_cores_array()1035 uint32_t current_cores_count; in get_cores_data() local1046 if (rpc_decode_cores_array(json_resp->result, cores_info, ¤t_cores_count)) { in get_cores_data()1052 for (i = 0; i < current_cores_count; i++) { in get_cores_data()1065 free_rpc_core_info(g_cores_info, current_cores_count); in get_cores_data()1066 memcpy(g_cores_info, cores_info, sizeof(struct rpc_core_info) * current_cores_count); in get_cores_data()1090 g_last_cores_count = current_cores_count; in get_cores_data()