/linux-4.19.296/lib/ |
D | sg_split.c | 23 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()
|
D | Kconfig.debug | 175 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/ |
D | xpram.c | 67 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/ |
D | setup-res.c | 424 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/ |
D | vmalloc.h | 181 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/ |
D | drm_fb_helper.h | 105 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
|
D | drm_gem_framebuffer_helper.h | 36 struct drm_fb_helper_surface_size *sizes,
|
/linux-4.19.296/drivers/media/dvb-core/ |
D | dvb_vb2.c | 35 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/ |
D | Kconfig | 1040 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/ |
D | Kconfig | 10 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes 193 smaller block sizes).
|
/linux-4.19.296/include/media/ |
D | videobuf2-core.h | 387 unsigned int sizes[], struct device *alloc_devs[]);
|
/linux-4.19.296/fs/xfs/ |
D | Kconfig | 12 variable block sizes, is extent based, and makes extensive use of
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | rtl2832_sdr.c | 454 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/ |
D | ChangeLog | 245 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/ |
D | Kconfig | 122 featuring large dictionary sizes.
|
/linux-4.19.296/fs/btrfs/ |
D | inode.c | 6346 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()
|