Searched refs:faults (Results 1 – 2 of 2) sorted by relevance
1046 unsigned long faults[0]; member1088 return p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults()1089 p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults()1117 unsigned long faults; in score_nearby_nodes() local1140 faults = task_faults(p, node); in score_nearby_nodes()1142 faults = group_faults(p, node); in score_nearby_nodes()1153 faults *= (sched_max_numa_distance - dist); in score_nearby_nodes()1154 faults /= (sched_max_numa_distance - LOCAL_DISTANCE); in score_nearby_nodes()1157 score += faults; in score_nearby_nodes()1172 unsigned long faults, total_faults; in task_weight() local[all …]
539 implementation and works via page faults. Tracing is disabled by