Home
last modified time | relevance | path

Searched refs:unstable (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v6.6/rust/alloc/
Dboxed.rs184 #[unstable(feature = "thin_box", issue = "92791")]
201 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
243 #[unstable(feature = "new_uninit", issue = "63291")]
270 #[unstable(feature = "new_uninit", issue = "63291")]
304 #[unstable(feature = "allocator_api", issue = "32838")]
330 #[unstable(feature = "allocator_api", issue = "32838")]
356 #[unstable(feature = "allocator_api", issue = "32838")]
379 #[unstable(feature = "allocator_api", issue = "32838")]
408 #[unstable(feature = "allocator_api", issue = "32838")]
441 #[unstable(feature = "allocator_api", issue = "32838")]
[all …]
Dslice.rs38 #[unstable(feature = "slice_range", issue = "76393")]
40 #[unstable(feature = "array_chunks", issue = "74985")]
42 #[unstable(feature = "array_chunks", issue = "74985")]
44 #[unstable(feature = "array_windows", issue = "75027")]
52 #[unstable(feature = "slice_from_ptr_range", issue = "89792")]
62 #[unstable(feature = "slice_group_by", issue = "80552")]
437 #[unstable(feature = "allocator_api", issue = "32838")]
684 #[unstable(feature = "slice_concat_trait", issue = "27747")]
686 #[unstable(feature = "slice_concat_trait", issue = "27747")]
691 #[unstable(feature = "slice_concat_trait", issue = "27747")]
[all …]
Dalloc.rs55 #[unstable(feature = "allocator_api", issue = "32838")]
242 #[unstable(feature = "allocator_api", issue = "32838")]
405 #[unstable(feature = "alloc_internals", issue = "none")]
Dlib.rs266 #[unstable(feature = "liballoc_internals", issue = "none", reason = "implementation detail")]
/Linux-v6.6/rust/alloc/vec/
Ddrain_filter.rs23 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
29 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
55 #[unstable(feature = "allocator_api", issue = "32838")]
81 #[unstable(feature = "drain_keep_rest", issue = "101122")]
115 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
153 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
Dinto_iter.rs37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
94 #[unstable(feature = "allocator_api", issue = "32838")]
344 #[unstable(feature = "trusted_len", issue = "37572")]
366 #[unstable(issue = "none", feature = "std_internals")]
372 #[unstable(issue = "none", feature = "std_internals")]
376 #[unstable(issue = "none", feature = "std_internals")]
426 #[unstable(issue = "none", feature = "inplace_iteration")]
430 #[unstable(issue = "none", feature = "inplace_iteration")]
Ddrain.rs27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global,
64 #[unstable(feature = "allocator_api", issue = "32838")]
90 #[unstable(feature = "drain_keep_rest", issue = "101122")]
251 #[unstable(feature = "trusted_len", issue = "37572")]
Dmod.rs77 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
399 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> {
666 #[unstable(feature = "allocator_api", issue = "32838")]
728 #[unstable(feature = "allocator_api", issue = "32838")]
899 #[unstable(feature = "allocator_api", issue = "32838")]
936 #[unstable(feature = "vec_into_raw_parts", reason = "new API", issue = "65816")]
979 #[unstable(feature = "allocator_api", issue = "32838")]
1394 #[unstable(feature = "allocator_api", issue = "32838")]
2010 #[unstable(feature = "vec_push_within_capacity", issue = "100486")]
2444 #[unstable(feature = "vec_split_at_spare", issue = "81944")]
[all …]
/Linux-v6.6/rust/alloc/collections/
Dmod.rs71 #[unstable(
83 #[unstable(
99 #[unstable(
111 #[unstable(
123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
/Linux-v6.6/Documentation/mm/damon/
Dmaintainer-profile.rst10 linux-mm@kvack.org. Patches should be made against the mm-unstable tree [1]_
18 Sufficiently reviewed patches will be queued in mm-unstable [1]_ by the memory
23 Note again the patches for review should be made against the mm-unstable
44 Patches can be sent anytime. Key cycle dates of the mm-unstable[1] and
56 .. [1] https://git.kernel.org/akpm/mm/h/mm-unstable
/Linux-v6.6/Documentation/process/
Dprogramming-language.rst42 On top of that, some unstable features [rust-unstable-features]_ are used in
58 .. [rust-unstable-features] https://github.com/Rust-for-Linux/linux/issues/2
/Linux-v6.6/drivers/mtd/
Dsm_ftl.c337 if (ftl->unstable) in sm_write_sector()
382 if (ftl->unstable) in sm_write_block()
444 if (ftl->unstable) in sm_mark_block_bad()
474 if (ftl->unstable) in sm_erase_block()
742 if (!ftl->unstable) { in sm_recheck_media()
744 ftl->unstable = 1; in sm_recheck_media()
942 if (ftl->unstable) in sm_cache_flush()
962 if (ftl->unstable) in sm_cache_flush()
Dsm_ftl.h38 bool unstable; member
/Linux-v6.6/drivers/gpu/drm/ci/xfails/
Drockchip-rk3399-skips.txt4 # Too unstable, machine ends up hanging after lots of Oopses
Drockchip-rk3288-skips.txt4 # Too unstable, machine ends up hanging after lots of Oopses
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-query-dv-timings.rst58 ENOLINK is returned. If a signal was detected, but it was unstable and
82 The signal was unstable and the hardware could not lock on to it.
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/
Dimx6q-cm-fx6.dts172 * the module behaves unstable at this frequency. Hence, remove the
194 * the module behaves unstable at this frequency. Hence, remove the
216 * the module behaves unstable at this frequency. Hence, remove the
238 * the module behaves unstable at this frequency. Hence, remove the
/Linux-v6.6/Documentation/translations/it_IT/process/
Dprogramming-language.rst52 instabili [it-rust-unstable-features]_. Queste funzionalità potrebbero cambiare
68 .. [it-rust-unstable-features] https://github.com/Rust-for-Linux/linux/issues/2
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-power-twl403017 This is useful for unstable power sources
/Linux-v6.6/Documentation/scheduler/
Dsched-rt-group.rst21 Fiddling with these settings can result in an unstable system, the knobs are
26 * very small values in sched_rt_period_us can result in an unstable
30 * very small values in sched_rt_runtime_us can result in an unstable
/Linux-v6.6/Documentation/devicetree/bindings/
DABI.rst34 4) Don't submit bindings for staging or unstable. That will be decided by
/Linux-v6.6/Documentation/devicetree/bindings/arm/
Dxen.txt62 http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,platform.h.html.
Dsyna.txt12 considered "unstable". Any Marvell Berlin device tree binding may change at any
/Linux-v6.6/Documentation/devicetree/bindings/net/dsa/
Dmarvell.txt4 WARNING: This binding is currently unstable. Do not program it into a
/Linux-v6.6/Documentation/usb/
Diuu_phoenix.rst16 guru, so don't blame me if your system is unstable

123