| /linux/drivers/md/dm-vdo/ |
| H A D | dedupe.c | 256 struct zoned_pbn duplicate; member 513 data_vio->duplicate = source; in set_duplicate_location() 531 set_duplicate_location(new_agent, lock->duplicate); in retire_lock_agent() 612 data_vio->duplicate = lock->duplicate; in vdo_clean_failed_hash_lock() 694 vdo_release_physical_zone_pbn_lock(agent->duplicate.zone, agent->duplicate.pbn, in unlock_duplicate_pbn() 991 set_duplicate_location(data_vio, lock->duplicate); in launch_dedupe() 992 data_vio->new_mapped = data_vio->duplicate; in launch_dedupe() 1149 result = uncompress_data_vio(agent, agent->duplicate.state, in uncompress_and_verify() 1172 if (vdo_is_state_compressed(agent->duplicate.state)) { in verify_endio() 1197 char *buffer = (vdo_is_state_compressed(agent->duplicate.state) ? in start_verifying() [all …]
|
| 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/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/net/sched/ |
| H A D | sch_netem.c | 97 u32 duplicate; member 464 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor, &q->prng)) in netem_enqueue() 542 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue() 544 q->duplicate = 0; in netem_enqueue() 546 q->duplicate = dupsave; in netem_enqueue() 989 ((struct netem_sched_data *)qdisc_priv(root))->duplicate) in check_netem_in_tree() 999 ((struct netem_sched_data *)qdisc_priv(q))->duplicate) in check_netem_in_tree() 1071 ret = check_netem_in_tree(sch, qopt->duplicate, extack); in netem_change() 1075 q->duplicate = qopt->duplicate; in netem_change() 1226 qopt.duplicate = q->duplicate; in netem_dump()
|
| /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/platform/x86/dell/dell-wmi-sysman/ |
| H A D | sysman.c | 395 struct kobject *duplicate; in init_bios_attributes() local 454 duplicate = kset_find_obj(tmp_set, elements[ATTR_NAME].string.pointer); in init_bios_attributes() 455 if (duplicate) { in init_bios_attributes() 458 kobject_put(duplicate); in init_bios_attributes()
|
| /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/tools/testing/selftests/net/rds/ |
| H A D | test.py | 86 packet_duplicate=str(args.duplicate)+'%' 132 corrupt {packet_corruption} loss {packet_loss} duplicate \
|
| /linux/Documentation/ABI/removed/ |
| H A D | raw1394 | 8 of abstraction that required userspace clients to duplicate much
|
| /linux/drivers/dma/ |
| H A D | fsl-qdma.c | 634 bool duplicate; in fsl_qdma_queue_transfer_complete() local 646 duplicate = 0; in fsl_qdma_queue_transfer_complete() 657 duplicate = 1; in fsl_qdma_queue_transfer_complete() 666 if (!duplicate) { in fsl_qdma_queue_transfer_complete() 675 if (!duplicate) { in fsl_qdma_queue_transfer_complete() 682 if (duplicate) { in fsl_qdma_queue_transfer_complete()
|
| /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/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/arch/alpha/kernel/ |
| H A D | head.S | 62 # masking, and we cannot duplicate the effort without causing problems
|
| /linux/tools/perf/util/ |
| H A D | cpumap.c | 268 bool duplicate = false; in cpu_aggr_map__new() local 273 duplicate = true; in cpu_aggr_map__new() 277 if (!duplicate) { in cpu_aggr_map__new()
|
| /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/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()
|