Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Devents.c439 int best_dist = 0; in ptlrpc_uuid_to_peer() local
466 dist < best_dist || in ptlrpc_uuid_to_peer()
467 (dist == best_dist && order < best_order)) { in ptlrpc_uuid_to_peer()
468 best_dist = dist; in ptlrpc_uuid_to_peer()
/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c808 int best_dist = INT_MAX; in s5c73m3_find_frame_size() local
816 if (dist < best_dist) { in s5c73m3_find_frame_size()
817 best_dist = dist; in s5c73m3_find_frame_size()
/drivers/md/
Draid1.c519 sector_t best_dist; in read_balance() local
535 best_dist = MaxSector; in read_balance()
582 if (best_dist < MaxSector) in read_balance()
661 if (dist < best_dist) { in read_balance()
662 best_dist = dist; in read_balance()
Draid10.c790 sector_t new_distance, best_dist; in read_balance() local
802 best_dist = MaxSector; in read_balance()
839 if (best_dist < MaxSector) in read_balance()
884 if (new_distance < best_dist) { in read_balance()
885 best_dist = new_distance; in read_balance()
/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c1978 unsigned int best_dist = (unsigned int)-1; in sh_mobile_lcdc_check_var() local
2001 if (dist < best_dist) { in sh_mobile_lcdc_check_var()
2004 best_dist = dist; in sh_mobile_lcdc_check_var()
2010 if (best_dist == (unsigned int)-1) in sh_mobile_lcdc_check_var()