/Linux-v5.10/scripts/coccinelle/api/ |
D | kvmalloc.cocci | 24 expression E, E1, size; 33 * if (size cmp E1 || ...)@p { 37 * (..., size, \(flags\|GFP_KERNEL\|\(GFP_KERNEL\|flags\)|__GFP_NOWARN\), ...) 41 * E = \(vmalloc\|vzalloc\|vmalloc_node\|vzalloc_node\)(..., size, ...) 47 * (..., size, \(flags\|GFP_KERNEL\|\(GFP_KERNEL\|flags\)|__GFP_NOWARN\), ...) 49 when != size = E1 53 * E = \(vmalloc\|vzalloc\|vmalloc_node\|vzalloc_node\)(..., size, ...) 59 * (..., size, \(flags\|GFP_KERNEL\|\(GFP_KERNEL\|flags\)|__GFP_NOWARN\), ...); 61 when != size = E1 65 * x = \(vmalloc\|vzalloc\|vmalloc_node\|vzalloc_node\)(..., size, ...) [all …]
|
/Linux-v5.10/scripts/ |
D | extract_xc3028.pl | 51 # Calc chunk size 131 my $size = ord(substr($out,$i,1))*256+ord(substr($out,$i+1,1)); 135 if ($size>0 && $size <0x8000) { 136 for (my $j=0;$j<$size;$j++) { 139 $i+=$size; 163 # Firmware 0, type: BASE FW F8MHZ (0x00000003), id: (0000000000000000), size: 6635 168 write_le32(6635); # Size 172 # Firmware 1, type: BASE FW F8MHZ MTS (0x00000007), id: (0000000000000000), size: 6635 177 write_le32(6635); # Size 181 # Firmware 2, type: BASE FW FM (0x00000401), id: (0000000000000000), size: 6525 [all …]
|
/Linux-v5.10/tools/testing/selftests/exec/ |
D | binfmt_script | 14 SIZE=256 variable 33 # @size: bytes for bprm->buf line, including hashbang but not newline 40 # @fill: character to fill between @root and @target to reach @size bytes 41 # @newline: character to use as newline, not counted towards @size 43 def test(name, size, good=True, leading="", root="./", target="/perl", argument 52 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg) 111 test(name="too-big", size=SIZE+80, good=False) 112 # Path is right at max size, making it impossible to tell if it was truncated. 113 test(name="exact", size=SIZE, good=False) 115 test(name="exact-space", size=SIZE, good=False, leading=" ") [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | aspeed-bmc-facebook-cmm.dts | 334 #size-cells = <0>; 341 #size-cells = <0>; 347 #size-cells = <0>; 353 #size-cells = <0>; 358 #size-cells = <0>; 363 #size-cells = <0>; 368 #size-cells = <0>; 373 #size-cells = <0>; 378 #size-cells = <0>; 383 #size-cells = <0>; [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fru_eeprom.c | 67 int ret, size; in amdgpu_fru_read_eeprom() local 79 DRM_WARN("FRU: Failed to get size field"); in amdgpu_fru_read_eeprom() 83 /* The size returned by the i2c requires subtraction of 0xC0 since the in amdgpu_fru_read_eeprom() 84 * size apparently always reports as 0xC0+actual size. in amdgpu_fru_read_eeprom() 86 size = buff[2] - I2C_PRODUCT_INFO_OFFSET; in amdgpu_fru_read_eeprom() 90 msg.len = I2C_PRODUCT_INFO_ADDR_SIZE + size; in amdgpu_fru_read_eeprom() 98 return size; in amdgpu_fru_read_eeprom() 104 int addrptr = 0, size = 0; in amdgpu_fru_get_product_info() local 117 * size of each field, and then keep reading along and reading along in amdgpu_fru_get_product_info() 122 /* The first fields are all of size 1-byte, from 0-7 are offsets that in amdgpu_fru_get_product_info() [all …]
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/css_2400_system/hive/ |
D | ia_css_isp_configs.c | 36 unsigned int size = 0; in ia_css_configure_iterator() local 39 size = binary->info->mem_offsets.offsets.config->dmem.iterator.size; in ia_css_configure_iterator() 42 if (size) { in ia_css_configure_iterator() 45 config_dmem, size); in ia_css_configure_iterator() 64 unsigned int size = 0; in ia_css_configure_copy_output() local 67 size = binary->info->mem_offsets.offsets.config->dmem.copy_output.size; in ia_css_configure_copy_output() 70 if (size) { in ia_css_configure_copy_output() 73 config_dmem, size); in ia_css_configure_copy_output() 92 unsigned int size = 0; in ia_css_configure_crop() local 95 size = binary->info->mem_offsets.offsets.config->dmem.crop.size; in ia_css_configure_crop() [all …]
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/css_2401_system/hive/ |
D | ia_css_isp_configs.c | 36 unsigned int size = 0; in ia_css_configure_iterator() local 39 size = binary->info->mem_offsets.offsets.config->dmem.iterator.size; in ia_css_configure_iterator() 42 if (size) { in ia_css_configure_iterator() 45 config_dmem, size); in ia_css_configure_iterator() 64 unsigned int size = 0; in ia_css_configure_copy_output() local 67 size = binary->info->mem_offsets.offsets.config->dmem.copy_output.size; in ia_css_configure_copy_output() 70 if (size) { in ia_css_configure_copy_output() 73 config_dmem, size); in ia_css_configure_copy_output() 92 unsigned int size = 0; in ia_css_configure_crop() local 95 size = binary->info->mem_offsets.offsets.config->dmem.crop.size; in ia_css_configure_crop() [all …]
|
/Linux-v5.10/drivers/net/dsa/sja1105/ |
D | sja1105_static_config.c | 97 const size_t size = SJA1105ET_SIZE_AVB_PARAMS_ENTRY; in sja1105et_avb_params_entry_packing() local 100 sja1105_packing(buf, &entry->destmeta, 95, 48, size, op); in sja1105et_avb_params_entry_packing() 101 sja1105_packing(buf, &entry->srcmeta, 47, 0, size, op); in sja1105et_avb_params_entry_packing() 102 return size; in sja1105et_avb_params_entry_packing() 108 const size_t size = SJA1105PQRS_SIZE_AVB_PARAMS_ENTRY; in sja1105pqrs_avb_params_entry_packing() local 111 sja1105_packing(buf, &entry->cas_master, 126, 126, size, op); in sja1105pqrs_avb_params_entry_packing() 112 sja1105_packing(buf, &entry->destmeta, 125, 78, size, op); in sja1105pqrs_avb_params_entry_packing() 113 sja1105_packing(buf, &entry->srcmeta, 77, 30, size, op); in sja1105pqrs_avb_params_entry_packing() 114 return size; in sja1105pqrs_avb_params_entry_packing() 120 const size_t size = SJA1105ET_SIZE_GENERAL_PARAMS_ENTRY; in sja1105et_general_params_entry_packing() local [all …]
|
/Linux-v5.10/tools/perf/util/ |
D | trace-event-read.c | 26 static int __do_read(int fd, void *buf, int size) in __do_read() argument 28 int rsize = size; in __do_read() 30 while (size) { in __do_read() 31 int ret = read(fd, buf, size); in __do_read() 45 size -= ret; in __do_read() 52 static int do_read(void *data, int size) in do_read() argument 56 r = __do_read(input_fd, data, size); in do_read() 58 pr_debug("reading input file (size expected=%d received=%d)", in do_read() 59 size, r); in do_read() 69 static void skip(int size) in skip() argument [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/amazon/ |
D | alpine-v3.dtsi | 17 #size-cells = <2>; 21 #size-cells = <0>; 28 d-cache-size = <0x8000>; 29 d-cache-line-size = <64>; 31 i-cache-size = <0xc000>; 32 i-cache-line-size = <64>; 42 d-cache-size = <0x8000>; 43 d-cache-line-size = <64>; 45 i-cache-size = <0xc000>; 46 i-cache-line-size = <64>; [all …]
|
/Linux-v5.10/include/linux/ |
D | slab.h | 147 struct kmem_cache *kmem_cache_create(const char *name, unsigned int size, 151 unsigned int size, unsigned int align, 235 * The largest kmalloc size supported by the SLAB allocators is 276 /* Maximum allocatable size */ 278 /* Maximum size for which we actually use a slab cache */ 292 * Page size is normally 2^12 bytes and, in this case, if we want to use 293 * byte sized index which can represent 2^8 entries, the size of the object 295 * If minimum size of kmalloc is less than 16, we use it as minimum object 296 * size and give up to use byte sized index. 339 * Figure out which kmalloc slab an allocation of a certain size [all …]
|
D | instrumented.h | 22 * @size size of access 24 static __always_inline void instrument_read(const volatile void *v, size_t size) in instrument_read() argument 26 kasan_check_read(v, size); in instrument_read() 27 kcsan_check_read(v, size); in instrument_read() 37 * @size size of access 39 static __always_inline void instrument_write(const volatile void *v, size_t size) in instrument_write() argument 41 kasan_check_write(v, size); in instrument_write() 42 kcsan_check_write(v, size); in instrument_write() 52 * @size size of access 54 static __always_inline void instrument_read_write(const volatile void *v, size_t size) in instrument_read_write() argument [all …]
|
D | dma-map-ops.h | 15 void *(*alloc)(struct device *dev, size_t size, 18 void (*free)(struct device *dev, size_t size, void *vaddr, 20 struct page *(*alloc_pages)(struct device *dev, size_t size, 23 void (*free_pages)(struct device *dev, size_t size, struct page *vaddr, 25 void *(*alloc_noncoherent)(struct device *dev, size_t size, 28 void (*free_noncoherent)(struct device *dev, size_t size, void *vaddr, 34 void *cpu_addr, dma_addr_t dma_addr, size_t size, 38 unsigned long offset, size_t size, 41 size_t size, enum dma_data_direction dir, 52 size_t size, enum dma_data_direction dir, [all …]
|
/Linux-v5.10/lib/mpi/ |
D | mpih-mul.c | 21 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument 23 if ((size) < KARATSUBA_THRESHOLD) \ 24 mul_n_basecase(prodp, up, vp, size); \ 26 mul_n(prodp, up, vp, size, tspace); \ 29 #define MPN_SQR_N_RECURSE(prodp, up, size, tspace) \ argument 31 if ((size) < KARATSUBA_THRESHOLD) \ 32 mpih_sqr_n_basecase(prodp, up, size); \ 34 mpih_sqr_n(prodp, up, size, tspace); \ 38 * both with SIZE limbs, and store the result at PRODP. 2 * SIZE limbs are 55 mul_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size) in mul_n_basecase() argument [all …]
|
/Linux-v5.10/drivers/gpu/drm/selftests/ |
D | test-drm_mm.c | 107 static bool assert_continuous(const struct drm_mm *mm, u64 size) in assert_continuous() argument 125 if (node->size != size) { in assert_continuous() 126 pr_err("node[%ld].size incorrect, expected %llx, found %llx\n", in assert_continuous() 127 n, size, node->size); in assert_continuous() 137 drm_mm_for_each_node_in_range(check, mm, addr, addr + size) { in assert_continuous() 147 addr, size); in assert_continuous() 151 addr += size; in assert_continuous() 170 u64 size, u64 alignment, unsigned long color) in assert_node() argument 179 if (node->size != size) { in assert_node() 180 pr_err("node has wrong size, found %llu, expected %llu\n", in assert_node() [all …]
|
/Linux-v5.10/tools/perf/trace/beauty/ |
D | beauty.h | 30 size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool sho… 31 size_t strarray__scnprintf_suffix(struct strarray *sa, char *bf, size_t size, const char *intfmt, b… 32 size_t strarray__scnprintf_flags(struct strarray *sa, char *bf, size_t size, bool show_prefix, unsi… 34 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret); 35 bool strarray__strtoul_flags(struct strarray *sa, char *bf, size_t size, u64 *ret); 57 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool … 59 bool strarrays__strtoul(struct strarrays *sas, char *bf, size_t size, u64 *ret); 61 size_t pid__scnprintf_fd(struct trace *trace, pid_t pid, int fd, char *bf, size_t size); 78 * @size: 8 if all we need is an integer, otherwise all of the augmented arg. 83 int size; member [all …]
|
/Linux-v5.10/drivers/mtd/tests/ |
D | mtd_nandecctest.c | 48 size_t size) in single_bit_error_data() argument 50 unsigned int offset = prandom_u32() % (size * BITS_PER_BYTE); in single_bit_error_data() 52 memcpy(error_data, correct_data, size); in single_bit_error_data() 57 size_t size) in double_bit_error_data() argument 61 offset[0] = prandom_u32() % (size * BITS_PER_BYTE); in double_bit_error_data() 63 offset[1] = prandom_u32() % (size * BITS_PER_BYTE); in double_bit_error_data() 66 memcpy(error_data, correct_data, size); in double_bit_error_data() 72 static unsigned int random_ecc_bit(size_t size) in random_ecc_bit() argument 76 if (size == 256) { in random_ecc_bit() 89 size_t size) in single_bit_error_ecc() argument [all …]
|
/Linux-v5.10/lib/ |
D | test_user_copy.c | 42 static bool is_zeroed(void *from, size_t size) in is_zeroed() argument 44 return memchr_inv(from, 0x0, size) == NULL; in is_zeroed() 47 static int test_check_nonzero_user(char *kmem, char __user *umem, size_t size) in test_check_nonzero_user() argument 52 if (test(size < 2 * PAGE_SIZE, "buffer too small")) in test_check_nonzero_user() 57 * effectively. We also don't want to make the size we scan too large, in test_check_nonzero_user() 61 size = 1024; in test_check_nonzero_user() 62 start = PAGE_SIZE - (size / 2); in test_check_nonzero_user() 67 zero_start = size / 4; in test_check_nonzero_user() 68 zero_end = size - zero_start; in test_check_nonzero_user() 81 memset(kmem, 0x0, size); in test_check_nonzero_user() [all …]
|
D | test_meminit.c | 29 static int __init count_nonzero_bytes(void *ptr, size_t size) in count_nonzero_bytes() argument 34 for (i = 0; i < size; i++) in count_nonzero_bytes() 41 static void __init fill_with_garbage_skip(void *ptr, int size, size_t skip) in fill_with_garbage_skip() argument 46 WARN_ON(skip > size); in fill_with_garbage_skip() 47 size -= skip; in fill_with_garbage_skip() 49 while (size >= sizeof(*p)) { in fill_with_garbage_skip() 52 size -= sizeof(*p); in fill_with_garbage_skip() 54 if (size) in fill_with_garbage_skip() 55 memset(&p[i], GARBAGE_BYTE, size); in fill_with_garbage_skip() 58 static void __init fill_with_garbage(void *ptr, size_t size) in fill_with_garbage() argument [all …]
|
/Linux-v5.10/kernel/ |
D | stacktrace.c | 39 * @size: Size of the print buffer 46 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, in stack_trace_snprint() argument 54 for (i = 0; i < nr_entries && size; i++) { in stack_trace_snprint() 55 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in stack_trace_snprint() 59 if (generated >= size) { in stack_trace_snprint() 60 buf += size; in stack_trace_snprint() 61 size = 0; in stack_trace_snprint() 64 size -= generated; in stack_trace_snprint() 76 unsigned int size; member 85 if (c->len >= c->size) in stack_trace_consume_entry() [all …]
|
/Linux-v5.10/mm/kasan/ |
D | generic.c | 46 * depending on memory access size X. 62 unsigned long size) in memory_is_poisoned_2_4_8() argument 67 * Access crosses 8(shadow size)-byte boundary. Such access maps in memory_is_poisoned_2_4_8() 70 if (unlikely(((addr + size - 1) & KASAN_SHADOW_MASK) < size - 1)) in memory_is_poisoned_2_4_8() 71 return *shadow_addr || memory_is_poisoned_1(addr + size - 1); in memory_is_poisoned_2_4_8() 73 return memory_is_poisoned_1(addr + size - 1); in memory_is_poisoned_2_4_8() 88 size_t size) in bytes_is_nonzero() argument 90 while (size) { in bytes_is_nonzero() 94 size--; in bytes_is_nonzero() 130 size_t size) in memory_is_poisoned_n() argument [all …]
|
/Linux-v5.10/fs/fuse/ |
D | xattr.c | 15 size_t size, int flags) in fuse_setxattr() argument 26 inarg.size = size; in fuse_setxattr() 31 args.in_args[0].size = sizeof(inarg); in fuse_setxattr() 33 args.in_args[1].size = strlen(name) + 1; in fuse_setxattr() 35 args.in_args[2].size = size; in fuse_setxattr() 50 size_t size) in fuse_getxattr() argument 62 inarg.size = size; in fuse_getxattr() 66 args.in_args[0].size = sizeof(inarg); in fuse_getxattr() 68 args.in_args[1].size = strlen(name) + 1; in fuse_getxattr() 72 if (size) { in fuse_getxattr() [all …]
|
/Linux-v5.10/include/asm-generic/bitops/ |
D | find.h | 10 * @size: The bitmap size in bits 13 * If no bits are set, returns @size. 16 size, unsigned long offset); 25 * @size: The bitmap size in bits 28 * If no bits are set, returns @size. 31 const unsigned long *addr2, unsigned long size, 40 * @size: The bitmap size in bits 43 * If no bits are zero, returns @size. 46 long size, unsigned long offset); 54 * @size: The maximum number of bits to search [all …]
|
/Linux-v5.10/drivers/usb/common/ |
D | debug.c | 14 __u16 wLength, char *str, size_t size) in usb_decode_get_status() argument 18 snprintf(str, size, "Get Device Status(Length = %d)", wLength); in usb_decode_get_status() 21 snprintf(str, size, in usb_decode_get_status() 26 snprintf(str, size, "Get Endpoint Status(ep%d%s)", in usb_decode_get_status() 73 __u16 wIndex, char *str, size_t size) in usb_decode_set_clear_feature() argument 77 snprintf(str, size, "%s Device Feature(%s%s)", in usb_decode_set_clear_feature() 84 snprintf(str, size, "%s Interface Feature(%s)", in usb_decode_set_clear_feature() 90 snprintf(str, size, "%s Endpoint Feature(%s ep%d%s)", in usb_decode_set_clear_feature() 99 static void usb_decode_set_address(__u16 wValue, char *str, size_t size) in usb_decode_set_address() argument 101 snprintf(str, size, "Set Address(Addr = %02x)", wValue); in usb_decode_set_address() [all …]
|
/Linux-v5.10/kernel/dma/ |
D | mapping.c | 23 size_t size; member 33 dma_free_attrs(dev, this->size, this->vaddr, this->dma_handle, in dmam_release() 42 WARN_ON(this->size != match->size || in dmam_match() 52 * @size: Size of allocation 58 void dmam_free_coherent(struct device *dev, size_t size, void *vaddr, in dmam_free_coherent() argument 61 struct dma_devres match_data = { size, vaddr, dma_handle }; in dmam_free_coherent() 63 dma_free_coherent(dev, size, vaddr, dma_handle); in dmam_free_coherent() 71 * @size: Size of allocation 82 void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dmam_alloc_attrs() argument 92 vaddr = dma_alloc_attrs(dev, size, dma_handle, gfp, attrs); in dmam_alloc_attrs() [all …]
|