Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dar933x_uart.c206 long min_diff; in ar933x_uart_get_scale_step() local
211 min_diff = baud; in ar933x_uart_get_scale_step()
224 if (diff < min_diff) { in ar933x_uart_get_scale_step()
225 min_diff = diff; in ar933x_uart_get_scale_step()
/Linux-v4.19/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-v4.19/net/netfilter/ipvs/
Dip_vs_sync.c504 long min_diff = max(cp->timeout >> 1, 10UL * HZ); in ip_vs_sync_conn_needed() local
509 if (abs(diff) < min_t(long, sync_refresh_period, min_diff)) { in ip_vs_sync_conn_needed()