Searched refs:max_dist (Results 1 – 2 of 2) sorted by relevance
477 int cnt, max_dist; in sparx5_dsm_calendar_check() local483 max_dist = data->avg_dist[port]; in sparx5_dsm_calendar_check()506 cnt = distances[idx] - max_dist; in sparx5_dsm_calendar_check()513 cnt = cnt + distances[jdx] - max_dist; in sparx5_dsm_calendar_check()516 if (cnt > max_dist) in sparx5_dsm_calendar_check()525 port, cnt, max_dist); in sparx5_dsm_calendar_check()
388 unsigned int max_dist; in regcache_rbtree_write() local391 max_dist = map->reg_stride * sizeof(*rbnode_tmp) / in regcache_rbtree_write()393 if (reg < max_dist) in regcache_rbtree_write()396 min = reg - max_dist; in regcache_rbtree_write()397 max = reg + max_dist; in regcache_rbtree_write()
Completed in 6 milliseconds