Home
last modified time | relevance | path

Searched full:unstable (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.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
/kernel/linux/linux-6.6/kernel/sched/
Dclock.c3 * sched_clock() for unstable CPU clocks
73 * We must start with !__sched_clock_stable because the unstable -> stable
74 * transition is accurate, while the stable -> unstable transition is not.
122 * Since we're still unstable and the tick is already running, we have in __set_sched_clock_stable()
128 * Attempt to make the (initial) unstable->stable transition continuous. in __set_sched_clock_stable()
150 * "tsc=unstable".
168 …printk(KERN_WARNING "TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unsta… in __sched_clock_work()
169 printk(KERN_INFO "sched_clock: Marking unstable (%lld, %lld)<-(%lld, %lld)\n", in __sched_clock_work()
222 * notably: acpi_processor and intel_idle, which can mark the TSC as unstable.
439 * TSC to be unstable, any computation will be computing crap. in sched_clock_tick_stable()
/kernel/linux/linux-5.10/kernel/sched/
Dclock.c3 * sched_clock() for unstable CPU clocks
75 * We must start with !__sched_clock_stable because the unstable -> stable
76 * transition is accurate, while the stable -> unstable transition is not.
124 * Since we're still unstable and the tick is already running, we have in __set_sched_clock_stable()
130 * Attempt to make the (initial) unstable->stable transition continuous. in __set_sched_clock_stable()
152 * "tsc=unstable".
170 …printk(KERN_WARNING "TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unsta… in __sched_clock_work()
171 printk(KERN_INFO "sched_clock: Marking unstable (%lld, %lld)<-(%lld, %lld)\n", in __sched_clock_work()
224 * notably: acpi_processor and intel_idle, which can mark the TSC as unstable.
416 * TSC to be unstable, any computation will be computing crap. in sched_clock_tick_stable()
/kernel/linux/linux-6.6/rust/alloc/vec/
Dextract_if.rs22 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")]
29 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
49 #[unstable(feature = "allocator_api", issue = "32838")]
56 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")]
92 #[unstable(feature = "extract_if", 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")]
/kernel/linux/linux-6.6/rust/alloc/collections/
Dmod.rs71 #[unstable(
83 #[unstable(
99 #[unstable(
111 #[unstable(
123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
/kernel/linux/linux-6.6/Documentation/process/
Dprogramming-language.rst42 On top of that, some unstable features [rust-unstable-features]_ are used in
43 the kernel. Unstable features may change in the future, thus it is an important
58 .. [rust-unstable-features] https://github.com/Rust-for-Linux/linux/issues/2
/kernel/linux/linux-6.6/rust/alloc/
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")]
183 /// When applicable, unstable sorting is preferred because it is generally faster than stable
236 /// When applicable, unstable sorting is preferred because it is generally faster than stable
281 /// When applicable, unstable sorting is preferred because it is generally faster than stable
437 #[unstable(feature = "allocator_api", issue = "32838")]
[all …]
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")]
331 // #[unstable(feature = "new_uninit", issue = "63291")]
356 #[unstable(feature = "allocator_api", issue = "32838")]
357 // #[unstable(feature = "new_uninit", issue = "63291")]
379 #[unstable(feature = "allocator_api", issue = "32838")]
[all …]
/kernel/linux/linux-5.10/mm/
Dksm.c65 * Therefore KSM uses two data structures - the stable and the unstable tree.
88 * unstable tree: this tree holds pointers to pages which have been found to
89 * be "unchanged for a period of time". The unstable tree sorts these pages
91 * upon the unstable tree to work correctly - the unstable tree is liable to
92 * be corrupted as its contents are modified, and so it is called unstable.
96 * 1) The unstable tree is flushed every time KSM completes scanning all
98 * 2) KSM will only insert into the unstable tree, pages whose hash value
100 * 3) The unstable tree is a RedBlack Tree - so its balancing is based on the
106 * take 10 attempts to find a page in the unstable tree, once it is found,
108 * compare it against the stable tree, and then against the unstable tree.)
[all …]
/kernel/linux/linux-5.10/include/linux/
Dsmp.h201 * raw_processor_id() - get the current (unstable) CPU id
203 * For then you know what you are doing and need an unstable
224 * Allow the architecture to differentiate between a stable and unstable read.
225 * For example, x86 uses an IRQ-safe asm-volatile read for the unstable but a
/kernel/linux/linux-6.6/mm/
Dksm.c70 * Therefore KSM uses two data structures - the stable and the unstable tree.
93 * unstable tree: this tree holds pointers to pages which have been found to
94 * be "unchanged for a period of time". The unstable tree sorts these pages
96 * upon the unstable tree to work correctly - the unstable tree is liable to
97 * be corrupted as its contents are modified, and so it is called unstable.
101 * 1) The unstable tree is flushed every time KSM completes scanning all
103 * 2) KSM will only insert into the unstable tree, pages whose hash value
105 * 3) The unstable tree is a RedBlack Tree - so its balancing is based on the
111 * take 10 attempts to find a page in the unstable tree, once it is found,
113 * compare it against the stable tree, and then against the unstable tree.)
[all …]
/kernel/linux/linux-6.6/include/linux/
Dsmp.h238 * raw_processor_id() - get the current (unstable) CPU id
240 * For then you know what you are doing and need an unstable
261 * Allow the architecture to differentiate between a stable and unstable read.
262 * For example, x86 uses an IRQ-safe asm-volatile read for the unstable but a
/kernel/linux/linux-6.6/net/netfilter/
Dnf_nat_bpf.c2 /* Unstable NAT Helpers for XDP and TC-BPF hook
6 * are exposed through to BPF programs is explicitly unstable.
/kernel/linux/linux-6.6/net/ipv4/
Dfou_bpf.c2 /* Unstable Fou Helpers for TC-BPF hook
6 * are exposed through to BPF programs is explicitly unstable.
/kernel/linux/linux-6.6/net/xfrm/
Dxfrm_interface_bpf.c2 /* Unstable XFRM Helpers for TC-BPF hook
6 * are exposed through to BPF programs is explicitly unstable.
/kernel/linux/linux-6.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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.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
/kernel/linux/linux-6.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
/kernel/linux/linux-5.10/arch/arm/boot/dts/
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
/kernel/linux/linux-6.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
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-class-net-mesh13 Contact: Antonio Quartulli <a@unstable.cc>
75 Contact: Antonio Quartulli <a@unstable.cc>

12345678910>>...18