/linux-6.14.4/drivers/gpu/drm/amd/include/asic_reg/nbif/ |
D | nbif_6_1_offset.h | 27 … 0x0000 // duplicate 28 … 0x0002 // duplicate 29 … 0x0004 // duplicate 30 … 0x0006 // duplicate 31 … 0x0008 // duplicate 32 … 0x0009 // duplicate 33 … 0x000a // duplicate 34 … 0x000b // duplicate 35 … 0x000c // duplicate 36 … 0x000d // duplicate [all …]
|
/linux-6.14.4/kernel/module/ |
D | dups.c | 3 * kmod dups - the kernel module autoloader duplicate suppressor 150 * would benefit from duplicate detection. in kmod_dup_request_exists_wait() 160 * There was no duplicate, just add the request so we can in kmod_dup_request_exists_wait() 170 /* We are dealing with a duplicate request now */ in kmod_dup_request_exists_wait() 180 * Duplicate request_module() calls can cause quite a bit of wasted in kmod_dup_request_exists_wait() 184 WARN(1, "module-autoload: duplicate request for module %s\n", module_name); in kmod_dup_request_exists_wait() 186 pr_warn("module-autoload: duplicate request for module %s\n", module_name); in kmod_dup_request_exists_wait() 193 * the return value either. Let duplicate request_module_nowait() in kmod_dup_request_exists_wait() 201 * If a duplicate request_module() was used they *may* care for in kmod_dup_request_exists_wait() 215 /* Now the duplicate request has the same exact return value as the first request */ in kmod_dup_request_exists_wait() [all …]
|
D | Kconfig | 64 bool "Debug duplicate modules with auto-loading" 70 which multiple duplicate requests can end up in userspace and multiple 72 duplicate modules. The finit_module() system call can consume in the 74 memory for each duplicate module requests. Although duplicate module 76 duplicate module request ends up just unnecessarily straining virtual 79 This debugging facility will create pr_warn() splats for duplicate 82 memory abuse caused by duplicate module requests could render a 89 use that as the anchor to wait for duplicate module requests, since 92 then a duplicate request_module_nowait() would be detected. The 104 result of udev issuing duplicate module requests for each CPU, and so [all …]
|
/linux-6.14.4/drivers/md/dm-vdo/ |
D | dedupe.c | 42 * data_vios in the lock, so the lock will send the agent to the duplicate zone to acquire the PBN 48 * lock on the duplicate block (UNLOCKING), and if the agent is the last data_vio referencing the 243 /* True if the advice has been verified to be a true duplicate */ 253 * If verified is false, this is the location of a possible duplicate. If verified is true, 254 * it is the verified location of a true duplicate. 256 struct zoned_pbn duplicate; member 258 /* The PBN lock on the block containing the duplicate data */ 267 * against an existing duplicate on disk. 352 * vdo_get_duplicate_lock() - Get the PBN lock on the duplicate data location for a data_vio from 356 * Return: The PBN lock on the data_vio's duplicate location. [all …]
|
D | dump.c | 164 data_vio->duplicate.pbn, get_data_vio_operation_name(data_vio)); in dump_vio_waiters() 170 data_vio->duplicate.pbn, in dump_vio_waiters() 181 * D => vio is a duplicate 240 data_vio->duplicate.pbn); in dump_data_vio()
|
D | data-vio.h | 230 struct zoned_pbn duplicate; member 455 thread_id_t expected = data_vio->duplicate.zone->thread_id; in assert_data_vio_in_duplicate_zone() 459 "data_vio for duplicate physical block %llu on thread %u, should be on thread %u", in assert_data_vio_in_duplicate_zone() 460 (unsigned long long) data_vio->duplicate.pbn, thread_id, in assert_data_vio_in_duplicate_zone() 468 data_vio->duplicate.zone->thread_id); in set_data_vio_duplicate_zone_callback() 473 * data_vio's duplicate zone and queue the data_vio and
|
/linux-6.14.4/include/net/sctp/ |
D | tsnmap.h | 71 /* Record duplicate TSNs here. We clear this after 92 * >0 if the TSN has been seen (duplicate) 116 /* How many duplicate TSNs are stored? */ 122 /* Return pointer to duplicate tsn array as needed by SACK. */ 142 /* Mark a duplicate TSN. Note: limit the storage of duplicate TSN
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sdma.c | 194 bool duplicate) in amdgpu_sdma_destroy_inst_ctx() argument 200 if (duplicate) in amdgpu_sdma_destroy_inst_ctx() 209 u32 instance, bool duplicate) in amdgpu_sdma_init_microcode() argument 235 if ((duplicate && instance) || (!duplicate && version_major > 1)) { in amdgpu_sdma_init_microcode() 244 if (duplicate) { in amdgpu_sdma_init_microcode() 258 if (!duplicate && (instance != i)) in amdgpu_sdma_init_microcode() 312 amdgpu_sdma_destroy_inst_ctx(adev, duplicate); in amdgpu_sdma_init_microcode()
|
/linux-6.14.4/drivers/platform/x86/hp/hp-bioscfg/ |
D | bioscfg.c | 656 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_package_attribute() local 700 /* All duplicate attributes found are ignored */ in hp_init_bios_package_attribute() 701 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute() 702 if (duplicate) { in hp_init_bios_package_attribute() 703 pr_debug("Duplicate attribute name found - %s\n", str_value); in hp_init_bios_package_attribute() 705 kobject_put(duplicate); in hp_init_bios_package_attribute() 768 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_buffer_attribute() local 793 /* All duplicate attributes found are ignored */ in hp_init_bios_buffer_attribute() 794 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute() 795 if (duplicate) { in hp_init_bios_buffer_attribute() [all …]
|
/linux-6.14.4/include/linux/ |
D | rmap.h | 351 * folio_dup_file_rmap_ptes - duplicate PTE mappings of a page range of a folio 352 * @folio: The folio to duplicate the mappings of 353 * @page: The first page to duplicate the mappings of 373 * folio_dup_file_rmap_pmd - duplicate a PMD mapping of a page range of a folio 374 * @folio: The folio to duplicate the mapping of 375 * @page: The first page to duplicate the mapping of 404 * don't allow to duplicate the mappings but instead require to e.g., in __folio_try_dup_anon_rmap() 455 * @folio: The folio to duplicate the mappings of 456 * @page: The first page to duplicate the mappings of 492 * @folio: The folio to duplicate the mapping of [all …]
|
/linux-6.14.4/drivers/of/unittest-data/ |
D | tests-phandle.dtsi | 10 duplicate-name = "duplicate"; 12 duplicate-name { };
|
/linux-6.14.4/scripts/ |
D | checkincludes.pl | 9 # This script checks for duplicate includes. It also has support 91 print "$file: removed $dups duplicate includes\n"; 97 print "No duplicate includes found.\n";
|
D | checkdeclares.pl | 9 # This script checks for duplicate struct declares. 52 print "No duplicate struct declares found.\n";
|
/linux-6.14.4/mm/ |
D | util.c | 74 * @s: the string to duplicate 87 * kstrdup_const - conditionally duplicate an existing const string 88 * @s: the string to duplicate 108 * @s: the string to duplicate 123 * kmemdup - duplicate region of memory 125 * @src: memory region to duplicate 144 * kmemdup_array - duplicate a given array. 146 * @src: array to duplicate. 147 * @count: number of elements to duplicate from array. 161 * kvmemdup - duplicate region of memory [all …]
|
/linux-6.14.4/Documentation/admin-guide/device-mapper/ |
D | vdo-design.rst | 26 problem. The first is to recognize duplicate data. The second is to avoid 29 duplicate data, and a data store with a reference counted block map that 66 In order to identify duplicate data efficiently, vdo was designed to 67 leverage some common characteristics of duplicate data. From empirical 69 sets with significant amounts of duplicate data, the duplicates tend to 70 have temporal locality. When a duplicate appears, it is more likely that 74 duplicate recent data than it is to duplicate older data and in general, 80 those savings, vdo does not attempt to find every last duplicate block. It 96 a duplicate before sharing the existing block with a new one. 164 256GB of data. This means that the index can identify duplicate data if the [all …]
|
/linux-6.14.4/security/keys/ |
D | dh.c | 39 uint8_t *duplicate; in dh_data_from_key() local 43 duplicate = kmemdup(payload->data, payload->datalen, in dh_data_from_key() 45 if (duplicate) { in dh_data_from_key() 46 *data = duplicate; in dh_data_from_key()
|
/linux-6.14.4/kernel/gcov/ |
D | clang.c | 310 * gcov_info_dup - duplicate profiling data set 311 * @info: profiling data set to duplicate 313 * Return newly allocated duplicate on success, %NULL on error. 345 * gcov_info_free - release memory for profiling data set duplicate 346 * @info: profiling data set duplicate to free
|
D | gcc_4_7.c | 275 * gcov_info_dup - duplicate profiling data set 276 * @info: profiling data set to duplicate 278 * Return newly allocated duplicate on success, %NULL on error. 346 * gcov_info_free - release memory for profiling data set duplicate 347 * @info: profiling data set duplicate to free
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/ |
D | instruction.json | 117 "PublicDescription": "Prefetch request dropped since duplicate was found in TLB.", 120 "BriefDescription": "Prefetch request dropped since duplicate was found in TLB."
|
/linux-6.14.4/drivers/pci/hotplug/ |
D | TODO | 19 management. Doesn't this duplicate functionality in the core? 48 management. Doesn't this duplicate functionality in the core?
|
/linux-6.14.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_validation.c | 38 * @hash: A hash entry used for the duplicate detection hash table. 53 * @hash: A hash entry used for the duplicate detection hash table. 148 * vmw_validation_find_bo_dup - Find a duplicate buffer object entry in the 154 * duplicate, or NULL if none found. 190 * vmw_validation_find_res_dup - Find a duplicate resource entry in the 196 * duplicate, or NULL if none found. 614 * vmw_validation_drop_ht - Reset the hash table used for duplicate finding 618 * The hash table used for duplicate finding is an expensive resource and
|
/linux-6.14.4/Documentation/userspace-api/ |
D | unshare.rst | 95 In order to not duplicate code and to handle the fact that unshare() 199 2) unshare() has to allocate and duplicate all context structures 213 copy_* functions call dup_* functions to allocate and duplicate 221 helper function to allocate and duplicate a new context 287 dup_* function to allocate and duplicate the structure and return
|
/linux-6.14.4/drivers/staging/rtl8723bs/include/ |
D | hal_data.h | 58 /* duplicate code, will move to ODM ######### */ 65 /* duplicate code, will move to ODM ######### */ 97 /* duplicate code, will move to ODM ######### */ 157 /* duplicate code, will move to ODM ######### */
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx4/ |
D | port.c | 195 mlx4_dbg(dev, "Registering MAC: 0x%llx for port %d %s duplicate\n", in __mlx4_register_mac() 229 * available in the duplicate table as well. in __mlx4_register_mac() 235 /* If the mac is already in the duplicate table, check that the in __mlx4_register_mac() 270 mlx4_warn(dev, "register mac: expect duplicate mac 0x%llx on port %d index %d\n", in __mlx4_register_mac() 280 mlx4_warn(dev, "Fail to allocate duplicate MAC table entry\n"); in __mlx4_register_mac() 318 mlx4_warn(dev, "Failed adding duplicate mac: 0x%llx\n", mac); in __mlx4_register_mac() 431 mlx4_warn(dev, "Fail to set mac in duplicate port %d during unregister\n", dup_port); in __mlx4_unregister_mac() 514 mlx4_err(dev, "Failed adding duplicate MAC: 0x%llx\n", in __mlx4_replace_mac() 590 mlx4_dbg(dev, "Registering VLAN: %d for port %d %s duplicate\n", in __mlx4_register_vlan() 629 * available in the duplicate table as well. in __mlx4_register_vlan() [all …]
|
/linux-6.14.4/drivers/acpi/ |
D | acpi_fpdt.c | 212 pr_err("Duplicate resume performance record found.\n"); in fpdt_process_subtable() 227 pr_err("Duplicate suspend performance record found.\n"); in fpdt_process_subtable() 243 pr_err("Duplicate boot performance record found.\n"); in fpdt_process_subtable()
|