/openbmc/linux/rust/alloc/collections/ |
H A 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 …]
|
/openbmc/linux/rust/alloc/vec/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A 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 …]
|
/openbmc/qemu/docs/system/i386/ |
H A D | kvm-pv.rst | 35 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 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 …]
|
H A 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 …]
|
H A 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")]
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 39 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 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()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A 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 …]
|
/openbmc/qemu/qapi/ |
H A D | ui.json | 291 # 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 D | char.json | 22 # 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 D | block-export.json | 20 # @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 D | machine.json | 23 # @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 D | migration.json | 24 # @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 D | dump.json | 28 # 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 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 …]
|
/openbmc/linux/fs/xfs/scrub/ |
H A 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()
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusparser.py | 28 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 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
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | errseq.rst | 112 errseq_t since = errseq_sample(&wd.wd_err); 114 err = errseq_check(&wd.wd_err, since); 116 由于他只是要在那个点之后丢弃 ``since`` ,所以他不需要在这里推进它。同时他也不需要
|
/openbmc/linux/include/linux/ |
H A 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);
|