Home
last modified time | relevance | path

Searched refs:min_diff (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dar933x_uart.c209 long min_diff; in ar933x_uart_get_scale_step() local
214 min_diff = baud; in ar933x_uart_get_scale_step()
227 if (diff < min_diff) { in ar933x_uart_get_scale_step()
228 min_diff = diff; in ar933x_uart_get_scale_step()
/linux-4.4.14/drivers/video/fbdev/
Dtgafb.c421 if (delta < min_diff) \
422 min_diff = delta, vm = m, va = a, vr = r; \
429 int n, shift, base, min_diff, target; local
472 min_diff = TGA_PLL_MAX_FREQ;
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_sync.c501 long min_diff = max(cp->timeout >> 1, 10UL * HZ); in ip_vs_sync_conn_needed() local
506 if (abs(diff) < min_t(long, sync_refresh_period, min_diff)) { in ip_vs_sync_conn_needed()