| /linux/drivers/of/unittest-data/ |
| H A D | tests-phandle.dtsi | 10 duplicate-name = "duplicate"; 12 duplicate-name { };
|
| /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/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 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 804 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute() 805 if (duplicate) { in hp_init_bios_buffer_attribute() 808 kobject_put(duplicate); in hp_init_bios_buffer_attribute()
|
| /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/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() 240 data_vio->duplicate.pbn); in dump_data_vio()
|
| /linux/kernel/module/ |
| 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/drivers/base/ |
| H A D | component.c | 47 bool duplicate; member 202 match->compare[i].duplicate = !!c->adev; in find_components() 626 if (!adev->match->compare[i].duplicate) { in component_unbind_all() 710 if (!adev->match->compare[i].duplicate) { in component_bind_all() 719 if (!adev->match->compare[i - 1].duplicate) { in component_bind_all()
|
| /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/tools/testing/selftests/filesystems/ |
| H A D | devpts_pts.c | 16 static bool terminal_dup2(int duplicate, int original) in terminal_dup2() argument 20 ret = dup2(duplicate, original); in terminal_dup2()
|
| /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/Documentation/ABI/obsolete/ |
| H A D | sysfs-cpuidle | 8 /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
|
| /linux/net/sched/ |
| H A D | sch_netem.c | 107 u32 duplicate; 474 if (q->duplicate && skb->tc_depth == 0 && in netem_enqueue() 475 q->duplicate >= get_crandom(&q->dup_cor, &q->prng)) { in netem_enqueue() 503 * If we need to duplicate packet, then clone it before in netem_enqueue() 1119 q->duplicate = qopt->duplicate; in netem_change() 1268 qopt.duplicate = q->duplicate; in netem_dump() 97 u32 duplicate; global() member
|
| /linux/tools/testing/selftests/net/rds/ |
| H A D | test.py | 368 corrupt {PACKET_CORRUPTION} loss {PACKET_LOSS} duplicate \ 458 corrupt {PACKET_CORRUPTION} loss {PACKET_LOSS} duplicate \ 489 parser.add_argument('-u', '--duplicate', help="Simulate tcp packet duplication", 495 PACKET_DUPLICATE=str(args.duplicate)+'%'
|
| /linux/Documentation/ABI/removed/ |
| H A D | raw1394 | 8 of abstraction that required userspace clients to duplicate much
|
| /linux/drivers/memory/ |
| H A D | emif.c | 58 u8 duplicate; member 117 if (emif->duplicate) in emif_regdump_show() 958 emif->duplicate = true; in of_get_memory_device_details() 1022 emif->duplicate = emif1 && (memcmp(dev_info, in get_device_details() 1026 if (emif->duplicate) { in get_device_details()
|
| /linux/arch/alpha/kernel/ |
| H A D | head.S | 62 # masking, and we cannot duplicate the effort without causing problems
|
| /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/tools/perf/util/ |
| H A D | cpumap.c | 296 bool duplicate = false; in cpu_aggr_map__new() 301 duplicate = true; in cpu__get_die_id() 305 if (!duplicate) { in cpu__get_die_id() 268 bool duplicate = false; cpu_aggr_map__new() local
|
| /linux/scripts/coccinelle/misc/ |
| H A D | doubleinit.cocci | 2 /// Find duplicate field initializations. This has a high rate of false
|
| /linux/arch/xtensa/lib/ |
| H A D | memset.S | 40 slli a7, a3, 8 # duplicate character in all bytes of word
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| H A D | dcn20_fpu.c | 1966 // Second pass - remove all duplicate clock states in dcn20_cap_soc_clocks() 1968 bool duplicate = true; in dcn20_cap_soc_clocks() 1971 duplicate = false; in dcn20_cap_soc_clocks() 1973 duplicate = false; in dcn20_cap_soc_clocks() 1975 duplicate = false; in dcn20_cap_soc_clocks() 1977 duplicate = false; in dcn20_cap_soc_clocks() 1979 duplicate = false; in dcn20_cap_soc_clocks() 1981 duplicate = false; 1983 duplicate = false; in dcn20_patch_bounding_box() 1985 duplicate in dcn20_patch_bounding_box() 1958 bool duplicate = true; dcn20_cap_soc_clocks() local [all...] |
| /linux/Documentation/scsi/ |
| H A D | megaraid.rst | 19 i. Avoid duplicate code from the low level drivers.
|
| /linux/Documentation/networking/ |
| H A D | snmp_counter.rst | 607 the duplicate ACK number. E.g., if retransmission is triggered, and 663 duplicate packets to the sender. There are two kinds of 665 duplicate. (2) an out of order packet is duplicate. The TCP stack 673 The TCP stack receives a duplicate packet which has been acked, so it 678 The TCP stack receives an out of order duplicate packet, so it sends a 684 duplicate packet is received. 689 duplicate packet is received. 783 In some scenarios, kernel would avoid sending duplicate ACKs too 1648 again, and record the reply time (the duplicate ACK reply time). The 1649 third SYN will let server check the previous duplicate ACK reply time, [all …]
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | think-lmi.c | 1469 struct kobject *duplicate; in tlmi_validate_setting_name() local 1474 duplicate = kset_find_obj(attribute_kset, name); in tlmi_validate_setting_name() 1475 if (duplicate) { in tlmi_validate_setting_name() 1478 kobject_put(duplicate); in tlmi_validate_setting_name()
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 319 bool "Disable htable to allow measurement of duplicate records" 322 This option disables htable to allow measurement of duplicate records.
|