/Linux-v6.6/rust/alloc/ |
D | boxed.rs | 184 #[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 …]
|
D | slice.rs | 38 #[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 …]
|
D | alloc.rs | 55 #[unstable(feature = "allocator_api", issue = "32838")] 242 #[unstable(feature = "allocator_api", issue = "32838")] 405 #[unstable(feature = "alloc_internals", issue = "none")]
|
D | lib.rs | 266 #[unstable(feature = "liballoc_internals", issue = "none", reason = "implementation detail")]
|
/Linux-v6.6/rust/alloc/vec/ |
D | drain_filter.rs | 23 #[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")]
|
D | into_iter.rs | 37 #[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")]
|
D | drain.rs | 27 #[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")]
|
D | mod.rs | 77 #[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/ |
D | mod.rs | 71 #[unstable( 83 #[unstable( 99 #[unstable( 111 #[unstable( 123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
|
/Linux-v6.6/Documentation/mm/damon/ |
D | maintainer-profile.rst | 10 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/ |
D | programming-language.rst | 42 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/ |
D | sm_ftl.c | 337 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()
|
D | sm_ftl.h | 38 bool unstable; member
|
/Linux-v6.6/drivers/gpu/drm/ci/xfails/ |
D | rockchip-rk3399-skips.txt | 4 # Too unstable, machine ends up hanging after lots of Oopses
|
D | rockchip-rk3288-skips.txt | 4 # Too unstable, machine ends up hanging after lots of Oopses
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | vidioc-query-dv-timings.rst | 58 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/ |
D | imx6q-cm-fx6.dts | 172 * 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/ |
D | programming-language.rst | 52 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/ |
D | sysfs-class-power-twl4030 | 17 This is useful for unstable power sources
|
/Linux-v6.6/Documentation/scheduler/ |
D | sched-rt-group.rst | 21 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/ |
D | ABI.rst | 34 4) Don't submit bindings for staging or unstable. That will be decided by
|
/Linux-v6.6/Documentation/devicetree/bindings/arm/ |
D | xen.txt | 62 http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,platform.h.html.
|
D | syna.txt | 12 considered "unstable". Any Marvell Berlin device tree binding may change at any
|
/Linux-v6.6/Documentation/devicetree/bindings/net/dsa/ |
D | marvell.txt | 4 WARNING: This binding is currently unstable. Do not program it into a
|
/Linux-v6.6/Documentation/usb/ |
D | iuu_phoenix.rst | 16 guru, so don't blame me if your system is unstable
|