Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c1046 unsigned long faults[0]; member
1088 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() local
1140 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 …]
/kernel/trace/
DKconfig539 implementation and works via page faults. Tracing is disabled by