| /linux/drivers/mtd/parsers/ |
| H A D | bcm47xxpart.c | 203 last_subpart = max3(trx->offset[0], trx->offset[1], in bcm47xxpart_parse()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | amd_cache_disable.c | 39 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
|
| /linux/include/linux/ |
| H A D | minmax.h | 152 #define max3(x, y, z) \ macro
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi_plat_bufs_v6.c | 123 return max3(x, y, z); in size_h265d_lb_se_left_ctrl() 160 return max3(x, y, z); in size_vpxd_lb_fe_left_ctrl() 176 return max3(x, y, z); in size_vpxd_lb_se_left_ctrl()
|
| /linux/net/ipv4/ |
| H A D | tcp_cdg.c | 341 return max3(2U, ca->shadow_wnd, tcp_snd_cwnd(tp) >> 1); in tcp_cdg_ssthresh()
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | cmsg.c | 427 return max3(NFP_NET_DEFAULT_MTU, in nfp_bpf_ctrl_cmsg_mtu()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_pmdemand.c | 546 *(reg) |= REG_FIELD_PREP((mask), max3(old_val, new_val, current_val)); \ in intel_pmdemand_update_params()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_pm121.c | 476 return max3(new_setpoint, new_min, 0); in pm121_correct()
|
| /linux/mm/ |
| H A D | swap_state.c | 807 *start = max3(left, vma->vm_start, faddr & PMD_MASK);
|
| H A D | page-writeback.c | 1453 x = max3(wb->balanced_dirty_ratelimit, in wb_update_dirty_ratelimit()
|
| H A D | vmalloc.c | 1337 return max3(va_size(va), in compute_subtree_max_size()
|
| /linux/block/ |
| H A D | blk-settings.c | 82 bdi->ra_pages = max3(bdi->ra_pages, in blk_apply_bdi_limits()
|
| H A D | bfq-iosched.c | 4301 return max3(bfqq->soft_rt_next_start, in bfq_bfqq_softrt_next_start()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | tegra_nand.c | 792 val = DIV_ROUND_UP(max3(timings->tAR_min, timings->tRR_min, in tegra_nand_setup_timing()
|
| H A D | denali.c | 902 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_x) - rdwr_en_lo, in denali_setup_interface()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-core.c | 356 t_max = max3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf()
|
| /linux/drivers/iommu/riscv/ |
| H A D | iommu.c | 1596 if (max3(FIELD_GET(RISCV_IOMMU_ICVEC_CIV, iommu->icvec), in riscv_iommu_init_check()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_6_ppt.c | 248 #define METRICS_TABLE_SIZE (max3(sizeof(MetricsTableV0_t),\ 2993 range->hotspot_emergency_max = max3(aid_temp, xcd_temp, ccd_temp) * in smu_v13_0_6_get_thermal_temperature_range()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw88xxa.c | 1560 pkt_stat->signal_power = max3(power_a, power_b, min_rx_power); in rtw88xxa_query_phy_status()
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_main.c | 2732 ipoib_sendq_size = max3(ipoib_sendq_size, 2 * MAX_SEND_CQE, IPOIB_MIN_QUEUE_SIZE); in ipoib_init_module()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | vangogh_ppt.c | 249 max3(sizeof(struct gpu_metrics_v2_2), in vangogh_tables_init()
|
| /linux/drivers/bus/ |
| H A D | ti-sysc.c | 873 size = max3(ddata->offsets[SYSC_REVISION], in sysc_ioremap()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_netdev.c | 2646 rx_size = max3(BNGE_DEFAULT_RX_COPYBREAK, in bnge_set_ring_params()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_pf.c | 1934 pf->hw.cint_cnt = max3(pf->hw.rx_queues, pf->hw.tx_queues, in otx2_alloc_queue_mem()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 1618 u8 hue = 0, max = max3(c->r, c->g, c->b); in rgb_foreground()
|