Home
last modified time | relevance | path

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

1234

/linux-6.14.4/drivers/md/dm-vdo/
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()
989 set_duplicate_location(data_vio, lock->duplicate); in launch_dedupe()
990 data_vio->new_mapped = data_vio->duplicate; in launch_dedupe()
1147 result = uncompress_data_vio(agent, agent->duplicate.state, in uncompress_and_verify()
1170 if (vdo_is_state_compressed(agent->duplicate.state)) { in verify_endio()
1195 char *buffer = (vdo_is_state_compressed(agent->duplicate.state) ? in start_verifying()
[all …]
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()
Ddata-vio.h230 struct zoned_pbn duplicate; member
455 thread_id_t expected = data_vio->duplicate.zone->thread_id; in assert_data_vio_in_duplicate_zone()
460 (unsigned long long) data_vio->duplicate.pbn, thread_id, in assert_data_vio_in_duplicate_zone()
468 data_vio->duplicate.zone->thread_id); in set_data_vio_duplicate_zone_callback()
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sdma.c194 bool duplicate) in amdgpu_sdma_destroy_inst_ctx() argument
200 if (duplicate) in amdgpu_sdma_destroy_inst_ctx()
209 u32 instance, bool duplicate) in amdgpu_sdma_init_microcode() argument
235 if ((duplicate && instance) || (!duplicate && version_major > 1)) { in amdgpu_sdma_init_microcode()
244 if (duplicate) { in amdgpu_sdma_init_microcode()
258 if (!duplicate && (instance != i)) in amdgpu_sdma_init_microcode()
312 amdgpu_sdma_destroy_inst_ctx(adev, duplicate); in amdgpu_sdma_init_microcode()
Damdgpu_sdma.h176 bool duplicate);
178 bool duplicate);
/linux-6.14.4/drivers/of/unittest-data/
Dtests-phandle.dtsi10 duplicate-name = "duplicate";
12 duplicate-name { };
/linux-6.14.4/drivers/platform/x86/hp/hp-bioscfg/
Dbioscfg.c656 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_package_attribute() local
701 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
702 if (duplicate) { in hp_init_bios_package_attribute()
705 kobject_put(duplicate); in hp_init_bios_package_attribute()
768 struct kobject *attr_name_kobj, *duplicate; in hp_init_bios_buffer_attribute() local
794 duplicate = kset_find_obj(temp_kset, str); in hp_init_bios_buffer_attribute()
795 if (duplicate) { in hp_init_bios_buffer_attribute()
798 kobject_put(duplicate); in hp_init_bios_buffer_attribute()
/linux-6.14.4/security/keys/
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-6.14.4/kernel/module/
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-6.14.4/drivers/platform/x86/dell/dell-wmi-sysman/
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-6.14.4/net/sched/
Dsch_netem.c97 u32 duplicate; member
463 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor, &q->prng)) in netem_enqueue()
541 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue()
543 q->duplicate = 0; in netem_enqueue()
545 q->duplicate = dupsave; in netem_enqueue()
1034 q->duplicate = qopt->duplicate; in netem_change()
1185 qopt.duplicate = q->duplicate; in netem_dump()
/linux-6.14.4/drivers/base/
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()
/linux-6.14.4/tools/testing/selftests/filesystems/
Ddevpts_pts.c16 static bool terminal_dup2(int duplicate, int original) in terminal_dup2() argument
20 ret = dup2(duplicate, original); in terminal_dup2()
/linux-6.14.4/drivers/pci/hotplug/
DTODO19 management. Doesn't this duplicate functionality in the core?
48 management. Doesn't this duplicate functionality in the core?
/linux-6.14.4/Documentation/ABI/obsolete/
Dsysfs-cpuidle8 /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
/linux-6.14.4/tools/testing/selftests/net/rds/
Dtest.py86 packet_duplicate=str(args.duplicate)+'%'
132 corrupt {packet_corruption} loss {packet_loss} duplicate \
/linux-6.14.4/Documentation/ABI/removed/
Draw13948 of abstraction that required userspace clients to duplicate much
/linux-6.14.4/drivers/dma/
Dfsl-qdma.c631 bool duplicate; in fsl_qdma_queue_transfer_complete() local
643 duplicate = 0; in fsl_qdma_queue_transfer_complete()
654 duplicate = 1; in fsl_qdma_queue_transfer_complete()
663 if (!duplicate) { in fsl_qdma_queue_transfer_complete()
672 if (!duplicate) { in fsl_qdma_queue_transfer_complete()
679 if (duplicate) { in fsl_qdma_queue_transfer_complete()
/linux-6.14.4/drivers/memory/
Demif.c57 u8 duplicate; member
116 if (emif->duplicate) in emif_regdump_show()
957 emif->duplicate = true; in of_get_memory_device_details()
1021 emif->duplicate = emif1 && (memcmp(dev_info, in get_device_details()
1025 if (emif->duplicate) { in get_device_details()
/linux-6.14.4/tools/testing/selftests/net/packetdrill/
Dtcp_limited_transmit_limited-transmit-no-sack.pkt3 // response to each of the first two duplicate acknowledgments that
Dtcp_limited_transmit_limited-transmit-sack.pkt3 // response to each of the first two duplicate acknowledgments that
/linux-6.14.4/arch/alpha/kernel/
Dhead.S62 # masking, and we cannot duplicate the effort without causing problems
/linux-6.14.4/Documentation/userspace-api/
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-6.14.4/Documentation/admin-guide/device-mapper/
Dvdo-design.rst26 problem. The first is to recognize duplicate data. The second is to avoid
29 duplicate data, and a data store with a reference counted block map that
66 In order to identify duplicate data efficiently, vdo was designed to
67 leverage some common characteristics of duplicate data. From empirical
69 sets with significant amounts of duplicate data, the duplicates tend to
70 have temporal locality. When a duplicate appears, it is more likely that
74 duplicate recent data than it is to duplicate older data and in general,
80 those savings, vdo does not attempt to find every last duplicate block. It
96 a duplicate before sharing the existing block with a new one.
164 256GB of data. This means that the index can identify duplicate data if the
[all …]
/linux-6.14.4/tools/perf/util/
Dcpumap.c250 bool duplicate = false; in cpu_aggr_map__new() local
255 duplicate = true; in cpu_aggr_map__new()
259 if (!duplicate) { in cpu_aggr_map__new()

1234