Searched refs:max3 (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_cdg.c | 341 return max3(2U, ca->shadow_wnd, tp->snd_cwnd >> 1); in tcp_cdg_ssthresh()
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | clock.c | 362 max_rate = max3(clk_pll1.rate / 4, clk_pll2.rate / 4, clk_xtali.rate / 4); in calc_clk_div()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_pm121.c | 485 return max3(new_setpoint, new_min, 0); in pm121_correct()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 734 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 319 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 358 t_max = max3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf()
|
/linux-4.4.14/mm/ |
D | page-writeback.c | 1275 x = max3(wb->balanced_dirty_ratelimit, in wb_update_dirty_ratelimit()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 2003 ipoib_sendq_size = max3(ipoib_sendq_size, 2 * MAX_SEND_CQE, IPOIB_MIN_QUEUE_SIZE); in ipoib_init_module()
|