/linux-6.6.21/rust/alloc/collections/ |
D | mod.rs | 5 #![stable(feature = "rust1", since = "1.0.0")] 17 #[stable(feature = "rust1", since = "1.0.0")] 20 #[stable(feature = "rust1", since = "1.0.0")] 25 #[stable(feature = "rust1", since = "1.0.0")] 28 #[stable(feature = "rust1", since = "1.0.0")] 33 #[stable(feature = "rust1", since = "1.0.0")] 38 #[stable(feature = "rust1", since = "1.0.0")] 43 #[stable(feature = "rust1", since = "1.0.0")] 48 #[stable(feature = "rust1", since = "1.0.0")] 53 #[stable(feature = "rust1", since = "1.0.0")] [all …]
|
/linux-6.6.21/rust/alloc/vec/ |
D | partial_eq.rs | 25 …: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust1", since = "1.0.0")] } 26 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &[U], #[stable(feature = "rust1", since = "1.0.0")] } 27 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &mut [U], #[stable(feature = "rust1", since = "1.0.0"… 28 … Allocator] &[T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_slice", since = "1.46.0")] } 29 …ocator] &mut [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_slice", since = "1.46.0")] } 30 … [A: Allocator] Vec<T, A>, [U], #[stable(feature = "partialeq_vec_for_slice", since = "1.48.0")] } 31 … [A: Allocator] [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_slice", since = "1.48.0")] } 33 … Allocator] Cow<'_, [T]>, Vec<U, A> where T: Clone, #[stable(feature = "rust1", since = "1.0.0")] } 35 __impl_slice_eq1! { [] Cow<'_, [T]>, &[U] where T: Clone, #[stable(feature = "rust1", since = "1.0.… 37 __impl_slice_eq1! { [] Cow<'_, [T]>, &mut [U] where T: Clone, #[stable(feature = "rust1", since = "… [all …]
|
D | mod.rs | 56 #![stable(feature = "rust1", since = "1.0.0")] 83 #[stable(feature = "vec_splice", since = "1.21.0")] 89 #[stable(feature = "drain", since = "1.6.0")] 100 #[stable(feature = "rust1", since = "1.0.0")] 396 #[stable(feature = "rust1", since = "1.0.0")] 420 #[rustc_const_stable(feature = "const_vec_new", since = "1.39.0")] 421 #[stable(feature = "rust1", since = "1.0.0")] 479 #[stable(feature = "rust1", since = "1.0.0")] 535 #[stable(feature = "kernel", since = "1.0.0")] 642 #[stable(feature = "rust1", since = "1.0.0")] [all …]
|
D | drain.rs | 23 #[stable(feature = "drain", since = "1.6.0")] 38 #[stable(feature = "collection_debug", since = "1.17.0")] 58 #[stable(feature = "vec_drain_as_slice", since = "1.46.0")] 141 #[stable(feature = "vec_drain_as_slice", since = "1.46.0")] 148 #[stable(feature = "drain", since = "1.6.0")] 150 #[stable(feature = "drain", since = "1.6.0")] 153 #[stable(feature = "drain", since = "1.6.0")] 167 #[stable(feature = "drain", since = "1.6.0")] 175 #[stable(feature = "drain", since = "1.6.0")] 244 #[stable(feature = "drain", since = "1.6.0")] [all …]
|
D | into_iter.rs | 33 #[stable(feature = "rust1", since = "1.0.0")] 51 #[stable(feature = "vec_intoiter_debug", since = "1.13.0")] 70 #[stable(feature = "vec_into_iter_as_slice", since = "1.15.0")] 88 #[stable(feature = "vec_into_iter_as_slice", since = "1.15.0")] 173 #[stable(feature = "vec_intoiter_as_ref", since = "1.46.0")] 180 #[stable(feature = "rust1", since = "1.0.0")] 182 #[stable(feature = "rust1", since = "1.0.0")] 185 #[stable(feature = "rust1", since = "1.0.0")] 296 #[stable(feature = "rust1", since = "1.0.0")] 334 #[stable(feature = "rust1", since = "1.0.0")] [all …]
|
/linux-6.6.21/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 94 **ingress** ingress path of the inet socket (since 4.10); 95 **egress** egress path of the inet socket (since 4.10); 96 **sock_create** opening of an inet socket (since 4.10); 97 **sock_ops** various socket operations (since 4.12); 98 **device** device access (since 4.15); 99 **bind4** call to bind(2) for an inet4 socket (since 4.17); 100 **bind6** call to bind(2) for an inet6 socket (since 4.17); 101 **post_bind4** return from bind(2) for an inet4 socket (since 4.17); 102 **post_bind6** return from bind(2) for an inet6 socket (since 4.17); 103 **connect4** call to connect(2) for an inet4 socket (since 4.17); [all …]
|
/linux-6.6.21/rust/alloc/ |
D | boxed.rs | 149 #![stable(feature = "rust1", since = "1.0.0")] 195 #[stable(feature = "rust1", since = "1.0.0")] 216 #[stable(feature = "rust1", since = "1.0.0")] 284 #[stable(feature = "pin", since = "1.33.0")] 951 #[stable(feature = "box_raw", since = "1.4.0")] 1053 #[stable(feature = "box_raw", since = "1.4.0")] 1176 #[stable(feature = "box_leak", since = "1.26.0")] 1215 #[stable(feature = "box_into_pin", since = "1.63.0")] 1228 #[stable(feature = "rust1", since = "1.0.0")] 1246 #[stable(feature = "rust1", since = "1.0.0")] [all …]
|
D | slice.rs | 12 #![stable(feature = "rust1", since = "1.0.0")] 46 #[stable(feature = "inherent_ascii_escape", since = "1.60.0")] 48 #[stable(feature = "slice_get_slice", since = "1.28.0")] 50 #[stable(feature = "from_ref", since = "1.28.0")] 54 #[stable(feature = "rust1", since = "1.0.0")] 56 #[stable(feature = "rust1", since = "1.0.0")] 58 #[stable(feature = "chunks_exact", since = "1.31.0")] 60 #[stable(feature = "rust1", since = "1.0.0")] 64 #[stable(feature = "rust1", since = "1.0.0")] 66 #[stable(feature = "rchunks", since = "1.31.0")] [all …]
|
D | alloc.rs | 5 #![stable(feature = "alloc_module", since = "1.28.0")] 13 #[stable(feature = "alloc_module", since = "1.28.0")] 91 #[stable(feature = "global_alloc", since = "1.28.0")] 116 #[stable(feature = "global_alloc", since = "1.28.0")] 134 #[stable(feature = "global_alloc", since = "1.28.0")] 168 #[stable(feature = "global_alloc", since = "1.28.0")] 360 #[stable(feature = "global_alloc", since = "1.28.0")]
|
/linux-6.6.21/lib/ |
D | errseq.c | 145 int errseq_check(errseq_t *eseq, errseq_t since) in errseq_check() argument 149 if (likely(cur == since)) in errseq_check() 175 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since) in errseq_check_and_advance() argument 186 if (old != *since) { in errseq_check_and_advance() 202 *since = new; in errseq_check_and_advance()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_drv.h | 450 #define IS_DISPLAY_STEP(__i915, since, until) \ argument 452 INTEL_DISPLAY_STEP(__i915) >= (since) && INTEL_DISPLAY_STEP(__i915) < (until)) 454 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument 456 INTEL_GRAPHICS_STEP(__i915) >= (since) && INTEL_GRAPHICS_STEP(__i915) < (until)) 458 #define IS_MEDIA_STEP(__i915, since, until) \ argument 460 INTEL_MEDIA_STEP(__i915) >= (since) && INTEL_MEDIA_STEP(__i915) < (until)) 462 #define IS_BASEDIE_STEP(__i915, since, until) \ argument 464 INTEL_BASEDIE_STEP(__i915) >= (since) && INTEL_BASEDIE_STEP(__i915) < (until)) 658 #define IS_XEHPSDV_GRAPHICS_STEP(__i915, since, until) \ argument 659 (IS_XEHPSDV(__i915) && IS_GRAPHICS_STEP(__i915, since, until)) [all …]
|
/linux-6.6.21/Documentation/core-api/ |
D | errseq.rst | 6 number of "subscribers" to tell whether it has changed since a previous 19 frequently, since we have so few bits to use as a counter. 22 a flag to tell whether the value has been sampled since a new value was 24 sampled it since the last time an error was recorded. 36 any new errors have occurred since that sampling was done, and atomically 39 can tell whether the value has changed since they last checked it. 44 has ever been an error set since it was first initialized. 57 far and whether he made any mistakes since they last asked. 111 whether one was made since they last checked, and the latest value 122 errseq_t since = errseq_sample(&wd.wd_err); [all …]
|
/linux-6.6.21/fs/xfs/scrub/ |
D | stats.h | 33 static inline u64 xchk_stats_elapsed_ns(u64 since) in xchk_stats_elapsed_ns() argument 42 if (now == since) in xchk_stats_elapsed_ns() 45 return now - since; in xchk_stats_elapsed_ns()
|
/linux-6.6.21/Documentation/userspace-api/ |
D | ELF.rst | 20 interpreter. Other PT_INTERP headers are ignored (since Linux 2.4.11). 26 (since Linux 2.6.6). Other PT_GNU_STACK headers are ignored. 31 ELF interpreter's last PT_GNU_PROPERTY program header is used (since
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | errseq.rst | 112 errseq_t since = errseq_sample(&wd.wd_err); 114 err = errseq_check(&wd.wd_err, since); 116 由于他只是要在那个点之后丢弃 ``since`` ,所以他不需要在这里推进它。同时他也不需要
|
/linux-6.6.21/include/linux/ |
D | errseq.h | 12 int errseq_check(errseq_t *eseq, errseq_t since); 13 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since);
|
/linux-6.6.21/arch/arm64/boot/dts/rockchip/ |
D | rk3399pro.dtsi | 10 /* Default to enabled since AP talk to NPU part over pcie */ 15 /* Default to enabled since AP talk to NPU part over pcie */
|
/linux-6.6.21/drivers/staging/media/av7110/ |
D | video-get-frame-count.rst | 47 - Returns the number of frames displayed since the decoder was 58 frames since the decoder was started.
|
/linux-6.6.21/Documentation/fb/ |
D | tgafb.rst | 17 Major new features since Linux 2.0.x: 23 User-visible changes since Linux 2.2.x: 58 The XFree86 FBDev server has been reported not to work, since tgafb doesn't do
|
/linux-6.6.21/Documentation/RCU/ |
D | UP.rst | 8 is that since there is only one CPU, it should not be necessary to 9 wait for anything else to get done, since there are no other CPUs for 45 RCU usage, since call_rcu() must wait for a grace period to elapse. 91 grace period has elapsed since those callbacks were queued. This is 134 then, since RCU callbacks can be invoked from softirq context, 139 This restriction might seem gratuitous, since very few RCU
|
/linux-6.6.21/Documentation/power/ |
D | suspend-and-cpuhotplug.rst | 157 argument. But during suspend, since the tasks are already frozen by the time 197 In this case since we probably need to apply different microcode revisions 212 Hence, when a new CPU is brought online, since the kernel finds that it 232 when the CPUs are brought back online, since they wouldn't have lost the 236 However, in the case of hibernation, since all the CPUs are completely 247 And during the CPU online operations (during resume/restore), since the 266 This might not reflect the true current state of the system, since the 277 into the kernel, since the freezing has not yet begun.
|
/linux-6.6.21/Documentation/admin-guide/LSM/ |
D | SafeSetID.rst | 18 capabilities, since using file capabilities to run a program with elevated 19 privileges opens up possible security holes since any user with access to the 25 since CAP_SETUID allows changing to any user on the system, including the root 27 especially since programs often only call setuid() to drop privileges to a 38 of CAP_SETUID since the non-root program cannot take advantage of CAP_SETUID to 92 "Since setuid only affects the current process, and since the SELinux controls
|
/linux-6.6.21/Documentation/admin-guide/ |
D | unicode.rst | 31 In particular, ESC ( U is no longer "straight to font", since the font 42 refers to this as a "Corporate Zone", since this is inaccurate for 44 point since it lets the direct-mapping area start on a large power of 72 omitted the scan 5 line, since it is also used as a block-graphics 81 since they are horribly vendor-specific. This, of course, is an 122 However, since the set of symbols appear to be consistent throughout,
|
/linux-6.6.21/Documentation/devicetree/bindings/serio/ |
D | ps2-gpio.yaml | 20 from <dt-bindings/gpio/gpio.h> since the signal is open drain by 28 from <dt-bindings/gpio/gpio.h> since the signal is open drain by
|
/linux-6.6.21/Documentation/devicetree/bindings/iommu/ |
D | apple,sart.yaml | 16 special support in the consumer driver is required since not all DMA 19 SART1 has first been used since at least the A11 (iPhone 8 and iPhone X)
|