Home
last modified time | relevance | path

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

12345678910>>...66

/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 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")]
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 …]
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")] }
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 …]
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")]
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 …]
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A 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 …]
/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.
46 Note: since Linux v5.10 the feature is deprecated and not enabled by ``KVM``.
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.
67 Enable host-side polling on HLT control from the guest. Supported since Linux
[all …]
/openbmc/linux/rust/alloc/
H A Dboxed.rs149 #![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 …]
H A 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 …]
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.rst39 Short-form boolean options (since 6.0)
46 ``delay`` option for socket character devices (since 6.0)
52 Plugin argument passing through ``arg=<string>`` (since 6.1)
63 ``-smp`` (Unsupported "parameter=1" SMP configurations) (since 9.0)
74 marked deprecated since 9.0, users have to ensure that all the topology members
77 ``-runas`` (since 9.1)
86 ``-p`` (since 9.0)
96 ``blockdev-open-tray``, ``blockdev-close-tray`` argument ``device`` (since 2.8)
101 ``eject`` argument ``device`` (since 2.8)
106 ``blockdev-change-medium`` argument ``device`` (since 2.8)
[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
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 …]
/openbmc/qemu/qapi/
H A Dui.json291 # migration had completed as well, false otherwise (since 1.4)
311 # (since: 1.1)
480 # @websocket: true in case the socket is a websocket (since 2.3).
857 # @unmapped: since 2.0
859 # @pause: since 2.0
861 # @ro: since 2.4
863 # @kp_comma: since 2.4
865 # @kp_equals: since 2.6
867 # @power: since 2.6
869 # @hiragana: since 2.9
[all …]
H A Dchar.json22 # state (since 2.1)
250 # @tls-creds: the ID of the TLS credentials object (since 2.6)
256 # missing, it will default to denying access (since 4.0)
470 # @pipe: pipes (since 1.5)
474 # @udp: datagram socket (since 1.5)
480 # @mux: (since 1.5)
482 # @msmouse: emulated Microsoft serial mouse (since 1.5)
484 # @wctablet: emulated Wacom Penpartner serial tablet (since 2.9)
486 # @braille: Baum Braille device (since 1.5)
488 # @testdev: device for test-suite control (since 2.2)
[all …]
H A Dblock-export.json20 # @tls-creds: ID of the TLS credentials object (since 2.6).
26 # to denying access (since 4.0).
30 # server from advertising multiple client support (since 5.2;
55 # @tls-creds: ID of the TLS credentials object (since 2.6).
61 # to denying access (since 4.0).
65 # server from advertising multiple client support (since 5.2;
112 # allocation details. (since 5.2)
180 # without. (since 6.1; default: auto)
229 # bitmap (since 4.0).
329 # @vhost-user-blk: vhost-user-blk export (since 5.2)
[all …]
H A Dmachine.json23 # @rx: since 5.0
25 # @avr: since 5.1
27 # @loongarch64: since 7.1
61 # @dedicated: the virtual CPU's dedication (since 8.2)
63 # @entitlement: the virtual CPU's entitlement (since 8.2)
86 # additional fields will be listed (since 3.0)
171 # (since 1.5)
173 # @hotpluggable-cpus: cpu hotplug via -device is supported (since 2.7)
176 # the machine type and false otherwise (since 4.1)
180 # deprecation policy (since 4.1)
[all …]
H A Dmigration.json24 # @duplicate: number of duplicate (zero) pages (since 1.2)
26 # @normal: number of normal pages (since 1.2)
28 # @normal-bytes: number of normal bytes sent (since 1.2)
31 # (since 1.3)
33 # @mbps: throughput in megabits/sec. (since 1.6)
36 # (since 2.1)
39 # destination (since 2.7)
42 # statistics (since 2.10)
44 # @multifd-bytes: The number of bytes sent through multifd (since 3.0)
50 # (since 7.0).
[all …]
H A Ddump.json28 # compression (since 8.2)
31 # compression (since 8.2)
34 # compression (since 8.2)
37 # converting (since 2.13)
80 # "query-dump". (since 2.6).
91 # at the same time (since 2.0)
/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.
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 …]
/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);

12345678910>>...66