/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sdma.c | 188 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 D | amdgpu_sdma.h | 169 bool duplicate); 171 bool duplicate);
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | duplicate-key.err | 1 duplicate-key.json:3:10: duplicate key 'key'
|
H A D | features-duplicate-name.err | 1 features-duplicate-name.json: In struct 'FeatureStruct0': 2 features-duplicate-name.json:1: feature 'foo' collides with feature 'foo'
|
H A D | doc-duplicate-features.err | 1 doc-duplicate-features.json:9:1: duplicated 'Features:' line
|
H A D | redefined-event.json | 1 # we reject duplicate events
|
H A D | struct-base-clash.json | 1 # Reject attempts to duplicate QMP members
|
H A D | union-bad-base.json | 1 # we allow anonymous base, but enforce no duplicate keys
|
H A D | struct-base-clash-deep.json | 1 # Reject attempts to duplicate QMP members
|
H A D | union-clash-member.json | 1 # We check for no duplicate keys between branch members and base
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | tests-phandle.dtsi | 10 duplicate-name = "duplicate"; 12 duplicate-name { };
|
/openbmc/u-boot/doc/device-tree-bindings/input/ |
H A D | i8042.txt | 9 - 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 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()
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | bioscfg.c | 660 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 D | Kconfig | 63 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 D | 0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch | 4 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 D | sysman.c | 396 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 D | err_field4.decode | 4 # Diagnose duplicate field name.
|
H A D | err_argset1.decode | 4 # Diagnose duplicate member names
|
H A D | err_field5.decode | 4 # Diagnose duplicate function specifier.
|
/openbmc/linux/net/sched/ |
H A D | sch_netem.c | 94 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 D | rdfind_1.6.0.bb | 1 SUMMARY = "Rdfind is a program that finds duplicate files"
|
/openbmc/linux/drivers/base/ |
H A D | component.c | 47 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 D | fontconfig_2.15.0.bb | 37 # duplicate fc-cache for postinstall script 43 # duplicate fc-cache for postinstall script
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-cpuidle | 8 /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
|