/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zoran_driver.c | 172 /* Check size and format of the grab wanted */ in zoran_v4l_set_format() 176 pci_err(zr->pci_dev, "%s - wrong frame size (%dx%d)\n", __func__, width, height); in zoran_v4l_set_format() 184 /* Check against available buffer size */ in zoran_v4l_set_format() 186 pci_err(zr->pci_dev, "%s - video buffer size (%d kB) is too small\n", in zoran_v4l_set_format() 449 pci_dbg(zr->pci_dev, "size=%dx%d, fmt=0x%x (%4.4s)\n", in zoran_s_fmt_vid_out() 806 unsigned int size = zr->buffer_size; in zr_vb2_queue_setup() local 816 if (sizes[0] < size) in zr_vb2_queue_setup() 823 sizes[0] = size; in zr_vb2_queue_setup()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | memcontrol.h | 147 unsigned int size; member 158 * It must be able to store at least primary->size - 1 entries. 353 * size of first charge trial. "32" comes from vmscan.c's magic value. 1569 int obj_cgroup_charge(struct obj_cgroup *objcg, gfp_t gfp, size_t size); 1570 void obj_cgroup_uncharge(struct obj_cgroup *objcg, size_t size);
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r.h | 273 * the maximum size of the communication lists is two greater than the 753 u32 size; member 1070 u32 size); 1072 u32 size); 1218 * clear the size of the VDA request. esas2r_build_sg_list() will in esas2r_rq_init_request() 1219 * only allow the size of the request to grow. there are some in esas2r_rq_init_request() 1221 * time through sets a smaller request size. if this is not modified in esas2r_rq_init_request() 1222 * at all we'll set it to the size of the entire VDA request. in esas2r_rq_init_request()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/ |
H A D | hmm_bo.c | 64 /* prevent zero size buffer object */ in __bo_init() 66 dev_err(atomisp_dev, "0 size buffer is not allowed.\n"); in __bo_init() 345 unsigned int size) in hmm_bo_device_init() 360 bdev->pgnr = size_to_pgnr_ceil(size); in hmm_bo_device_init() 361 bdev->size = pgnr_to_size(bdev->pgnr); in hmm_bo_device_init() 415 dev_err(atomisp_dev, "0 size buffer is not allowed.\n"); in hmm_bo_alloc() 1388 * check vma's virtual address space size and buffer object's size. in hmm_bo_mmap() 1393 "vma's address space size not equal to buffer object's size"); in hmm_bo_mmap() 342 hmm_bo_device_init(struct hmm_bo_device *bdev, struct isp_mmu_client *mmu_driver, unsigned int vaddr_start, unsigned int size) hmm_bo_device_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | das1800.c | 85 #define DMA_BUF_SIZE 0x1ff00 /* size in bytes of dma buffers */ 370 unsigned int nbytes = desc->size - residue; in das1800_flush_dma_channel() 792 /* determine a dma transfer size to fill buffer in 0.3 sec */ in das1800_ai_setup_dma() 795 desc->size = bytes; in das1800_ai_setup_dma() 801 desc->size = bytes; in das1800_ai_setup_dma()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | super.c | 114 u64 size = i_size_read(jd->jd_inode); in gfs2_jdesc_check() local 119 jd->jd_blocks = size >> sdp->sd_sb.sb_bsize_shift; in gfs2_jdesc_check() 121 if (gfs2_write_alloc_required(ip, 0, size)) { in gfs2_jdesc_check()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | tda827x.c | 125 const int size) in tuner_transfer() 132 rc = i2c_transfer(priv->i2c_adap, msg, size); in tuner_transfer() 136 if (rc >= 0 && rc != size) in tuner_transfer() 123 tuner_transfer(struct dvb_frontend *fe, struct i2c_msg *msg, const int size) tuner_transfer() argument
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | fsl_ifc_nand.c | 643 const int pkt_size = chip->ecc.size; in check_erased_page() 722 chip->ecc.size = 512; in fsl_ifc_attach_chip() 762 dev_dbg(priv->dev, "%s: mtd->size = %lld\n", __func__, mtd->size); in fsl_ifc_attach_chip() 933 dev_err(priv->dev, "bad csor %#x: bad page size\n", csor); in fsl_ifc_chip_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_hw.h | 47 #define ENETC_DEFAULT_MSG_SIZE 1024 /* and max size */ 48 /* msg size encoding: default and max msg value of 1024B encoded as 0 */ 49 static inline u32 enetc_vsi_set_msize(u32 size) in enetc_vsi_set_msize() argument 51 return size < ENETC_DEFAULT_MSG_SIZE ? size >> 5 : 0; in enetc_vsi_set_msize() 816 * Service Data Unit (max frame size) allowed by the filter
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 320 __u8 buf_size_log2; /* log2 of RQ buffer size */ 321 __u8 head_wb_size_log2; /* log2 of head write back size */ 871 __be32 size; /* total size of data in this command */ member 897 .size = cpu_to_be32(_size), \ 928 __be32 size; member 1079 __be16 mss; /* TSO max seg size */
|
/kernel/linux/linux-6.6/drivers/media/platform/via/ |
H A D | via-camera.c | 486 * Image size info. in viacam_ctlr_image() 583 "Plane size too small (%lu < %u)\n", in viacam_vb2_prepare() 600 int size = cam->user_format.sizeimage; in viacam_vb2_queue_setup() local 603 return sizes[0] < size ? -EINVAL : 0; in viacam_vb2_queue_setup() 606 sizes[0] = size; in viacam_vb2_queue_setup()
|
/kernel/linux/linux-6.6/drivers/net/dsa/qca/ |
H A D | qca8k-common.c | 17 .size = (_s), \ 515 if (mib->size == 2) { in qca8k_get_ethtool_stats() 522 if (mib->size == 2) in qca8k_get_ethtool_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_txrx.c | 155 u32 size; in ionic_rx_buf_recycle() local 165 size = ALIGN(used, IONIC_PAGE_SPLIT_SZ); in ionic_rx_buf_recycle() 166 buf_info->page_offset += size; in ionic_rx_buf_recycle()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 201 "creating RX queue %d size %#x mask %#x\n", in efx_probe_rx_queue() 1049 unsigned int index, size, start; in __efx_filter_rfs_expire() local 1057 size = efx->type->max_rx_ip_filters; in __efx_filter_rfs_expire() 1071 if (++index == size) in __efx_filter_rfs_expire()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | processor_idle.c | 881 unsigned int size; member 937 info->size = pkg_count; in acpi_processor_evaluate_lpi() 1058 int i, j, state_count = curr_level->size; in flatten_lpi_states()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | super.c | 107 u64 size = i_size_read(jd->jd_inode); in gfs2_jdesc_check() local 112 jd->jd_blocks = size >> sdp->sd_sb.sb_bsize_shift; in gfs2_jdesc_check() 114 if (gfs2_write_alloc_required(ip, 0, size)) { in gfs2_jdesc_check()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | space-info.c | 41 * determine the size of the block reserves, and then use the actual bytes 195 * Calculate chunk size depending on volume type (regular or zoned). 217 * Update default chunk size. 456 btrfs_info(fs_info, #rsv_name ": size %llu reserved %llu", \ 457 __rsv->size, __rsv->reserved); \ 861 * 128MiB is 1/4 of the maximum global rsv size. If we have less than in need_preemptive_reclaim() 963 min_bytes = mult_perc(global_rsv->size, 10); in steal_from_global_rsv() 973 if (global_rsv->reserved < global_rsv->size) in steal_from_global_rsv()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dax.c | 18 * Default memory range size. A power of 2 so it agrees with common FUSE_INIT 208 args.in_args[0].size = sizeof(inarg); in fuse_setup_one_mapping() 244 args.in_args[0].size = sizeof(*inargp); in fuse_send_removemapping() 246 args.in_args[1].size = inargp->count * sizeof(*remove_one); in fuse_send_removemapping() 651 * file size is unchanged and there is nothing to do here. in fuse_iomap_end() 1374 pr_warn("FUSE: map_alignment %u incompatible with dax mem range size %u\n", in fuse_dax_check_alignment()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | scan.c | 77 /* Turned wasted size into dirty, since we apparently in file_dirty() 101 ret = mtd_point(c->mtd, 0, c->mtd->size, &pointlen, in jffs2_scan_medium() 103 if (!ret && pointlen < c->mtd->size) { in jffs2_scan_medium() 285 mtd_unpoint(c->mtd, 0, c->mtd->size); in jffs2_scan_medium() 782 pr_warn("Perhaps the file system was created with the wrong erase size?\n"); in jffs2_scan_eraseblock()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 319 static int cache_entry_hash(const void *data, int size, unsigned int *hash) in cache_entry_hash() argument 326 for (i = 0; i < size; i += clen) { in cache_entry_hash() 327 clen = cache_cp->char2uni(&s[i], size - i, &c); in cache_entry_hash() 486 cifs_dbg(FYI, "%s: reached max cache size (%d)\n", __func__, CACHE_MAX_ENTRIES); in add_cache_entry_locked()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | recovery.c | 469 * The area after the common header size is not empty, so the common in no_more_nodes() 1153 * size-recovery and orphans to be written to the flash. That is important to 1221 * struct size_entry - inode size information for recovery. 1224 * @i_size: size on inode 1225 * @d_size: maximum size based on data nodes 1239 * add_ino - add an entry to the size tree. 1242 * @i_size: size on inode 1243 * @d_size: maximum size based on data nodes 1277 * find_ino - find an entry on the size tree. 1299 * remove_ino - remove an entry from the size tre [all...] |
H A D | file.c | 20 * beyond the file size. The budgeting is done in 'ubifs_write_begin()', because 64 len = le32_to_cpu(dn->size); in read_block() 146 int dlen = le32_to_cpu(dn->size); in do_readpage() 637 len = le32_to_cpu(dn->size); in populate_page() 958 * situation when a we have an inode with size 0, then a megabyte of data is 962 * inode size would still be 0, but there would be many pages which are beyond 963 * the inode size, they would be indexed and consume flash space. Because the 965 * situation and correct the inode size. This means UBIFS would have to scan 969 * within the last synchronized inode size, i.e. the size whic [all...] |
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | inode.c | 650 * What if bugger tells us to go beyond page size? in isofs_fill_super() 654 "ISOFS: unsupported/invalid hardware sector size %d\n", in isofs_fill_super() 777 * If the zone size is smaller than the hardware sector size, in isofs_fill_super() 786 /* RDE: convert log zone size to bit shift */ in isofs_fill_super() 799 * With multi-extent files, file size is only limited by the maximum in isofs_fill_super() 800 * size of a file system, which is 8 TB. in isofs_fill_super() 815 printk(KERN_DEBUG "ISOFS: Max size:%ld Log zone size:%ld\n", in isofs_fill_super() 851 * less than the hardware sector size fo in isofs_fill_super() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 243 * indication whether the attribute exists and the size of the value if it 244 * exists. The size is returned in args.valuelen. 251 * If the attribute is found, but exceeds the size limit set by the caller in 252 * args->valuelen, return -ERANGE with the size of the attribute that was found 290 int size; in xfs_attr_calc_size() local 297 size = xfs_attr_leaf_newentsize(args, local); in xfs_attr_calc_size() 300 if (size > (args->geo->blksize / 2)) { in xfs_attr_calc_size() 529 * maximum size of a transaction and/or hit a deadlock. in xfs_attr_rmtval_alloc() 1362 * External routines when attribute list size > geo->blksize
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | driver.h | 343 int size; member 750 int size; member 1039 int mlx5_frag_buf_alloc_node(struct mlx5_core_dev *dev, int size,
|