/linux/tools/perf/ui/tui/ |
A D | util.c | 79 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() 113 max_len -= 2; in ui_browser__input_window() 115 nr_lines, max_len, 1); in ui_browser__input_window() 181 if (max_len < len) in __ui__info_window() 182 max_len = len; in __ui__info_window() 189 max_len += 2; in __ui__info_window() 205 max_len -= 2; in __ui__info_window() [all …]
|
/linux/fs/ntfs3/ |
A D | lznt.c | 32 size_t max_len; member 39 size_t max_len) in get_match_len() argument 63 if (ctx->max_len > 3) in longest_match_std() 71 if (ctx->max_len > 3) in longest_match_std() 91 size_t max_len; in longest_match_best() local 97 max_len = 0; in longest_match_best() 102 max_len = len; in longest_match_best() 107 return max_len >= 3 ? max_len : 0; in longest_match_best() 164 size_t max_len; in compress_chunk() local 172 if (!max_len) { in compress_chunk() [all …]
|
/linux/drivers/firmware/google/ |
A D | vpd_decode.c | 12 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/tools/testing/selftests/bpf/progs/ |
A D | test_get_stack_rawtp.c | 60 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/kernel/ |
A D | sysctl-test.c | 319 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/fs/nfs/ |
A D | export.c | 35 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/drivers/staging/rtl8723bs/hal/ |
A D | hal_sdio.c | 83 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/drivers/infiniband/hw/hfi1/ |
A D | mad.c | 1601 max_len); in __subn_set_opa_portinfo() 1619 max_len); in __subn_set_opa_portinfo() 1726 max_len); in __subn_set_opa_pkeytable() 1834 max_len); in __subn_set_opa_sl_to_sc() 1878 max_len); in __subn_set_opa_sc_to_sl() 1942 max_len); in __subn_set_opa_sc_to_vlt() 2089 max_len); in __subn_set_opa_psi() 2189 max_len); in __subn_set_opa_bct() 2272 max_len); in __subn_set_opa_vl_arb() 3985 max_len); in __subn_set_opa_cc_table() [all …]
|
/linux/drivers/crypto/qce/ |
A D | dma.c | 51 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/fs/exportfs/ |
A D | expfs.c | 359 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/fs/ceph/ |
A D | export.c | 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() 111 *max_len = connected_handle_length; in ceph_encode_fh() [all …]
|
/linux/fs/isofs/ |
A D | export.c | 113 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/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | pnvm.h | 22 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/drivers/video/fbdev/core/ |
A D | fbcon.h | 110 __u32 max_len; in mono_col() local 111 max_len = max(info->var.green.length, info->var.red.length); in mono_col() 112 max_len = max(info->var.blue.length, max_len); in mono_col() 113 return (~(0xfff << max_len)) & 0xff; in mono_col()
|
/linux/net/x25/ |
A D | x25_out.c | 56 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/drivers/net/ethernet/netronome/nfp/ |
A D | ccm_mbox.c | 49 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/fs/ocfs2/ |
A D | export.c | 192 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/arch/m68k/amiga/ |
A D | pcmcia.c | 41 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/fs/xfs/ |
A D | xfs_export.c | 44 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/drivers/pci/ |
A D | vpd.c | 159 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/drivers/net/wireless/ath/carl9170/ |
A D | fw.c | 40 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()
|
A D | debug.c | 491 int i, max_len, err; \ 493 max_len = ARRAY_SIZE(name##_regs) * 80; \ 494 buf = vmalloc(max_len); \ 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() 724 int err = 0, max_len = 22, res; in carl9170_debugfs_hw_iowrite32_write() local [all …]
|
/linux/include/linux/ |
A D | exportfs.h | 199 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, 230 int *max_len, struct inode *parent); 232 int *max_len, int connectable);
|
/linux/fs/btrfs/ |
A D | export.c | 17 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()
|
/linux/drivers/net/dsa/sja1105/ |
A D | sja1105_devlink.c | 43 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()
|