Searched refs:duplicated (Results 1 – 25 of 43) sorted by relevance
12
/linux-6.1.9/scripts/ |
D | Makefile.headersinst | 36 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/ |
D | doublebitand.cocci | 49 cocci.print_main("duplicated argument to & or |",p) 55 coccilib.report.print_report(p[0],"duplicated argument to & or |")
|
D | doubletest.cocci | 53 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/ |
D | TODO | 8 * Evaluate introducing a helper to consolidate duplicated
|
/linux-6.1.9/Documentation/userspace-api/ |
D | unshare.rst | 189 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/ |
D | drm-kms.rst | 209 "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]
|
D | drm-usage-stats.rst | 63 duplicated and shared file descriptors. Conceptually the value should map 1:1
|
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_trace.h | 324 __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/ |
D | libtraceevent-commands.txt | 34 _tep_ is the event context. The _comm_ is duplicated internally. 40 duplicated internally.
|
/linux-6.1.9/Documentation/timers/ |
D | highres.rst | 77 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/ |
D | fsl,esai.txt | 47 duplicated from Transmition related registers.
|
/linux-6.1.9/net/sctp/ |
D | Kconfig | 24 -- acknowledged error-free non-duplicated transfer of user data,
|
/linux-6.1.9/Documentation/security/ |
D | landlock.rst | 86 duplicated and the ruleset is imported as a new layer of rules in the new
|
/linux-6.1.9/Documentation/driver-api/ |
D | isa.rst | 40 duplicated init code from the ALSA ISA drivers.
|
D | clk.rst | 23 has traditionally been duplicated across a variety of platforms. Second
|
/linux-6.1.9/include/drm/ |
D | drm_atomic.h | 400 bool duplicated : 1; member
|
/linux-6.1.9/Documentation/networking/ |
D | segmentation-offloads.rst | 145 values for if the header was simply duplicated. The one exception to this
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-timecard | 224 separated by spaces. If there are duplicated input
|
/linux-6.1.9/Documentation/x86/x86_64/ |
D | boot-options.rst | 22 due to the shared banks, i.e. you might get duplicated
|
/linux-6.1.9/Documentation/filesystems/ |
D | squashfs.rst | 229 also allows values to be de-duplicated, the value being stored once, and
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | ksm.rst | 175 number of duplicated KSM pages
|
/linux-6.1.9/Documentation/process/ |
D | 3.Early-stage.rst | 83 driver which duplicated an existing driver that the new author had been
|
/linux-6.1.9/Documentation/staging/ |
D | remoteproc.rst | 20 duplicated. In addition, this framework also adds rpmsg virtio devices
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/intel/ |
D | iavf.rst | 217 traffic will be duplicated and sent to all matching TC queues. The hardware
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 343 if (!state->duplicated && drm_connector_is_unregistered(connector) && in update_connector_routing() 3318 state->duplicated = true; in drm_atomic_helper_duplicate_state()
|
12