| /linux/drivers/gpu/drm/amd/include/asic_reg/nbif/ |
| H A 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/kernel/module/ |
| H A 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 …]
|
| H A 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/include/net/sctp/ |
| H A 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/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | bioscfg.c | 655 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_package_attribute() local 704 /* All duplicate attributes found are ignored */ in hp_init_bios_package_attribute() 705 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute() 706 if (duplicate) { in hp_init_bios_package_attribute() 707 pr_debug("Duplicate attribute name found - %s\n", str_value); in hp_init_bios_package_attribute() 709 kobject_put(duplicate); in hp_init_bios_package_attribute() 772 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_buffer_attribute() local 803 /* All duplicate attributes found are ignored */ in hp_init_bios_buffer_attribute() 804 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute() 805 if (duplicate) { in hp_init_bios_buffer_attribute() [all …]
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| H A D | netem.json | 88 "name": "Create NETEM with distribution and duplicate flag", 98 … "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution normal duplicate 1%", 101 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms duplicate 1%", 342 "name": "Test netem's recursive duplicate", 353 "$TC qdisc add dev $DUMMY root handle 1: netem limit 1000 duplicate 100%", 354 "$TC qdisc add dev $DUMMY parent 1: handle 2: netem limit 1000 duplicate 100%"
|
| /linux/drivers/of/unittest-data/ |
| H A D | tests-phandle.dtsi | 10 duplicate-name = "duplicate"; 12 duplicate-name { };
|
| /linux/scripts/ |
| H A 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";
|
| H A D | checkdeclares.pl | 9 # This script checks for duplicate struct declares. 52 print "No duplicate struct declares found.\n";
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_sdma.c | 189 bool duplicate) in amdgpu_sdma_destroy_inst_ctx() argument 195 if (duplicate) in amdgpu_sdma_destroy_inst_ctx() 204 u32 instance, bool duplicate) in amdgpu_sdma_init_microcode() argument 230 if ((duplicate && instance) || (!duplicate && version_major > 1)) { in amdgpu_sdma_init_microcode() 239 if (duplicate) { in amdgpu_sdma_init_microcode() 253 if (!duplicate && (instance != i)) in amdgpu_sdma_init_microcode() 307 amdgpu_sdma_destroy_inst_ctx(adev, duplicate); in amdgpu_sdma_init_microcode()
|
| /linux/security/keys/ |
| H A 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/mm/ |
| H A D | util.c | 76 * @s: the string to duplicate 89 * kstrdup_const - conditionally duplicate an existing const string 90 * @s: the string to duplicate 110 * @s: the string to duplicate 125 * kmemdup - duplicate region of memory 127 * @src: memory region to duplicate 146 * kmemdup_array - duplicate a given array. 148 * @src: array to duplicate. 149 * @count: number of elements to duplicate from array. 163 * kvmemdup - duplicate region of memory [all …]
|
| /linux/kernel/gcov/ |
| H A 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
|
| H A D | gcc_4_7.c | 273 * gcov_info_dup - duplicate profiling data set 274 * @info: profiling data set to duplicate 276 * Return newly allocated duplicate on success, %NULL on error. 343 * gcov_info_free - release memory for profiling data set duplicate 344 * @info: profiling data set duplicate to free
|
| /linux/drivers/pci/hotplug/ |
| H A D | TODO | 15 management. Doesn't this duplicate functionality in the core? 44 management. Doesn't this duplicate functionality in the core?
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A 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. 615 * vmw_validation_drop_ht - Reset the hash table used for duplicate finding 619 * The hash table used for duplicate finding is an expensive resource and
|
| /linux/drivers/md/dm-vdo/ |
| H A 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()
|
| /linux/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/ |
| H A 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/tools/perf/tests/shell/ |
| H A D | stat+event_uniquifying.sh | 26 # Read events from perf list with and without -v. With -v the duplicate PMUs 34 # be an event with duplicate PMUs, continue the outer loop.
|
| /linux/Documentation/userspace-api/ |
| H A 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/net/hsr/ |
| H A D | Kconfig | 45 tristate "PRP duplicate discard KUnit tests" if !KUNIT_ALL_TESTS 49 Covers the PRP duplicate discard algorithm.
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | port.c | 175 mlx4_dbg(dev, "Registering MAC: 0x%llx for port %d %s duplicate\n", in __mlx4_register_mac() 209 * available in the duplicate table as well. in __mlx4_register_mac() 215 /* If the mac is already in the duplicate table, check that the in __mlx4_register_mac() 250 mlx4_warn(dev, "register mac: expect duplicate mac 0x%llx on port %d index %d\n", in __mlx4_register_mac() 260 mlx4_warn(dev, "Fail to allocate duplicate MAC table entry\n"); in __mlx4_register_mac() 298 mlx4_warn(dev, "Failed adding duplicate mac: 0x%llx\n", mac); in __mlx4_register_mac() 411 mlx4_warn(dev, "Fail to set mac in duplicate port %d during unregister\n", dup_port); in __mlx4_unregister_mac() 494 mlx4_err(dev, "Failed adding duplicate MAC: 0x%llx\n", in __mlx4_replace_mac() 570 mlx4_dbg(dev, "Registering VLAN: %d for port %d %s duplicate\n", in __mlx4_register_vlan() 609 * available in the duplicate table as well. in __mlx4_register_vlan() [all …]
|
| /linux/tools/usb/usbip/libsrc/ |
| H A D | names.c | 354 err("Duplicate class spec at line %u class %04x %s", in parse() 380 err("Duplicate vendor spec at line %u vendor %04x %s", in parse() 399 err("Duplicate product spec at line %u product %04x:%04x %s", in parse() 407 err("Duplicate subclass spec at line %u class %02x:%02x %s", in parse() 439 err("Duplicate protocol spec at line %u class %02x:%02x:%02x %s", in parse()
|
| /linux/tools/testing/selftests/liveupdate/ |
| H A D | liveupdate.c | 15 * - Session management: creation of unique sessions, and duplicate name detection. 106 * Test Case: Create Duplicate Session 121 session_fd1 = create_session(self->fd1, "duplicate-session-test"); in TEST_F() 124 session_fd2 = create_session(self->fd1, "duplicate-session-test"); in TEST_F()
|
| /linux/arch/riscv/kernel/ |
| H A D | module-sections.c | 23 /* There is no duplicate entry, create a new one */ in module_emit_got_entry() 44 /* There is no duplicate entry, create a new one */ in module_emit_plt_entry() 77 * that, if a duplicate entry exists, it must be in the preceding slot. in duplicate_rela()
|