/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | varlen.c | 22 const int size2 = sizeof(str2); in test_varlen() local 38 memcpy(bss->buf_in2, str2, size2); in test_varlen() 44 CHECK_VAL(bss->payload1_len2, size2); in test_varlen() 45 CHECK_VAL(bss->total1, size1 + size2); in test_varlen() 46 CHECK(memcmp(bss->payload1, exp_str, size1 + size2), "content_check", in test_varlen() 50 CHECK_VAL(data->payload2_len2, size2); in test_varlen() 51 CHECK_VAL(data->total2, size1 + size2); in test_varlen() 52 CHECK(memcmp(data->payload2, exp_str, size1 + size2), "content_check", in test_varlen() 56 CHECK_VAL(data->payload3_len2, size2); in test_varlen() 57 CHECK_VAL(data->total3, size1 + size2); in test_varlen() [all …]
|
/Linux-v6.1/sound/isa/gus/ |
D | gus_dram.c | 17 unsigned int size1, size2; in snd_gus_dram_poke() local 33 size2 = size1; in snd_gus_dram_poke() 34 while (size2--) in snd_gus_dram_poke() 55 unsigned int size1, size2; in snd_gus_dram_peek() local 70 size2 = size1; in snd_gus_dram_peek() 71 while (size2--) in snd_gus_dram_peek()
|
/Linux-v6.1/mm/kasan/ |
D | kasan_test.c | 284 size_t size1, size_t size2) in krealloc_more_oob_helper() argument 289 KUNIT_ASSERT_LT(test, size1, size2); in krealloc_more_oob_helper() 290 middle = size1 + (size2 - size1) / 2; in krealloc_more_oob_helper() 295 ptr2 = krealloc(ptr1, size2, GFP_KERNEL); in krealloc_more_oob_helper() 301 /* All offsets up to size2 must be accessible. */ in krealloc_more_oob_helper() 305 ptr2[size2 - 1] = 'x'; in krealloc_more_oob_helper() 307 /* Generic mode is precise, so unaligned size2 must be inaccessible. */ in krealloc_more_oob_helper() 309 KUNIT_EXPECT_KASAN_FAIL(test, ptr2[size2] = 'x'); in krealloc_more_oob_helper() 311 /* For all modes first aligned offset after size2 must be inaccessible. */ in krealloc_more_oob_helper() 313 ptr2[round_up(size2, KASAN_GRANULE_SIZE)] = 'x'); in krealloc_more_oob_helper() [all …]
|
/Linux-v6.1/arch/mips/kernel/ |
D | cpu-r3k-probe.c | 46 unsigned long size1, size2; in cpu_has_confreg() local 51 size2 = r3k_cache_size(ST0_ISC); in cpu_has_confreg() 53 return size1 != size2; in cpu_has_confreg()
|
D | cpu-probe.c | 183 unsigned long size1, size2; in cpu_has_confreg() local 188 size2 = r3k_cache_size(ST0_ISC); in cpu_has_confreg() 190 return size1 != size2; in cpu_has_confreg()
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | linear.rst | 31 size2=`blockdev --getsz $2` 33 $size1 $size2 linear $2 0" | dmsetup create joined
|
/Linux-v6.1/kernel/kcsan/ |
D | encoding.h | 94 unsigned long addr2, size_t size2) in matching_access() argument 97 unsigned long end_range2 = addr2 + size2 - 1; in matching_access()
|
/Linux-v6.1/drivers/usb/core/ |
D | config.c | 615 int size2; in usb_parse_configuration() local 648 for ((buffer2 = buffer, size2 = size); in usb_parse_configuration() 649 size2 > 0; in usb_parse_configuration() 650 (buffer2 += header->bLength, size2 -= header->bLength)) { in usb_parse_configuration() 652 if (size2 < sizeof(struct usb_descriptor_header)) { in usb_parse_configuration() 655 cfgno, size2, plural(size2)); in usb_parse_configuration() 660 if ((header->bLength > size2) || (header->bLength < 2)) { in usb_parse_configuration() 738 } /* for ((buffer2 = buffer, size2 = size); ...) */ in usb_parse_configuration()
|
/Linux-v6.1/drivers/net/wireless/microchip/wilc1000/ |
D | wlan.c | 1086 u32 addr, size, size2, blksz; in wilc_wlan_firmware_download() local 1117 size2 = size; in wilc_wlan_firmware_download() 1119 size2 = blksz; in wilc_wlan_firmware_download() 1121 memcpy(dma_buffer, &buffer[offset], size2); in wilc_wlan_firmware_download() 1123 dma_buffer, size2); in wilc_wlan_firmware_download() 1127 addr += size2; in wilc_wlan_firmware_download() 1128 offset += size2; in wilc_wlan_firmware_download() 1129 size -= size2; in wilc_wlan_firmware_download()
|
/Linux-v6.1/drivers/media/i2c/m5mols/ |
D | m5mols.h | 262 * | size1 | R | category | cmd | size2 | | d[0] | d[1] | d[2] | d[3] | 265 * - size2: desired buffer size of the 2nd message 266 * - d[0..3]: according to size2
|
/Linux-v6.1/Documentation/admin-guide/ |
D | pnp.rst | 107 pnp_reserve_io=io1,size1[,io2,size2] .... 108 pnp_reserve_mem=mem1,size1[,mem2,size2] ....
|
/Linux-v6.1/scripts/ |
D | link-vmlinux.sh | 261 size2=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" ${kallsymso}) 263 if [ $size1 -ne $size2 ] || [ -n "${KALLSYMS_EXTRA_PASS}" ]; then
|
/Linux-v6.1/block/partitions/ |
D | cmdline.c | 318 sector_t from2, sector_t size2) in has_overlaps() argument 321 sector_t end2 = from2 + size2; in has_overlaps()
|
/Linux-v6.1/arch/mips/fw/sni/ |
D | sniprom.c | 106 u32 size2; in sni_mem_init() member
|
/Linux-v6.1/Documentation/devicetree/bindings/mtd/ |
D | qcom,nandc.yaml | 125 It's in the form of <offset1 size1 offset2 size2 offset3 ...>
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | charge_reserved_hugetlb.sh | 315 local size2="$6" 364 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test2" "$size2" \
|
/Linux-v6.1/drivers/pnp/ |
D | resource.c | 731 /* format is: pnp_reserve_io=io1,size1[,io2,size2] .... */ 744 /* format is: pnp_reserve_mem=mem1,size1[,mem2,size2] .... */
|
/Linux-v6.1/Documentation/admin-guide/kdump/ |
D | kdump.rst | 296 2) range1:size1[,range2:size2,...][@offset] 306 crashkernel=<range1>:<size1>[,<range2>:<size2>,...][@offset]
|
/Linux-v6.1/security/apparmor/ |
D | policy_unpack.c | 500 int c, j, pos, size2 = unpack_strdup(e, &str, NULL); in unpack_trans_table() local 504 if (!size2) in unpack_trans_table() 512 for (c = j = 0; j < size2 - 1; j++) { in unpack_trans_table()
|
/Linux-v6.1/drivers/scsi/csiostor/ |
D | csio_wr.c | 913 wrp->size2 = req_sz - wrp->size1; in csio_wr_get() 914 q->pidx = (uint16_t)(ALIGN(wrp->size2, CSIO_QCREDIT_SZ) / in csio_wr_get() 922 wrp->size2 = 0; in csio_wr_get() 965 CSIO_DB_ASSERT(data_len <= wrp->size2); in csio_wr_copy_to_wrp()
|
D | csio_wr.h | 330 uint32_t size2; member
|
/Linux-v6.1/Documentation/driver-api/ |
D | ipmi.rst | 401 regspacings=<sp1>,<sp2>,... regsizes=<size1>,<size2>,... 472 ipmi_si.regsizes=<size1>,<size2>,...
|
/Linux-v6.1/arch/mips/include/asm/octeon/ |
D | cvmx-pko-defs.h | 2092 uint64_t size2:8; member 2098 uint64_t size2:8;
|
/Linux-v6.1/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper.c | 666 min_pkt.s.size2 = 59; in __cvmx_helper_global_setup_pko()
|
/Linux-v6.1/mm/ |
D | memblock.c | 179 phys_addr_t base2, phys_addr_t size2) in memblock_addrs_overlap() argument 181 return ((base1 < (base2 + size2)) && (base2 < (base1 + size1))); in memblock_addrs_overlap()
|