Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 16 of 16) sorted by relevance

/linux-4.19.296/lib/
Dsg_split.c23 off_t skip, const size_t *sizes, in sg_calculate_split() argument
28 size_t size = sizes[0], len; in sg_calculate_split()
55 size = *(++sizes); in sg_calculate_split()
69 size = *(++sizes); in sg_calculate_split()
DKconfig.debug175 build directory object sizes shrink dramatically over a full
771 code along with operand sizes and PCs of the comparison instructions.
/linux-4.19.296/drivers/s390/block/
Dxpram.c67 static char *sizes[XPRAM_MAX_DEVS]; variable
70 module_param_array(sizes, charp, NULL, 0);
74 MODULE_PARM_DESC(sizes, "list of device (partition) sizes " \
282 if (sizes[i]) { in xpram_setup_sizes()
283 size = simple_strtoull(sizes[i], &sizes_end, 0); in xpram_setup_sizes()
/linux-4.19.296/drivers/pci/
Dsetup-res.c424 u32 sizes; in pci_resize_resource() local
435 sizes = pci_rebar_get_possible_sizes(dev, resno); in pci_resize_resource()
436 if (!sizes) in pci_resize_resource()
439 if (!(sizes & BIT(size))) in pci_resize_resource()
/linux-4.19.296/include/linux/
Dvmalloc.h181 const size_t *sizes, int nr_vms,
188 const size_t *sizes, int nr_vms, in pcpu_get_vm_areas() argument
/linux-4.19.296/include/drm/
Ddrm_fb_helper.h105 struct drm_fb_helper_surface_size *sizes);
356 struct drm_fb_helper_surface_size *sizes);
594 struct drm_fb_helper_surface_size *sizes) in drm_fb_helper_generic_probe() argument
Ddrm_gem_framebuffer_helper.h36 struct drm_fb_helper_surface_size *sizes,
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_vb2.c35 unsigned int sizes[], struct device *alloc_devs[]) in _queue_setup() argument
41 sizes[0] = ctx->buf_siz; in _queue_setup()
49 *nbuffers, sizes[0]); in _queue_setup()
/linux-4.19.296/crypto/
DKconfig1040 The AES specifies three key sizes: 128, 192 and 256 bits
1080 The AES specifies three key sizes: 128, 192 and 256 bits
1102 The AES specifies three key sizes: 128, 192 and 256 bits
1131 The AES specifies three key sizes: 128, 192 and 256 bits
1160 The AES specifies three key sizes: 128, 192 and 256 bits
1254 The Camellia specifies three key sizes: 128, 192 and 256 bits.
1271 The Camellia specifies three key sizes: 128, 192 and 256 bits.
1291 The Camellia specifies three key sizes: 128, 192 and 256 bits.
1307 The Camellia specifies three key sizes: 128, 192 and 256 bits.
1323 The Camellia specifies three key sizes: 128, 192 and 256 bits.
[all …]
/linux-4.19.296/fs/squashfs/
DKconfig10 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes
193 smaller block sizes).
/linux-4.19.296/include/media/
Dvideobuf2-core.h387 unsigned int sizes[], struct device *alloc_devs[]);
/linux-4.19.296/fs/xfs/
DKconfig12 variable block sizes, is extent based, and makes extensive use of
/linux-4.19.296/drivers/media/dvb-frontends/
Drtl2832_sdr.c454 unsigned int *nplanes, unsigned int sizes[], struct device *alloc_devs[]) in rtl2832_sdr_queue_setup() argument
465 sizes[0] = PAGE_ALIGN(dev->buffersize); in rtl2832_sdr_queue_setup()
466 dev_dbg(&pdev->dev, "nbuffers=%d sizes[0]=%d\n", *nbuffers, sizes[0]); in rtl2832_sdr_queue_setup()
/linux-4.19.296/fs/befs/
DChangeLog245 sizes (such as cdroms) on linux 2.4.10 and up.
314 This fixed the problmem with wrong file sizes from du and others.
/linux-4.19.296/usr/
DKconfig122 featuring large dictionary sizes.
/linux-4.19.296/fs/btrfs/
Dinode.c6346 u32 sizes[2]; in btrfs_new_inode() local
6409 sizes[0] = sizeof(struct btrfs_inode_item); in btrfs_new_inode()
6422 sizes[1] = name_len + sizeof(*ref); in btrfs_new_inode()
6437 ret = btrfs_insert_empty_items(trans, root, path, key, sizes, nitems); in btrfs_new_inode()