Lines Matching defs:shared
1416 * for both memory bandwidth and any shared HT resources. This is an
1533 /* Scale the maximum scan period with the amount of shared memory. */
1537 unsigned long shared = group_faults_shared(ng);
1541 period *= shared + 1;
1542 period /= private + shared + 1;
1558 /* Scale the maximum scan period with the amount of shared memory. */
1561 unsigned long shared = group_faults_shared(ng);
1566 period *= shared + 1;
1567 period /= private + shared + 1;
1611 * The averaged statistics, shared & private, memory & CPU,
1917 * to hot/cold instead of private/shared.
1988 /* A shared fault, but p->numa_group has not been set up yet. */
2681 * the page accesses are shared with other processes.
2685 unsigned long shared, unsigned long private)
2701 if (local + shared == 0 || p->numa_faults_locality[2]) {
2719 ps_ratio = (private * NUMA_PERIOD_SLOTS) / (private + shared);
2732 * Most memory accesses are shared with other tasks.
3210 * If a workload spans multiple NUMA nodes, a shared fault that
7050 * to shared cache, we look for a minimum 'flip' frequency of llc_size in one
7090 * context. Only allow the move if cache is shared. Otherwise an
7359 * sd_llc->shared->has_idle_cores and enabled through update_idle_core() above.
10325 * contention when accessing shared HW resources.
10772 * could be expensive because it is within a shared cache line.
12341 atomic_inc(&sd->shared->nr_busy_cpus);
12371 atomic_dec(&sd->shared->nr_busy_cpus);