Home
last modified time | relevance | path

Searched refs:total_clusters (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c4693 uint32_t total_clusters = m_total(MC_BIGCL) + m_total(MC_CL) + local
4695 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) +
/xnu-12377.41.6/osfmk/kern/
H A Dsched_clutch.c6009 uint32_t total_clusters = ml_get_cluster_count(); in sched_edge_qos_max_parallelism() local
6010 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? total_clusters : total_cpus; in sched_edge_qos_max_parallelism()