Searched refs:best_dist (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Devents.c437 int best_dist = 0; ptlrpc_uuid_to_peer() local
464 dist < best_dist || ptlrpc_uuid_to_peer()
465 (dist == best_dist && order < best_order)) { ptlrpc_uuid_to_peer()
466 best_dist = dist; ptlrpc_uuid_to_peer()
/linux-4.4.14/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c808 int best_dist = INT_MAX; s5c73m3_find_frame_size() local
816 if (dist < best_dist) { s5c73m3_find_frame_size()
817 best_dist = dist; s5c73m3_find_frame_size()
/linux-4.4.14/drivers/md/
H A Draid1.c521 sector_t best_dist; read_balance() local
537 best_dist = MaxSector; read_balance()
589 if (best_dist < MaxSector) read_balance()
668 if (dist < best_dist) { read_balance()
669 best_dist = dist; read_balance()
H A Draid10.c702 sector_t new_distance, best_dist; read_balance() local
714 best_dist = MaxSector; read_balance()
749 if (best_dist < MaxSector) read_balance()
794 if (new_distance < best_dist) { read_balance()
795 best_dist = new_distance; read_balance()
/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1978 unsigned int best_dist = (unsigned int)-1; sh_mobile_lcdc_check_var() local
2001 if (dist < best_dist) { sh_mobile_lcdc_check_var()
2004 best_dist = dist; sh_mobile_lcdc_check_var()
2010 if (best_dist == (unsigned int)-1) sh_mobile_lcdc_check_var()

Completed in 249 milliseconds