Home
last modified time | relevance | path

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

123

/linux/drivers/md/dm-vdo/
H A Ddedupe.c256 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 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()
240 data_vio->duplicate.pbn); in dump_data_vio()
/linux/drivers/of/unittest-data/
H A Dtests-phandle.dtsi10 duplicate-name = "duplicate";
12 duplicate-name { };
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sdma.c189 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()
H A Damdgpu_sdma.h194 bool duplicate);
196 bool duplicate);
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c655 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_package_attribute()
699 /* All duplicate attributes found are ignored */ in hp_init_bios_package_attribute()
700 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
701 if (duplicate) { in hp_init_bios_package_attribute()
704 kobject_put(duplicate); in hp_init_bios_package_attribute()
767 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_buffer_attribute()
798 /* All duplicate attributes found are ignored */ in hp_init_bios_buffer_attribute()
799 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
800 if (duplicate) { in hp_init_bios_buffer_attribute()
803 kobject_put(duplicate); in hp_init_bios_buffer_attribute()
653 struct kobject *attr_name_kobj, *duplicate; hp_init_bios_package_attribute() local
765 struct kobject *attr_name_kobj, *duplicate; hp_init_bios_buffer_attribute() local
[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/net/sched/
H A Dsch_netem.c97 u32 duplicate; member
464 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor, &q->prng)) in netem_enqueue()
487 * If we need to duplicate packet, then clone it before 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, extac in netem_change()
[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 …]
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c395 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/pci/hotplug/
H A DTODO15 management. Doesn't this duplicate functionality in the core?
44 management. Doesn't this duplicate functionality in the core?
/linux/drivers/base/
H A Dcomponent.c47 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/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c16 static bool terminal_dup2(int duplicate, int original) in terminal_dup2() argument
20 ret = dup2(duplicate, original); in terminal_dup2()
/linux/Documentation/ABI/obsolete/
H A Dsysfs-cpuidle8 /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
/linux/net/hsr/
H A DKconfig45 tristate "PRP duplicate discard KUnit tests" if !KUNIT_ALL_TESTS
49 Covers the PRP duplicate discard algorithm.
/linux/Documentation/ABI/removed/
H A Draw13948 of abstraction that required userspace clients to duplicate much
/linux/tools/testing/selftests/net/rds/
H A Dtest.py86 packet_duplicate=str(args.duplicate)+'%'
132 corrupt {packet_corruption} loss {packet_loss} duplicate \
/linux/arch/alpha/kernel/
H A Dhead.S62 # masking, and we cannot duplicate the effort without causing problems
/linux/drivers/memory/
H A Demif.c58 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/drivers/dma/
H A Dfsl-qdma.c634 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/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/util/
H A Dcpumap.c268 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 Ddoubleinit.cocci2 /// Find duplicate field initializations. This has a high rate of false
/linux/arch/xtensa/lib/
H A Dmemset.S40 slli a7, a3, 8 # duplicate character in all bytes of word
/linux/Documentation/scsi/
H A Dmegaraid.rst19 i. Avoid duplicate code from the low level drivers.

123