Searched refs:min_dist (Results 1 – 4 of 4) sorted by relevance
758 u64 min_dist = -1, dist; in watchpoint_handler() local792 if (dist < min_dist) { in watchpoint_handler()793 min_dist = dist; in watchpoint_handler()804 if (min_dist > 0 && min_dist != -1) in watchpoint_handler()
730 u32 min_dist = -1, dist; in watchpoint_handler() local771 if (dist < min_dist) { in watchpoint_handler()772 min_dist = dist; in watchpoint_handler()807 if (min_dist > 0 && min_dist != -1) { in watchpoint_handler()
1512 int min_dist = INT_MAX; in nearest_resolution_index() local1521 if (dist < min_dist) { in nearest_resolution_index()1522 min_dist = dist; in nearest_resolution_index()1527 if (dist == min_dist && ov5693_res[i].width < min_res_w) in nearest_resolution_index()
143 int min_dist = INT_MAX, dist, n, min_node; in numa_map_to_online_node() local151 if (dist < min_dist) { in numa_map_to_online_node()152 min_dist = dist; in numa_map_to_online_node()