Home
last modified time | relevance | path

Searched refs:min_delta (Results 1 – 12 of 12) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dtime.c148 unsigned long min_delta = 100; in constant_clockevent_init() local
150 unsigned long min_delta = 1000; in constant_clockevent_init() local
177 clockevents_config_and_register(cd, const_clock_freq, min_delta, max_delta); in constant_clockevent_init()
/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c1276 int i, delta, match = 0, min_delta = INT_MAX; in csio_closest_timer() local
1282 if (delta < min_delta) { in csio_closest_timer()
1283 min_delta = delta; in csio_closest_timer()
1293 int i, delta, match = 0, min_delta = INT_MAX; in csio_closest_thresh() local
1299 if (delta < min_delta) { in csio_closest_thresh()
1300 min_delta = delta; in csio_closest_thresh()
/linux/include/linux/
H A Dclockchips.h193 u32 freq, unsigned long min_delta,
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx93-mipi-dsi.c231 unsigned long min_delta = ULONG_MAX; in dphy_pll_get_configure_from_opts() local
275 if (delta < min_delta) { in dphy_pll_get_configure_from_opts()
278 min_delta = delta; in dphy_pll_get_configure_from_opts()
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c345 u32 min_delta = UINT_MAX; in inno_dsidphy_pll_calc_rate() local
389 } else if (delta < min_delta) { in inno_dsidphy_pll_calc_rate()
393 min_delta = delta; in inno_dsidphy_pll_calc_rate()
/linux/kernel/time/
H A Dclockevents.c563 u32 freq, unsigned long min_delta, in clockevents_config_and_register() argument
566 dev->min_delta_ticks = min_delta; in clockevents_config_and_register()
/linux/tools/perf/
H A Dbuiltin-sched.c328 u64 T0, T1, delta, min_delta = NSEC_PER_SEC; in calibrate_run_measurement_overhead() local
336 min_delta = min(min_delta, delta); in calibrate_run_measurement_overhead()
338 sched->run_measurement_overhead = min_delta; in calibrate_run_measurement_overhead()
340 printf("run measurement overhead: %" PRIu64 " nsecs\n", min_delta); in calibrate_run_measurement_overhead()
345 u64 T0, T1, delta, min_delta = NSEC_PER_SEC; in calibrate_sleep_measurement_overhead() local
353 min_delta = min(min_delta, delta); in calibrate_sleep_measurement_overhead()
355 min_delta -= 10000; in calibrate_sleep_measurement_overhead()
356 sched->sleep_measurement_overhead = min_delta; in calibrate_sleep_measurement_overhead()
[all...]
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1021 int i, timer_idx = 0, min_delta = INT_MAX; in closest_timer() local
1027 if (delta < min_delta) { in closest_timer()
1028 min_delta = delta; in closest_timer()
1037 int i, delta, pktcnt_idx = 0, min_delta = INT_MAX; in closest_thres() local
1043 if (delta < min_delta) { in closest_thres()
1044 min_delta = delta; in closest_thres()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1059 int qix, timerix, min_timerix, delta, min_delta; in set_dbqtimer() local
1073 min_delta = INT_MAX; in set_dbqtimer()
1079 if (delta < min_delta) { in set_dbqtimer()
1080 min_delta = delta; in set_dbqtimer()
H A Dcxgb4_main.c1201 int i, delta, match = 0, min_delta = INT_MAX; in closest_timer() local
1207 if (delta < min_delta) { in closest_timer()
1208 min_delta = delta; in closest_timer()
1217 int i, delta, match = 0, min_delta = INT_MAX; in closest_thres() local
1223 if (delta < min_delta) { in closest_thres()
1224 min_delta = delta; in closest_thres()
/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c737 u32 min_delta = 0xffffffff; in samsung_dsim_pll_find_pms() local
767 if (delta < min_delta) { in samsung_dsim_pll_find_pms()
771 min_delta = delta; in samsung_dsim_pll_find_pms()
/linux/net/ipv4/
H A Dtcp_input.c876 static s32 tcp_rtt_tsopt_us(const struct tcp_sock *tp, u32 min_delta) in tcp_rtt_tsopt_us() argument
886 delta = min_delta; in tcp_rtt_tsopt_us()