/linux-6.8/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 97 **ingress** ingress path of the inet socket (since 4.10); 98 **egress** egress path of the inet socket (since 4.10); 99 **sock_create** opening of an inet socket (since 4.10); 100 **sock_ops** various socket operations (since 4.12); 101 **device** device access (since 4.15); 102 **bind4** call to bind(2) for an inet4 socket (since 4.17); 103 **bind6** call to bind(2) for an inet6 socket (since 4.17); 104 **post_bind4** return from bind(2) for an inet4 socket (since 4.17); 105 **post_bind6** return from bind(2) for an inet6 socket (since 4.17); 106 **connect4** call to connect(2) for an inet4 socket (since 4.17); [all …]
|
/linux-6.8/lib/ |
D | errseq.c | 10 * number of "subscribers" to tell whether it has changed since a previous 19 * can later be used to tell whether any new errors have occurred since that 23 * frequently, since we have so few bits to use as a counter. 26 * been sampled since a new value was recorded. That allows us to avoid bumping 27 * the counter if no one has sampled it since the last time an error was 33 * has ever been an error set since it was first initialized. 135 * errseq_check() - Has an error occurred since a particular sample point? 137 * @since: Previously-sampled errseq_t from which to check. 139 * Grab the value that eseq points to, and see if it has changed @since 140 * the given value was sampled. The @since value is not advanced, so there [all …]
|
/linux-6.8/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 | 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")] 234 // it from the original vec but also avoid creating a &mut to the front since that could in drop() [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")] 156 // since our `Drop` impl isn't going to run so there's no more code. in into_vecdeque() 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")] [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")] 472 /// // A vector of a zero-sized type will always over-allocate, since no 479 #[stable(feature = "rust1", since = "1.0.0")] 529 /// // A vector of a zero-sized type will always over-allocate, since no [all …]
|
/linux-6.8/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.8/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.8/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/ |
D | instruction.json | 105 …"PublicDescription": "Prefetch response received but was dropped since we don't support inflight u… 108 …"BriefDescription": "Prefetch response received but was dropped since we don't support inflight up… 117 "PublicDescription": "Prefetch request dropped since duplicate was found in TLB.", 120 "BriefDescription": "Prefetch request dropped since duplicate was found in TLB." 123 "PublicDescription": "Prefetch request dropped since it was found in cache.", 126 "BriefDescription": "Prefetch request dropped since it was found in cache."
|
/linux-6.8/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
D | event_alternatives_tests_p9.c | 33 * PVR check is used here since PMU specific data like in event_alternatives_tests_p9() 50 * Expected to pass since PM_RUN_CYC_ALT in PMC2 has alternative event in event_alternatives_tests_p9() 63 * Expected to pass since PM_INST_DISP in PMC2 has alternative event in event_alternatives_tests_p9() 76 * Expected to pass since PM_BR_2PATH in PMC2 has alternative event in event_alternatives_tests_p9() 89 * Expected to pass since PM_LD_MISS_L1 in PMC3 has alternative event in event_alternatives_tests_p9() 102 * Expected to pass since PM_RUN_INST_CMPL_ALT in PMC4 has alternative event in event_alternatives_tests_p9()
|
/linux-6.8/fs/ntfs/ |
D | time.h | 26 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 28 * intervals since the value of tv_sec. 31 * measured as the number of 100-nano-second intervals since 1st January 1601, 66 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 68 * intervals since the value of tv_sec. 71 * measured as the number of 100 nano-second intervals since 1st January 1601,
|
/linux-6.8/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | floating-point.json | 6 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 13 …represents a one-cycle dispatch event. This event is a speculative event. Since this event include… 20 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 27 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 34 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 46 …ycle can vary from 0 to 64. This event requires the use of the MergeEvent since it can count above… 52 …ycle can vary from 0 to 64. This event requires the use of the MergeEvent since it can count above… 58 …ycle can vary from 0 to 64. This event requires the use of the MergeEvent since it can count above… 64 …ycle can vary from 0 to 64. This event requires the use of the MergeEvent since it can count above…
|
/linux-6.8/tools/include/linux/ |
D | ring_buffer.h | 12 * Since the mmap() consumer (userspace) can run on a 31 * D needs to be a full barrier since it separates the data 34 * For B a WMB is sufficient since it separates two WRITEs, 35 * and for C an RMB is sufficient since it separates two READs. 41 * supported architectures since for a fair number it would
|
/linux-6.8/rust/alloc/ |
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 | boxed.rs | 70 //! pointer pointing into previously allocated memory that since got freed is 96 //! `foo_delete` is represented in Rust as `Option<Box<Foo>>`, since `Box<Foo>` 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")] 450 // NOTE: Prefer match over unwrap_or_else since closure sometimes not inlineable. in new_uninit_in() 524 // NOTE: Prefer match over unwrap_or_else since closure sometimes not inlineable. in new_zeroed_in() 951 #[stable(feature = "box_raw", since = "1.4.0")] 1053 #[stable(feature = "box_raw", since = "1.4.0")] [all …]
|
/linux-6.8/include/uapi/linux/ |
D | ppp_defs.h | 143 * The following structure records the time in seconds since 151 __kernel_old_time_t xmit_idle; /* time since last NP packet sent */ 152 __kernel_old_time_t recv_idle; /* time since last NP packet received */ 156 __s32 xmit_idle; /* time since last NP packet sent */ 157 __s32 recv_idle; /* time since last NP packet received */ 161 __s64 xmit_idle; /* time since last NP packet sent */ 162 __s64 recv_idle; /* time since last NP packet received */
|
D | vbox_vmmdev_types.h | 33 VMMDEVREQ_REGISTER_PATCH_MEMORY = 22, /* since version 3.0.6 */ 34 VMMDEVREQ_DEREGISTER_PATCH_MEMORY = 23, /* since version 3.0.6 */ 39 VMMDEVREQ_REPORT_GUEST_INFO2 = 58, /* since version 3.2.0 */ 40 VMMDEVREQ_REPORT_GUEST_STATUS = 59, /* since version 3.2.8 */ 41 VMMDEVREQ_REPORT_GUEST_USER_STATE = 74, /* since version 4.3 */ 64 VMMDEVREQ_VIDEMODE_SUPPORTED2 = 57, /* since version 3.2.0 */ 65 VMMDEVREQ_GET_DISPLAY_CHANGE_REQEX = 80, /* since version 4.2.4 */ 92 VMMDEVREQ_GET_SESSION_ID = 217, /* since version 3.2.8 */
|
/linux-6.8/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-touch.c | 90 /* Calculate the number of jiffies since we started streaming */ in vivid_thread_touch_cap() 92 /* Get the number of buffers streamed since the start */ in vivid_thread_touch_cap() 100 * jiffies have passed since we started streaming reset the in vivid_thread_touch_cap() 117 * since we started, including the current buffer. in vivid_thread_touch_cap() 121 /* And the number of jiffies since we started */ in vivid_thread_touch_cap() 128 * in jiffies since we started streaming. in vivid_thread_touch_cap()
|
/linux-6.8/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.h | 34 * dedicated signal handler, since there, it is populated by Kernel 39 * because here we have to avoid syscalls to trigger the signal since 50 * in such a case return 0, since in fact we have not just simply grabbed 90 * struct tdescr since it will be changed inside the in get_current_context() 98 * test thread. Since such delivery happens on the ret_to_user() in get_current_context() 106 * - note that since we are using a breakpoint instruction here in get_current_context()
|
/linux-6.8/Documentation/sound/cards/ |
D | hdspm.rst | 10 Full functionality has been added to the driver. Since some of 25 since unused DMA channels are disabled and less memory is 74 where DMA reads/writes. Since of the bulk mode of PCI it is only 98 Since DSP-MADI-Mixer has 8152 Fader, it does not make sense to 99 use the standard mixer-controls, since this would break most of 105 hwdep-interface. Since it could be a performance problem always 133 frequency or slave), since even not using an Audio-application 168 Note: Since MADI has a much higher bit-rate than word-clock, the 169 card should synchronise better in MADI Mode. But since the
|
/linux-6.8/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.8/rust/kernel/ |
D | kunit.rs | 13 /// Public but hidden since it should only be used from KUnit generated code. 29 /// Public but hidden since it should only be used from KUnit generated code. 45 /// Public but hidden since it should only be used from generated tests. 81 " Failure not reported to KUnit since this is a non-KUnit task\n" 116 // strings since they are `CStr`s. 118 // - The pointers passed will remain valid since they point to `static`s. 151 /// Public but hidden since it should only be used from generated tests.
|
/linux-6.8/sound/soc/fsl/ |
D | Kconfig | 14 This option is only useful for out-of-tree drivers since 26 This option is only useful for out-of-tree drivers since 36 This option is only useful for out-of-tree drivers since 54 This option is only useful for out-of-tree drivers since 67 This option is only useful for out-of-tree drivers since 77 This option is only useful for out-of-tree drivers since 130 This option is only useful for out-of-tree drivers since 151 This option is only useful for out-of-tree drivers since
|
/linux-6.8/Documentation/devicetree/bindings/iio/temperature/ |
D | melexis,mlx90632.yaml | 19 object temperature range for industrial applications. Since it can 27 Since measured object emissivity effects Infra Red energy emitted, 36 degree Celsius for human body measurement applications. Since it can 40 Since measured object emissivity effects Infra Red energy emitted,
|
/linux-6.8/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | floating-point.json | 6 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 13 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 20 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 27 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 34 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 41 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 48 …represents a one-cycle dispatch event. This event is a speculative event. Since this event include… 55 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 62 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include… 69 …epresents a one- cycle dispatch event. This event is a speculative event. Since this event include…
|