Home
last modified time | relevance | path

Searched refs:max_len (Results 1 – 25 of 204) sorted by relevance

123456789

/linux-5.19.10/tools/perf/ui/tui/
Dutil.c79 int max_len = 60, nr_lines = 0; in ui_browser__input_window() local
90 if (max_len < len) in ui_browser__input_window()
91 max_len = len; in ui_browser__input_window()
100 max_len += 2; in ui_browser__input_window()
103 x = SLtt_Screen_Cols / 2 - max_len / 2; in ui_browser__input_window()
106 SLsmg_draw_box(y, x++, nr_lines, max_len); in ui_browser__input_window()
113 max_len -= 2; in ui_browser__input_window()
115 nr_lines, max_len, 1); in ui_browser__input_window()
120 SLsmg_write_nstring((char *)" ", max_len); in ui_browser__input_window()
122 SLsmg_draw_box(y++, x + 1, 3, max_len - 2); in ui_browser__input_window()
[all …]
/linux-5.19.10/drivers/firmware/google/
Dvpd_decode.c12 static int vpd_decode_len(const u32 max_len, const u8 *in, in vpd_decode_len() argument
23 if (i >= max_len) in vpd_decode_len()
36 static int vpd_decode_entry(const u32 max_len, const u8 *input_buf, in vpd_decode_entry() argument
42 if (vpd_decode_len(max_len - consumed, &input_buf[consumed], in vpd_decode_entry()
45 if (max_len - consumed < decoded_len) in vpd_decode_entry()
52 if (max_len - consumed < *entry_len) in vpd_decode_entry()
60 int vpd_decode_string(const u32 max_len, const u8 *input_buf, u32 *consumed, in vpd_decode_string() argument
70 if (*consumed >= max_len) in vpd_decode_string()
80 if (vpd_decode_entry(max_len, input_buf, consumed, &key, in vpd_decode_string()
84 if (vpd_decode_entry(max_len, input_buf, consumed, &value, in vpd_decode_string()
/linux-5.19.10/fs/ntfs3/
Dlznt.c32 size_t max_len; member
39 size_t max_len) in get_match_len() argument
43 while (ptr + len < end && ptr[len] == prev[len] && ++len < max_len) in get_match_len()
63 if (ctx->max_len > 3) in longest_match_std()
65 hash[0] + 3, ctx->max_len - 3); in longest_match_std()
71 if (ctx->max_len > 3) in longest_match_std()
73 hash[1] + 3, ctx->max_len - 3); in longest_match_std()
91 size_t max_len; in longest_match_best() local
94 if (ctx->unc >= src || !ctx->max_len) in longest_match_best()
97 max_len = 0; in longest_match_best()
[all …]
/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dtest_get_stack_rawtp.c60 int max_len, max_buildid_len, total_size; in bpf_prog1() local
70 max_len = MAX_STACK_RAWTP * sizeof(__u64); in bpf_prog1()
74 max_len, 0); in bpf_prog1()
75 data->user_stack_size = bpf_get_stack(ctx, data->user_stack, max_len, in bpf_prog1()
87 usize = bpf_get_stack(ctx, raw_data, max_len, BPF_F_USER_STACK); in bpf_prog1()
91 ksize = bpf_get_stack(ctx, raw_data + usize, max_len - usize, 0); in bpf_prog1()
96 if (total_size > 0 && total_size <= max_len) in bpf_prog1()
/linux-5.19.10/fs/nfs/
Dexport.c35 nfs_encode_fh(struct inode *inode, __u32 *p, int *max_len, struct inode *parent) in nfs_encode_fh() argument
43 __func__, *max_len, inode, parent); in nfs_encode_fh()
45 if (*max_len < len || IS_AUTOMOUNT(inode)) { in nfs_encode_fh()
47 __func__, *max_len, len); in nfs_encode_fh()
48 *max_len = len; in nfs_encode_fh()
57 *max_len = len; in nfs_encode_fh()
59 __func__, NFS_FILEID(inode), inode->i_mode, *max_len); in nfs_encode_fh()
60 return *max_len; in nfs_encode_fh()
/linux-5.19.10/kernel/
Dsysctl-test.c319 size_t max_len = 32, len = max_len; in sysctl_test_api_dointvec_write_single_less_int_min() local
321 char *buffer = kunit_kzalloc(test, max_len, GFP_USER); in sysctl_test_api_dointvec_write_single_less_int_min()
331 (size_t)snprintf(buffer, max_len, "-%lu", in sysctl_test_api_dointvec_write_single_less_int_min()
333 max_len); in sysctl_test_api_dointvec_write_single_less_int_min()
337 KUNIT_EXPECT_EQ(test, max_len, len); in sysctl_test_api_dointvec_write_single_less_int_min()
357 size_t max_len = 32, len = max_len; in sysctl_test_api_dointvec_write_single_greater_int_max() local
359 char *buffer = kunit_kzalloc(test, max_len, GFP_USER); in sysctl_test_api_dointvec_write_single_greater_int_max()
364 KUNIT_ASSERT_LT(test, (size_t)snprintf(buffer, max_len, "%lu", in sysctl_test_api_dointvec_write_single_greater_int_max()
366 max_len); in sysctl_test_api_dointvec_write_single_greater_int_max()
369 KUNIT_ASSERT_EQ(test, max_len, len); in sysctl_test_api_dointvec_write_single_greater_int_max()
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Dhal_sdio.c83 u32 deviceId, max_len; in rtw_hal_get_sdio_tx_max_length() local
89 max_len = pHalData->sdio_tx_max_len[HI_QUEUE_IDX]; in rtw_hal_get_sdio_tx_max_length()
93 max_len = pHalData->sdio_tx_max_len[MID_QUEUE_IDX]; in rtw_hal_get_sdio_tx_max_length()
97 max_len = pHalData->sdio_tx_max_len[LOW_QUEUE_IDX]; in rtw_hal_get_sdio_tx_max_length()
101 max_len = pHalData->sdio_tx_max_len[MID_QUEUE_IDX]; in rtw_hal_get_sdio_tx_max_length()
105 return max_len; in rtw_hal_get_sdio_tx_max_length()
/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dmad.c542 u32 port, u32 *resp_len, u32 max_len) in __subn_get_opa_nodedesc() argument
546 if (am || smp_length_check(sizeof(*nd), max_len)) { in __subn_get_opa_nodedesc()
563 u32 *resp_len, u32 max_len) in __subn_get_opa_nodeinfo() argument
573 smp_length_check(sizeof(*ni), max_len) || in __subn_get_opa_nodeinfo()
756 u32 *resp_len, u32 max_len) in __subn_get_opa_portinfo() argument
772 if (num_ports != 1 || smp_length_check(sizeof(*pi), max_len)) { in __subn_get_opa_portinfo()
981 u32 *resp_len, u32 max_len) in __subn_get_opa_pkeytable() argument
1004 if (smp_length_check(size, max_len)) { in __subn_get_opa_pkeytable()
1311 u32 *resp_len, u32 max_len, int local_mad) in __subn_set_opa_portinfo() argument
1333 smp_length_check(sizeof(*pi), max_len)) { in __subn_set_opa_portinfo()
[all …]
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/fw/
Dpnvm.h22 u8 *pnvm_name, size_t max_len) in iwl_pnvm_get_fs_name() argument
30 snprintf(pnvm_name, max_len, "%spnvm", trans->cfg->fw_name_pre); in iwl_pnvm_get_fs_name()
34 if (pre_len < max_len && pre_len > 0) in iwl_pnvm_get_fs_name()
/linux-5.19.10/drivers/crypto/qce/
Ddma.c51 unsigned int max_len) in qce_sgtable_add() argument
65 while (new_sgl && sg && max_len) { in qce_sgtable_add()
66 new_len = new_sgl->length > max_len ? max_len : new_sgl->length; in qce_sgtable_add()
71 max_len -= new_len; in qce_sgtable_add()
/linux-5.19.10/fs/isofs/
Dexport.c113 int *max_len, in isofs_export_encode_fh() argument
117 int len = *max_len; in isofs_export_encode_fh()
128 *max_len = 5; in isofs_export_encode_fh()
131 *max_len = 3; in isofs_export_encode_fh()
149 *max_len = len; in isofs_export_encode_fh()
/linux-5.19.10/fs/exportfs/
Dexpfs.c359 int *max_len, struct inode *parent) in export_encode_fh() argument
361 int len = *max_len; in export_encode_fh()
365 *max_len = 4; in export_encode_fh()
368 *max_len = 2; in export_encode_fh()
381 *max_len = len; in export_encode_fh()
386 int *max_len, struct inode *parent) in exportfs_encode_inode_fh() argument
391 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
393 return export_encode_fh(inode, fid, max_len, parent); in exportfs_encode_inode_fh()
397 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, in exportfs_encode_fh() argument
413 error = exportfs_encode_inode_fh(inode, fid, max_len, parent); in exportfs_encode_fh()
/linux-5.19.10/net/x25/
Dx25_out.c56 int max_len = x25_pacsize_to_bytes(x25->facilities.pacsize_out); in x25_output() local
58 if (skb->len - header_len > max_len) { in x25_output()
67 skbn = sock_alloc_send_skb(sk, frontlen + max_len, in x25_output()
83 len = max_len > skb->len ? skb->len : max_len; in x25_output()
/linux-5.19.10/fs/ceph/
Dexport.c35 static int ceph_encode_snapfh(struct inode *inode, u32 *rawfh, int *max_len, in ceph_encode_snapfh() argument
45 if (*max_len < snap_handle_length) { in ceph_encode_snapfh()
46 *max_len = snap_handle_length; in ceph_encode_snapfh()
78 *max_len = snap_handle_length; in ceph_encode_snapfh()
85 static int ceph_encode_fh(struct inode *inode, u32 *rawfh, int *max_len, in ceph_encode_fh() argument
95 return ceph_encode_snapfh(inode, rawfh, max_len, parent_inode); in ceph_encode_fh()
97 if (parent_inode && (*max_len < connected_handle_length)) { in ceph_encode_fh()
98 *max_len = connected_handle_length; in ceph_encode_fh()
100 } else if (*max_len < handle_length) { in ceph_encode_fh()
101 *max_len = handle_length; in ceph_encode_fh()
[all …]
/linux-5.19.10/drivers/video/fbdev/core/
Dfbcon.h113 __u32 max_len; in mono_col() local
114 max_len = max(info->var.green.length, info->var.red.length); in mono_col()
115 max_len = max(info->var.blue.length, max_len); in mono_col()
116 return (~(0xfff << max_len)) & 0xff; in mono_col()
/linux-5.19.10/arch/m68k/amiga/
Dpcmcia.c41 int pcmcia_copy_tuple(unsigned char tuple_id, void *tuple, int max_len) in pcmcia_copy_tuple() argument
54 len = (len > max_len)?max_len:len; in pcmcia_copy_tuple()
/linux-5.19.10/fs/ocfs2/
Dexport.c192 static int ocfs2_encode_fh(struct inode *inode, u32 *fh_in, int *max_len, in ocfs2_encode_fh() argument
195 int len = *max_len; in ocfs2_encode_fh()
209 *max_len = 6; in ocfs2_encode_fh()
213 *max_len = 3; in ocfs2_encode_fh()
243 *max_len = len; in ocfs2_encode_fh()
/linux-5.19.10/fs/xfs/
Dxfs_export.c44 int *max_len, in xfs_fs_encode_fh() argument
77 if (*max_len < len) { in xfs_fs_encode_fh()
78 *max_len = len; in xfs_fs_encode_fh()
81 *max_len = len; in xfs_fs_encode_fh()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dccm_mbox.c49 unsigned int max_len; member
62 nfp_ccm_mbox_msg_init(struct sk_buff *skb, unsigned int exp_reply, int max_len) in nfp_ccm_mbox_msg_init() argument
68 cb->max_len = max_len; in nfp_ccm_mbox_msg_init()
77 return cb->max_len; in nfp_ccm_mbox_maxlen()
291 if (length > cb->max_len) { in nfp_ccm_mbox_copy_out()
293 hdr.type, cb->max_len, length); in nfp_ccm_mbox_copy_out()
470 unsigned int max_len; in nfp_ccm_mbox_msg_prepare() local
503 max_len = max(max_reply_size, round_up(skb->len, 4)); in nfp_ccm_mbox_msg_prepare()
504 if (max_len > mbox_max) { in nfp_ccm_mbox_msg_prepare()
511 nfp_ccm_mbox_msg_init(skb, reply_size, max_len); in nfp_ccm_mbox_msg_prepare()
/linux-5.19.10/drivers/pci/
Dvpd.c159 unsigned int max_len; in pci_vpd_read() local
170 max_len = check_size ? vpd->len : PCI_VPD_MAX_SIZE; in pci_vpd_read()
172 if (pos >= max_len) in pci_vpd_read()
175 if (end > max_len) { in pci_vpd_read()
176 end = max_len; in pci_vpd_read()
223 unsigned int max_len; in pci_vpd_write() local
234 max_len = check_size ? vpd->len : PCI_VPD_MAX_SIZE; in pci_vpd_write()
236 if (end > max_len) in pci_vpd_write()
/linux-5.19.10/include/linux/
Dexportfs.h199 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len,
228 int *max_len, struct inode *parent);
230 int *max_len, int connectable);
/linux-5.19.10/drivers/net/wireless/ath/carl9170/
Dfw.c40 const struct carl9170fw_desc_head *head, unsigned int max_len) in carl9170_fw_verify_descs() argument
46 if (max_len < sizeof(*pos)) in carl9170_fw_verify_descs()
49 max_len = min_t(unsigned int, CARL9170FW_DESC_MAX_LENGTH, max_len); in carl9170_fw_verify_descs()
53 end_addr = pos_addr + max_len; in carl9170_fw_verify_descs()
64 if (pos_length > max_len) in carl9170_fw_verify_descs()
77 max_len -= pos_length; in carl9170_fw_verify_descs()
Ddebug.c491 int i, max_len, err; \
493 max_len = ARRAY_SIZE(name##_regs) * 80; \
494 buf = vmalloc(max_len); \
507 ADD(buf, *ret, max_len, "%22s = %" f "[+%" f "]\n", \
521 int i, max_len, err; \
523 max_len = ARRAY_SIZE(name##_regs) * 80; \
524 buf = vmalloc(max_len); \
535 ADD(buf, *ret, max_len, "%22s = %" f "\n", \
547 int err = 0, i, n = 0, max_len = 32, res; in carl9170_debugfs_hw_ioread32_write() local
553 if (count > max_len) in carl9170_debugfs_hw_ioread32_write()
[all …]
/linux-5.19.10/drivers/net/dsa/sja1105/
Dsja1105_devlink.c43 size_t max_len, len; in sja1105_region_static_config_snapshot() local
46 max_len = sja1105_static_config_get_max_size(priv); in sja1105_region_static_config_snapshot()
48 *data = kcalloc(max_len, sizeof(u8), GFP_KERNEL); in sja1105_region_static_config_snapshot()
/linux-5.19.10/fs/btrfs/
Dexport.c17 static int btrfs_encode_fh(struct inode *inode, u32 *fh, int *max_len, in btrfs_encode_fh() argument
21 int len = *max_len; in btrfs_encode_fh()
25 *max_len = BTRFS_FID_SIZE_CONNECTABLE; in btrfs_encode_fh()
28 *max_len = BTRFS_FID_SIZE_NON_CONNECTABLE; in btrfs_encode_fh()
56 *max_len = len; in btrfs_encode_fh()

123456789