Searched refs:duplicate (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sdma.c188 bool duplicate)
194 if (duplicate)
203 u32 instance, bool duplicate)
226 if ((duplicate && instance) || (!duplicate && version_major > 1)) {
235 if (duplicate) {
249 if (!duplicate && (instance != i))
291 amdgpu_sdma_destroy_inst_ctx(adev, duplicate);
187 amdgpu_sdma_destroy_inst_ctx(struct amdgpu_device *adev, bool duplicate) argument
202 amdgpu_sdma_init_microcode(struct amdgpu_device *adev, u32 instance, bool duplicate) argument
H A Damdgpu_sdma.h169 bool duplicate);
171 bool duplicate);
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c42 * data_vios in the lock, so the lock will send the agent to the duplicate zone to acquire the PBN
48 * lock on the duplicate block (UNLOCKING), and if the agent is the last data_vio referencing the
248 /* True if the advice has been verified to be a true duplicate */
258 * If verified is false, this is the location of a possible duplicate. If verified is true,
259 * it is the verified location of a true duplicate.
261 struct zoned_pbn duplicate; member in struct:hash_lock
263 /* The PBN lock on the block containing the duplicate data */
272 * against an existing duplicate on disk.
357 * vdo_get_duplicate_lock() - Get the PBN lock on the duplicate data location for a data_vio from
361 * Return: The PBN lock on the data_vio's duplicate locatio
[all...]
H A Ddump.c164 data_vio->duplicate.pbn, get_data_vio_operation_name(data_vio));
170 data_vio->duplicate.pbn,
181 * D => vio is a duplicate
240 data_vio->duplicate.pbn);
H A Ddata-vio.h230 struct zoned_pbn duplicate; member in struct:data_vio
460 thread_id_t expected = data_vio->duplicate.zone->thread_id;
464 "data_vio for duplicate physical block %llu on thread %u, should be on thread %u",
465 (unsigned long long) data_vio->duplicate.pbn, thread_id,
473 data_vio->duplicate.zone->thread_id);
478 * data_vio's duplicate zone and queue the data_vio and
H A Ddata-vio.c503 memset(&data_vio->duplicate, 0, sizeof(data_vio->duplicate));
1799 VDO_ASSERT_LOG_ONLY(!data_vio->is_duplicate, "compressing a non-duplicate block");
/linux-master/security/keys/
H A Ddh.c39 uint8_t *duplicate; local
43 duplicate = kmemdup(payload->data, payload->datalen,
45 if (duplicate) {
46 *data = duplicate;
/linux-master/arch/alpha/kernel/
H A Dhead.S62 # masking, and we cannot duplicate the effort without causing problems
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c396 struct kobject *duplicate; local
455 duplicate = kset_find_obj(tmp_set, elements[ATTR_NAME].string.pointer);
456 if (duplicate) {
459 kobject_put(duplicate);
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c16 static bool terminal_dup2(int duplicate, int original) argument
20 ret = dup2(duplicate, original);
/linux-master/drivers/base/
H A Dcomponent.c47 bool duplicate; member in struct:component_match_array
198 dev_dbg(adev->parent, "found component %s, duplicate %u\n",
202 match->compare[i].duplicate = !!c->adev;
608 if (!adev->match->compare[i].duplicate) {
692 if (!adev->match->compare[i].duplicate) {
701 if (!adev->match->compare[i - 1].duplicate) {
/linux-master/net/sched/
H A Dsch_netem.c94 u32 duplicate; member in struct:netem_sched_data
460 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor, &q->prng))
483 * If we need to duplicate packet, then re-insert at top of the
489 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */
491 q->duplicate = 0;
493 q->duplicate = dupsave;
1013 q->duplicate = qopt->duplicate;
1164 qopt.duplicate
[all...]
/linux-master/drivers/memory/
H A Demif.c33 * @duplicate: Whether the DDR devices attached to this EMIF
56 u8 duplicate; member in struct:emif_data
117 if (emif->duplicate)
960 * mark it as a duplicate of EMIF1. This will save some memory and
964 emif->duplicate = true;
1025 * mark it as a duplicate of EMIF1 and skip copying timings data.
1028 emif->duplicate = emif1 && (memcmp(dev_info,
1032 if (emif->duplicate) {
/linux-master/tools/perf/util/
H A Dcpumap.c252 bool duplicate = false; local
257 duplicate = true;
261 if (!duplicate) {
H A Dauxtrace.c2336 bool duplicate; member in struct:sym_args
2369 args->duplicate = true;
2430 if (args.duplicate) {
/linux-master/drivers/dma/
H A Dfsl-qdma.c631 bool duplicate; local
643 duplicate = 0;
654 duplicate = 1;
663 if (!duplicate) {
672 if (!duplicate) {
679 if (duplicate) {
/linux-master/arch/xtensa/lib/
H A Dmemset.S40 slli a7, a3, 8 # duplicate character in all bytes of word
/linux-master/drivers/platform/x86/
H A Dthink-lmi.c1351 struct kobject *duplicate; local
1356 duplicate = kset_find_obj(attribute_kset, name);
1357 if (duplicate) {
1360 kobject_put(duplicate);
1394 /* check for duplicate or reserved values */
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1950 // Second pass - remove all duplicate clock states
1952 bool duplicate = true; local
1955 duplicate = false;
1957 duplicate = false;
1959 duplicate = false;
1961 duplicate = false;
1963 duplicate = false;
1965 duplicate = false;
1967 duplicate = false;
1969 duplicate
[all...]
/linux-master/include/uapi/linux/
H A Dpkt_sched.h508 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
515 __u32 dup_corr; /* duplicate correlation */
/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h487 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
494 __u32 dup_corr; /* duplicate correlation */
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c548 bool duplicate = false; local
552 duplicate = true;
557 if (duplicate)
591 bool duplicate = false; local
595 duplicate = true;
600 if (duplicate)
/linux-master/scripts/
H A Dget_maintainer.pl689 print("$x->{file}:$x->{linenr}: warning: duplicate section header\t$x->{line}\n");
1063 --remove-duplicates => minimize duplicate email names/addresses

Completed in 269 milliseconds