Home
last modified time | relevance | path

Searched refs:duplicated (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.1.9/scripts/
DMakefile.headersinst36 duplicated := $(filter $(gen-headers), $(src-headers))
37 $(if $(duplicated), $(warning duplicated header export: $(duplicated)))
39 gen-headers := $(filter-out $(duplicated), $(gen-headers))
/linux-6.1.9/scripts/coccinelle/tests/
Ddoublebitand.cocci49 cocci.print_main("duplicated argument to & or |",p)
55 coccilib.report.print_report(p[0],"duplicated argument to & or |")
Ddoubletest.cocci53 cocci.print_main("duplicated argument to && or ||",p)
59 coccilib.report.print_report(p[0],"duplicated argument to && or ||")
/linux-6.1.9/drivers/staging/media/rkvdec/
DTODO8 * Evaluate introducing a helper to consolidate duplicated
/linux-6.1.9/Documentation/userspace-api/
Dunshare.rst189 the current shared version, associates newly duplicated structures
197 before associating newly duplicated context structures
211 Therefore code from copy_* functions that allocated and duplicated
250 and duplicated the appropriate structure and the second component
253 These dup_* functions allocated and duplicated the appropriate
256 duplicated structures to the task structure with which the
/linux-6.1.9/Documentation/gpu/
Ddrm-kms.rst209 "drm_atomic_state" -> "duplicated drm_plane_state A"
210 "drm_atomic_state" -> "duplicated drm_plane_state B"
211 "drm_atomic_state" -> "duplicated drm_crtc_state"
212 "drm_atomic_state" -> "duplicated drm_connector_state"
213 "drm_atomic_state" -> "duplicated driver private state"
234 "duplicated drm_plane_state A" -> "drm_device"[style=invis]
Ddrm-usage-stats.rst63 duplicated and shared file descriptors. Conceptually the value should map 1:1
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h324 __field(bool, duplicated)
334 __entry->duplicated = state->duplicated;
343 __entry->async_update, __entry->duplicated, __entry->num_connector,
/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-commands.txt34 _tep_ is the event context. The _comm_ is duplicated internally.
40 duplicated internally.
/linux-6.1.9/Documentation/timers/
Dhighres.rst77 dependent code. This results in duplicated code across all architectures and
89 clock event devices. It also minimizes the duplicated code across the
115 from the hardware level handler. This removes a lot of duplicated code from the
128 increase of flexibility and the avoidance of duplicated code across
/linux-6.1.9/Documentation/devicetree/bindings/sound/
Dfsl,esai.txt47 duplicated from Transmition related registers.
/linux-6.1.9/net/sctp/
DKconfig24 -- acknowledged error-free non-duplicated transfer of user data,
/linux-6.1.9/Documentation/security/
Dlandlock.rst86 duplicated and the ruleset is imported as a new layer of rules in the new
/linux-6.1.9/Documentation/driver-api/
Disa.rst40 duplicated init code from the ALSA ISA drivers.
Dclk.rst23 has traditionally been duplicated across a variety of platforms. Second
/linux-6.1.9/include/drm/
Ddrm_atomic.h400 bool duplicated : 1; member
/linux-6.1.9/Documentation/networking/
Dsegmentation-offloads.rst145 values for if the header was simply duplicated. The one exception to this
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-timecard224 separated by spaces. If there are duplicated input
/linux-6.1.9/Documentation/x86/x86_64/
Dboot-options.rst22 due to the shared banks, i.e. you might get duplicated
/linux-6.1.9/Documentation/filesystems/
Dsquashfs.rst229 also allows values to be de-duplicated, the value being stored once, and
/linux-6.1.9/Documentation/admin-guide/mm/
Dksm.rst175 number of duplicated KSM pages
/linux-6.1.9/Documentation/process/
D3.Early-stage.rst83 driver which duplicated an existing driver that the new author had been
/linux-6.1.9/Documentation/staging/
Dremoteproc.rst20 duplicated. In addition, this framework also adds rpmsg virtio devices
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/intel/
Diavf.rst217 traffic will be duplicated and sent to all matching TC queues. The hardware
/linux-6.1.9/drivers/gpu/drm/
Ddrm_atomic_helper.c343 if (!state->duplicated && drm_connector_is_unregistered(connector) && in update_connector_routing()
3318 state->duplicated = true; in drm_atomic_helper_duplicate_state()

12