Searched refs:ecount (Results 1 – 2 of 2) sorted by relevance
434 uint32_t ecount = ecore_set ? ecore_set->cpu_set_count : 0; in sched_amp_qos_max_parallelism() local441 uint32_t ecluster_count = ecount ? 1 : 0; in sched_amp_qos_max_parallelism()461 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecount; in sched_amp_qos_max_parallelism()463 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()468 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecount; in sched_amp_qos_max_parallelism()470 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()473 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()
7386 int i, index, pgoff, pgcount, setcount, ecount; in vfs_drt_do_mark_pages() local7444 ecount = DRT_HASH_GET_COUNT(cmap, index); in vfs_drt_do_mark_pages()7448 if (ecount >= DRT_BITVECTOR_PAGES) { in vfs_drt_do_mark_pages()7452 ecount++; in vfs_drt_do_mark_pages()7457 if (ecount <= 0) { in vfs_drt_do_mark_pages()7460 assert(ecount > 0); in vfs_drt_do_mark_pages()7462 ecount--; in vfs_drt_do_mark_pages()7467 DRT_HASH_SET_COUNT(cmap, index, ecount); in vfs_drt_do_mark_pages()