Home
last modified time | relevance | path

Searched refs:max (Results 6651 – 6675 of 7217) sorted by relevance

1...<<261262263264265266267268269270>>...289

/openbmc/linux/Documentation/networking/
H A Dj1939.rst223 ``can_addr.j1939.pgn`` specifies the PGN (max 0x3ffff). Individual bits are
H A Dsnmp_counter.rst478 wait for the in-flight data are acked by the other side, the max wait
536 information to detect whether the max bandwidth of the TCP path is
1024 the actually used memory is still larger than the max allowed memory,
1044 rtt min/avg/max/mdev = 17.875/17.875/17.875/0.000 ms
/openbmc/linux/net/sched/
H A Dsch_netem.c752 max(time_to_send, in netem_dequeue()
/openbmc/linux/fs/zonefs/
H A Dsuper.c1041 sb->s_maxbytes = max(z->z_capacity, sb->s_maxbytes); in zonefs_init_zgroup()
/openbmc/linux/drivers/hid/
H A Dhid-steam.c210 buf, max(size, 64) + 1, in steam_send_report()
/openbmc/linux/drivers/staging/fieldbus/anybuss/
H A Dhost.c813 size_t msg_sz = max(msg_in_sz, msg_out_sz); in _anybus_mbox_cmd()
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dvdec.c186 q->min_buffers_needed = max(fmt_out->min_buffers, sess->num_dst_bufs); in process_num_buffers()
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c743 lfw /= max(src_w, dst_w) * mode->clock / 1000; in sti_hqvdp_check_hw_scaling()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3.dtsi132 regulator-max-microvolt = <3000000>;
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c1046 td->version[i] = max(td->version[i], md->version[i]); in check_create()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c549 min_align = max(min_align, slot_bytes); in tiler_reserve_2d()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c726 vc4_state->hvs_load = max(mode->clock * mode->hdisplay / mode->htotal + 8000, in vc4_crtc_atomic_check()
/openbmc/linux/drivers/gpio/
H A Dgpio-sim.c698 size = max(size, line->offset + 1); in gpio_sim_get_line_names_size()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c630 fckd_stop = max(DIV_ROUND_UP(prate * m, fck_hw_max), 1ul); in dss_div_calc()
/openbmc/linux/fs/xfs/
H A Dxfs_iomap.c518 shift = max(shift, qshift); in xfs_iomap_prealloc_size()
/openbmc/google-ipmi-sys/
H A DREADME.md322 Number of bytes is the size of the read, in bytes (max 8). The value is subject
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1291 per_ring_budget = max(budget/q_vector->rx.count, 1); in ixgbevf_poll()
1473 current_itr = max(q_vector->rx.itr, q_vector->tx.itr); in ixgbevf_set_itr()
2684 v_budget = max(adapter->num_rx_queues, adapter->num_tx_queues); in ixgbevf_set_interrupt_capability()
/openbmc/linux/tools/lib/bpf/
H A Dbtf.c690 max_align = max(max_align, align); in btf__align_of()
1195 buf_sz = max((__u32)BPF_LOG_BUF_SIZE, buf_sz * 2); in btf_load_into_kernel()
3162 d->hypot_cap += max((size_t)16, d->hypot_cap / 2); in btf_dedup_hypot_map_add()
/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c4470 per_cvt->channels_max = max(per_cvt->channels_max, 8u); in patch_atihdmi()
4473 per_cvt->maxbps = max(per_cvt->maxbps, 24u); in patch_atihdmi()
4476 spec->chmap.channels_max = max(spec->chmap.channels_max, 8u); in patch_atihdmi()
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib8000.c1243 …e->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.max == 0) in dib8000_agc_soft_split()
1252 split_offset = state->current_agc->split.max; in dib8000_agc_soft_split()
1254 split_offset = state->current_agc->split.max * in dib8000_agc_soft_split()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c3470 int i, max = -1, max_offs = -1; in iwl_mvm_set_fw_key_idx() local
3483 if (mvm->fw_key_deleted[i] > max) { in iwl_mvm_set_fw_key_idx()
3484 max = mvm->fw_key_deleted[i]; in iwl_mvm_set_fw_key_idx()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c98 max(0l, (long)(timeout - jiffies)) + 1) < 0) { in wait_for_reset()
3458 static int random_range(struct rnd_state *rnd, int min, int max) in random_range() argument
3460 return i915_prandom_u32_max_state(max - min, rnd) + min; in random_range()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1503 snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,
2282 ch.min = ch.max = 1;
2515 uinfo->value.integer.max = 1;
3388 &pci->dev, size, max);
3390 where ``size`` is the byte size to be pre-allocated and ``max`` is
3425 &pci->dev, size, max);
3561 &pci->dev, size, max);
3596 Also, note that zero is passed as both the size and the max size
/openbmc/linux/net/core/
H A Dskbuff.c5410 unsigned int max) in skb_maybe_pull_tail() argument
5418 if (max > skb->len) in skb_maybe_pull_tail()
5419 max = skb->len; in skb_maybe_pull_tail()
5421 if (__pskb_pull_tail(skb, max - skb_headlen(skb)) == NULL) in skb_maybe_pull_tail()
/openbmc/linux/fs/ext4/
H A Dinode.c1359 start = max(from, block_start); in ext4_journalled_zero_new_buffers()
3740 unsigned max = blocksize - (offset & (blocksize - 1)); in ext4_block_zero_page_range() local
3746 if (length > max || length < 0) in ext4_block_zero_page_range()
3747 length = max; in ext4_block_zero_page_range()

1...<<261262263264265266267268269270>>...289