Searched refs:distance (Results 1 – 4 of 4) sorted by relevance
/kernel/sched/ |
D | topology.c | 1672 bool find_numa_distance(int distance) in find_numa_distance() argument 1676 if (distance == node_distance(0, 0)) in find_numa_distance() 1680 if (sched_domains_numa_distance[i] == distance) in find_numa_distance() 1760 int distance = node_distance(i, j); in sched_init_numa() local 1762 if (distance < LOCAL_DISTANCE || distance >= NR_DISTANCE_VALUES) { in sched_init_numa() 1767 bitmap_set(distance_map, distance, 1); in sched_init_numa()
|
D | sched.h | 1716 extern bool find_numa_distance(int distance);
|
/kernel/locking/ |
D | lockdep.c | 1371 u16 distance, u8 dep, in add_lock_to_list() argument 1386 entry->distance = distance; in add_lock_to_list() 3019 struct held_lock *next, u16 distance, in check_prev_add() argument 3070 if (distance == 1) in check_prev_add() 3071 entry->distance = 1; in check_prev_add() 3092 if (distance == 1) in check_prev_add() 3093 entry->distance = 1; in check_prev_add() 3124 &hlock_class(prev)->locks_after, distance, in check_prev_add() 3131 &hlock_class(next)->locks_before, distance, in check_prev_add() 3168 u16 distance = curr->lockdep_depth - depth + 1; in check_prevs_add() local [all …]
|
D | lockdep_proc.c | 108 if (entry->distance == 1) { in l_show()
|