Home
last modified time | relevance | path

Searched full:duplicate (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/linux/drivers/gpu/drm/amd/include/asic_reg/nbif/
H A Dnbif_6_1_offset.h27 … 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 DKconfig64 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 …]
H A Dstats.c64 * DOC: dup_failed_modules - tracks duplicate failed modules
139 * at the end of early_mod_check() prevents duplicate allocations
141 * duplicate failed modules are non-fatal, however they typically are
144 * to begin to process prior requests. Although duplicate failures can be
379 len += scnprintf(buf + len, size - len, "Duplicate failed modules:\n"); in read_file_mod_stats()
/linux/include/net/sctp/
H A Dtsnmap.h71 /* 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 Dbioscfg.c658 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_package_attribute() local
702 /* All duplicate attributes found are ignored */ in hp_init_bios_package_attribute()
703 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
704 if (duplicate) { in hp_init_bios_package_attribute()
705 pr_debug("Duplicate attribute name found - %s\n", str_value); in hp_init_bios_package_attribute()
707 kobject_put(duplicate); in hp_init_bios_package_attribute()
770 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_buffer_attribute() local
795 /* All duplicate attributes found are ignored */ in hp_init_bios_buffer_attribute()
796 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
797 if (duplicate) { in hp_init_bios_buffer_attribute()
[all …]
/linux/mm/
H A Dutil.c73 * @s: the string to duplicate
86 * kstrdup_const - conditionally duplicate an existing const string
87 * @s: the string to duplicate
107 * @s: the string to duplicate
122 * kmemdup - duplicate region of memory
124 * @src: memory region to duplicate
143 * kmemdup_array - duplicate a given array.
145 * @src: array to duplicate.
146 * @count: number of elements to duplicate from array.
160 * kvmemdup - duplicate region of memory
[all …]
/linux/drivers/of/unittest-data/
H A Dtests-phandle.dtsi10 duplicate-name = "duplicate";
12 duplicate-name { };
/linux/scripts/
H A Dcheckincludes.pl9 # 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 Dcheckdeclares.pl9 # This script checks for duplicate struct declares.
52 print "No duplicate struct declares found.\n";
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo-design.rst26 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/security/keys/
H A Ddh.c39 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/kernel/gcov/
H A Dclang.c310 * 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 Dgcc_4_7.c275 * gcov_info_dup - duplicate profiling data set
276 * @info: profiling data set to duplicate
278 * Return newly allocated duplicate on success, %NULL on error. in gcov_info_dup()
346 * gcov_info_free - release memory for profiling data set duplicate
347 * @info: profiling data set duplicate to free in gcov_info_free()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c38 * @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/drivers/md/dm-vdo/
H A Ddump.c164 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/Documentation/userspace-api/
H A Dunshare.rst95 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/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/
H A Dinstruction.json117 "PublicDescription": "Prefetch request dropped since duplicate was found in TLB.",
120 "BriefDescription": "Prefetch request dropped since duplicate was found in TLB."
/linux/drivers/pci/hotplug/
H A DTODO19 management. Doesn't this duplicate functionality in the core?
48 management. Doesn't this duplicate functionality in the core?
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c195 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/drivers/staging/rtl8723bs/include/
H A Dhal_data.h58 /* 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/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c163 * drm_atomic_helper_crtc_duplicate_state - default state duplicate hook
166 * Default CRTC state duplicate hook for drivers which don't have their own
360 * drm_atomic_helper_plane_duplicate_state - default state duplicate hook
363 * Default plane state duplicate hook for drivers which don't have their own
649 * drm_atomic_helper_connector_duplicate_state - default state duplicate hook
652 * Default connector state duplicate hook for drivers which don't have their own
744 * drm_atomic_helper_bridge_duplicate_state() - Duplicate a bridge state object
/linux/tools/usb/usbip/libsrc/
H A Dnames.c354 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/drivers/acpi/
H A Dacpi_fpdt.c212 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()
/linux/net/sched/
H A Dsch_netem.c97 u32 duplicate; member
463 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor, &q->prng)) in netem_enqueue()
486 * If we need to duplicate packet, then clone it before in netem_enqueue()
541 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue()
543 q->duplicate = 0; in netem_enqueue()
545 q->duplicate = dupsave; in netem_enqueue()
1034 q->duplicate = qopt->duplicate; in netem_change()
1185 qopt.duplicate = q->duplicate; in netem_dump()
/linux/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c237 test_clone3_set_tid("duplicate PID 1", in main()
244 test_clone3_set_tid("duplicate PID 1", in main()
284 test_clone3_set_tid("duplicate child TID", in main()
305 test_clone3_set_tid("duplicate PID 1", in main()

12345678910>>...34