Searched refs:total_clusters (Results 1 – 2 of 2) sorted by relevance
4693 uint32_t total_clusters = m_total(MC_BIGCL) + m_total(MC_CL) + local4695 if (total_mbufs < total_clusters) {4697 total_clusters - total_mbufs);4699 while (total_mbufs < total_clusters) {4705 total_clusters = m_total(MC_BIGCL) + m_total(MC_CL) +
6009 uint32_t total_clusters = ml_get_cluster_count(); in sched_edge_qos_max_parallelism() local6010 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? total_clusters : total_cpus; in sched_edge_qos_max_parallelism()