Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 1670) sorted by relevance

12345678910>>...67

/openbmc/linux/rust/alloc/collections/
H A 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 …]
/openbmc/linux/rust/alloc/vec/
H A 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")] }
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 = "…
38 …{ [A: Allocator, const N: usize] Vec<T, A>, [U; N], #[stable(feature = "rust1", since = "1.0.0")] }
[all …]
H A Dmod.rs56 #![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")]
2778 #[stable(feature = "rust1", since = "1.0.0")]
2849 #[stable(feature = "rust1", since = "1.0.0")]
2859 #[stable(feature = "rust1", since = "1.0.0")]
2868 #[stable(feature = "rust1", since = "1.0.0")]
2902 #[stable(feature = "rust1", since = "1.0.0")]
[all …]
H A 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")]
244 #[stable(feature = "drain", since = "1.6.0")]
[all …]
H A Dinto_iter.rs33 #[stable(feature = "rust1", since = "1.0.0")]
51 #[stable(feature = "vec_intoiter_debug", since = "1.13.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")]
341 #[stable(feature = "fused", since = "1.26.0")]
347 #[stable(feature = "default_iters", since = "1.70.0")]
[all …]
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst95 **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);
106 unconnected udp4 socket (since 4.18);
108 unconnected udp6 socket (since 4.18);
110 an unconnected udp4 socket (since 5.2);
112 an unconnected udp6 socket (since 5.2);
113 **sysctl** sysctl access (since 5.2);
114 **getsockopt** call to getsockopt (since 5.3);
[all …]
/openbmc/qemu/docs/system/i386/
H A Dkvm-pv.rst35 since Linux v2.6.26.
38 The guest doesn't need to perform delays on PIO operations. Supported since
45 Enable asynchronous page fault mechanism. Supported since Linux v2.6.38.
51 since Linux v3.1.
54 Enable paravirtualized end-of-interrupt signaling. Supported since Linux
58 Enable paravirtualized spinlocks support. Supported since Linux v3.12.
61 Enable paravirtualized TLB flush mechanism. Supported since Linux v4.16.
64 Enable paravirtualized IPI mechanism. Supported since Linux v4.19.
71 Enable paravirtualized sched yield feature. Supported since Linux v5.10.
85 computations and no warps are expected. Supported since Linux v2.6.35.
[all …]
/openbmc/linux/rust/alloc/
H A Dboxed.rs149 #![stable(feature = "rust1", since = "1.0.0")]
195 #[stable(feature = "rust1", since = "1.0.0")]
1228 #[stable(feature = "rust1", since = "1.0.0")]
1246 #[stable(feature = "rust1", since = "1.0.0")]
1256 #[stable(feature = "rust1", since = "1.0.0")]
1280 #[stable(feature = "rust1", since = "1.0.0")]
1339 #[stable(feature = "rust1", since = "1.0.0")]
1350 #[stable(feature = "rust1", since = "1.0.0")]
1373 #[stable(feature = "rust1", since = "1.0.0")]
1463 #[stable(feature = "pin", since = "1.33.0")]
[all …]
H A Dslice.rs12 #![stable(feature = "rust1", since = "1.0.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")]
60 #[stable(feature = "rust1", since = "1.0.0")]
64 #[stable(feature = "rust1", since = "1.0.0")]
66 #[stable(feature = "rchunks", since = "1.31.0")]
70 #[stable(feature = "rust1", since = "1.0.0")]
773 #[stable(feature = "rust1", since = "1.0.0")]
780 #[stable(feature = "rust1", since = "1.0.0")]
[all …]
H A Dalloc.rs5 #![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")]
/openbmc/qemu/docs/about/
H A Ddeprecated.rst66 ``-no-hpet`` (since 8.0)
72 ``-no-acpi`` (since 8.0)
78 ``-async-teardown`` (since 8.1)
83 ``-chroot`` (since 8.1)
88 ``-singlestep`` (since 8.1)
98 ``-singlestep`` (since 8.1)
151 ``drive-backup`` (since 6.2)
209 ``singlestep`` (since 8.1)
218 BE MIPS (since 7.2)
242 Nios II CPU (since 8.2)
[all …]
/openbmc/linux/lib/
H A Derrseq.c145 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()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_drv.h450 #define IS_DISPLAY_STEP(__i915, since, until) \ argument
458 #define IS_MEDIA_STEP(__i915, since, until) \ argument
462 #define IS_BASEDIE_STEP(__i915, since, until) \ argument
663 IS_DISPLAY_STEP(__i915, since, until))
667 IS_MEDIA_STEP(__i915, since, until))
686 IS_GRAPHICS_STEP(__i915, since, until))
690 IS_DISPLAY_STEP(__i915, since, until))
692 #define IS_PVC_BD_STEP(__i915, since, until) \ argument
694 IS_BASEDIE_STEP(__i915, since, until))
696 #define IS_PVC_CT_STEP(__i915, since, until) \ argument
[all …]
/openbmc/qemu/qapi/
H A Dui.json317 # (since: 1.1)
867 # @ro: since 2.4
879 # @yen: since 2.9
925 # @f13: since 8.0
927 # @f14: since 8.0
929 # @f15: since 8.0
931 # @f16: since 8.0
933 # @f17: since 8.0
935 # @f18: since 8.0
937 # @f19: since 8.0
[all …]
H A Dblock-export.json20 # @tls-creds: ID of the TLS credentials object (since 2.6).
26 # to denying access (since 4.0).
61 # to denying access (since 4.0).
111 # allocation details. (since 5.2)
179 # without. (since 6.1; default: auto)
228 # bitmap (since 4.0).
329 # @fuse: FUSE export (since: 6.0)
331 # @vduse-blk: vduse-blk export (since 7.1)
352 # (since: 5.2)
363 # the block node. (since: 5.2)
[all …]
H A Dmigration.json34 # (since 1.3)
39 # (since 2.1)
53 # (since 7.0).
56 # (since 7.0).
59 # (since 7.0).
163 # (since 2.8)
214 # (since 1.2)
258 # (since 6.0)
443 # (since 1.6)
490 # (since 3.0)
[all …]
/openbmc/linux/Documentation/core-api/
H A 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.
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);
124 err = errseq_check(&wd.wd_err, since);
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Dstats.h33 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()
/openbmc/qemu/docs/sphinx/
H A Ddbusparser.py28 self.since = ""
37 self.since = ""
48 self.since = ""
59 self.since = ""
83 self.since = ""
97 self.since = ""
233 self._cur_object.since = self.doc_comment_params["since"].strip()
265 self._cur_object.since = self.doc_comment_params["since"].strip()
297 self._cur_object.since = self.doc_comment_params[
325 self._cur_object.since = self.doc_comment_params[
/openbmc/linux/Documentation/userspace-api/
H A DELF.rst20 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
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Derrseq.rst112 errseq_t since = errseq_sample(&wd.wd_err);
114 err = errseq_check(&wd.wd_err, since);
116 由于他只是要在那个点之后丢弃 ``since`` ,所以他不需要在这里推进它。同时他也不需要
/openbmc/linux/include/linux/
H A Derrseq.h12 int errseq_check(errseq_t *eseq, errseq_t since);
13 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since);
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/
H A DStats.interface.yaml7 description: Number of read IOs since image mounting.
15 description: Number of write IOs since image mounting.
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399pro.dtsi10 /* Default to enabled since AP talk to NPU part over pcie */
15 /* Default to enabled since AP talk to NPU part over pcie */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/
H A DCVE-2021-45444_3.patch36 +Changes since 5.8
56 Changes since 5.7.1-test-3
67 +Incompatibilities since 5.8
73 Incompatibilities since 5.7.1

12345678910>>...67