Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 230) sorted by relevance

12345678910

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sdma.c188 bool duplicate) in amdgpu_sdma_destroy_inst_ctx() argument
194 if (duplicate) in amdgpu_sdma_destroy_inst_ctx()
203 u32 instance, bool duplicate) in amdgpu_sdma_init_microcode() argument
226 if ((duplicate && instance) || (!duplicate && version_major > 1)) { in amdgpu_sdma_init_microcode()
235 if (duplicate) { in amdgpu_sdma_init_microcode()
249 if (!duplicate && (instance != i)) in amdgpu_sdma_init_microcode()
288 amdgpu_sdma_destroy_inst_ctx(adev, duplicate); in amdgpu_sdma_init_microcode()
H A Damdgpu_sdma.h169 bool duplicate);
171 bool duplicate);
/openbmc/qemu/tests/qapi-schema/
H A Dduplicate-key.err1 duplicate-key.json:3:10: duplicate key 'key'
H A Dfeatures-duplicate-name.err1 features-duplicate-name.json: In struct 'FeatureStruct0':
2 features-duplicate-name.json:1: feature 'foo' collides with feature 'foo'
H A Ddoc-duplicate-features.err1 doc-duplicate-features.json:9:1: duplicated 'Features:' line
H A Dredefined-event.json1 # we reject duplicate events
H A Dstruct-base-clash.json1 # Reject attempts to duplicate QMP members
H A Dunion-bad-base.json1 # we allow anonymous base, but enforce no duplicate keys
H A Dstruct-base-clash-deep.json1 # Reject attempts to duplicate QMP members
H A Dunion-clash-member.json1 # We check for no duplicate keys between branch members and base
/openbmc/linux/drivers/of/unittest-data/
H A Dtests-phandle.dtsi10 duplicate-name = "duplicate";
12 duplicate-name { };
/openbmc/u-boot/doc/device-tree-bindings/input/
H A Di8042.txt9 - intel,duplicate-por: Indicates that a keyboard reset may result in a
10 duplicate POR byte, which should be ignored.
/openbmc/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()
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c660 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_package_attribute() local
705 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
706 if (duplicate) { 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
798 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
799 if (duplicate) { in hp_init_bios_buffer_attribute()
802 kobject_put(duplicate); in hp_init_bios_buffer_attribute()
/openbmc/linux/kernel/module/
H A DKconfig63 bool "Debug duplicate modules with auto-loading"
69 which multiple duplicate requests can end up in userspace and multiple
71 duplicate modules. The finit_module() system call can consume in the
73 memory for each duplicate module requests. Although duplicate module
75 duplicate module request ends up just unnecessarily straining virtual
78 This debugging facility will create pr_warn() splats for duplicate
81 memory abuse caused by duplicate module requests could render a
88 use that as the anchor to wait for duplicate module requests, since
91 then a duplicate request_module_nowait() would be detected. The
105 many duplicate module auto-loading requests which could be optimized
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch4 Subject: [PATCH] Remove duplicate pe-dll.o entry deom targ_extra_ofiles
9 removed too, otherwise build fails with duplicate symbols from pe-dll.o
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c396 struct kobject *duplicate; in init_bios_attributes() local
455 duplicate = kset_find_obj(tmp_set, elements[ATTR_NAME].string.pointer); in init_bios_attributes()
456 if (duplicate) { in init_bios_attributes()
459 kobject_put(duplicate); in init_bios_attributes()
/openbmc/qemu/tests/decode/
H A Derr_field4.decode4 # Diagnose duplicate field name.
H A Derr_argset1.decode4 # Diagnose duplicate member names
H A Derr_field5.decode4 # Diagnose duplicate function specifier.
/openbmc/linux/net/sched/
H A Dsch_netem.c94 u32 duplicate; member
458 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor, &q->prng)) in netem_enqueue()
536 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue()
538 q->duplicate = 0; in netem_enqueue()
540 q->duplicate = dupsave; in netem_enqueue()
1023 q->duplicate = qopt->duplicate; in netem_change()
1174 qopt.duplicate = q->duplicate; in netem_dump()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rdfind/
H A Drdfind_1.6.0.bb1 SUMMARY = "Rdfind is a program that finds duplicate files"
/openbmc/linux/drivers/base/
H A Dcomponent.c47 bool duplicate; member
202 match->compare[i].duplicate = !!c->adev; in find_components()
608 if (!adev->match->compare[i].duplicate) { in component_unbind_all()
692 if (!adev->match->compare[i].duplicate) { in component_bind_all()
701 if (!adev->match->compare[i - 1].duplicate) { in component_bind_all()
/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/
H A Dfontconfig_2.15.0.bb37 # duplicate fc-cache for postinstall script
43 # duplicate fc-cache for postinstall script
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-cpuidle8 /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make

12345678910