Home
last modified time | relevance | path

Searched full:since (Results 1 – 25 of 9164) sorted by relevance

12345678910>>...367

/kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst94 **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 …]
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst84 **ingress** ingress path of the inet socket (since 4.10);
85 **egress** egress path of the inet socket (since 4.10);
86 **sock_create** opening of an inet socket (since 4.10);
87 **sock_ops** various socket operations (since 4.12);
88 **device** device access (since 4.15);
89 **bind4** call to bind(2) for an inet4 socket (since 4.17);
90 **bind6** call to bind(2) for an inet6 socket (since 4.17);
91 **post_bind4** return from bind(2) for an inet4 socket (since 4.17);
92 **post_bind6** return from bind(2) for an inet6 socket (since 4.17);
93 **connect4** call to connect(2) for an inet4 socket (since 4.17);
[all …]
/kernel/linux/linux-5.10/lib/
Derrseq.c9 * number of "subscribers" to tell whether it has changed since a previous
18 * can later be used to tell whether any new errors have occurred since that
22 * frequently, since we have so few bits to use as a counter.
25 * been sampled since a new value was recorded. That allows us to avoid bumping
26 * the counter if no one has sampled it since the last time an error was
32 * has ever been an error set since it was first initialized.
134 * errseq_check() - Has an error occurred since a particular sample point?
136 * @since: Previously-sampled errseq_t from which to check.
138 * Grab the value that eseq points to, and see if it has changed @since
139 * the given value was sampled. The @since value is not advanced, so there
[all …]
/kernel/linux/linux-6.6/lib/
Derrseq.c10 * 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 …]
/kernel/linux/linux-6.6/rust/alloc/vec/
Dpartial_eq.rs25 …: 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 …]
Ddrain.rs23 #[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 …]
Dinto_iter.rs33 #[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 …]
/kernel/linux/linux-6.6/rust/alloc/collections/
Dmod.rs5 #![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 …]
/kernel/linux/linux-5.10/Documentation/core-api/
Derrseq.rst6 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 …]
/kernel/linux/linux-6.6/Documentation/core-api/
Derrseq.rst6 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 …]
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dhash.h7 * and H8S have only 16x16->32. Since it's tolerably compact, this is
8 * basically an inlined version of the __mulsi3 code. Since the inputs
12 * (Since neither CPU has any multi-bit shift instructions, a
16 * since that is heavily dependent on rotates. Which, as mentioned, suck
32 * This has been designed to modify x in place, since that's the most
33 * common usage, but preserve k, since hash_64() makes two calls in
/kernel/linux/linux-5.10/fs/ntfs/
Dtime.h26 * 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,
/kernel/linux/linux-6.6/fs/ntfs/
Dtime.h26 * 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,
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/
Devent_alternatives_tests_p9.c33 * 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()
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen3/
Dfloating-point.json6 …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…
/kernel/linux/linux-5.10/tools/include/linux/
Dring_buffer.h12 * 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
/kernel/linux/linux-6.6/tools/include/linux/
Dring_buffer.h12 * 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
/kernel/linux/linux-5.10/drivers/block/paride/
DTransition-notes8 anything except B, since it is under if (!ps_tq_active) under
9 ps_spinlock. C is always preceded by B, since we can't reach it
12 the sum of numbers of A and C, since each call of ps_tq_int() is
16 since at any time number of B can not exceed the number of these
87 we were acquiring the lock, (1) would be already false, since
98 pi_spinlock, or after not tocuhing ->claimed_cont since acquiring pi_spinlock
122 ps_continuation, since the latter is changed only from the area.
123 We don't need to reset it to NULL, since we are guaranteed that there
/kernel/linux/linux-6.6/include/uapi/linux/
Dppp_defs.h143 * 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 */
/kernel/linux/linux-5.10/include/uapi/linux/
Dppp_defs.h143 * 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 */
/kernel/linux/linux-6.6/rust/alloc/
Dslice.rs12 #![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 …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
Di915_drv.h450 #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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.h30 * dedicated signal handler, since there, it is populated by Kernel
35 * because here we have to avoid syscalls to trigger the signal since
46 * in such a case return 0, since in fact we have not just simply grabbed
73 * struct tdescr since it will be changed inside the in get_current_context()
81 * test thread. Since such delivery happens on the ret_to_user() in get_current_context()
89 * - note that since we are using a breakpoint instruction here in get_current_context()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.h34 * 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()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
Dvivid-kthread-touch.c85 /* Calculate the number of jiffies since we started streaming */ in vivid_thread_touch_cap()
87 /* Get the number of buffers streamed since the start */ in vivid_thread_touch_cap()
95 * jiffies have passed since we started streaming reset the in vivid_thread_touch_cap()
110 * since we started, including the current buffer. in vivid_thread_touch_cap()
114 /* And the number of jiffies since we started */ in vivid_thread_touch_cap()
121 * in jiffies since we started streaming. in vivid_thread_touch_cap()

12345678910>>...367