Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 38) sorted by relevance

12

/rust/kernel/
A Dbug.rs11 #[cfg(all(CONFIG_BUG, not(CONFIG_UML), not(CONFIG_LOONGARCH), not(CONFIG_ARM)))]
50 #[cfg(all(CONFIG_BUG, not(CONFIG_UML), not(CONFIG_LOONGARCH), not(CONFIG_ARM)))]
51 #[cfg(not(CONFIG_DEBUG_BUGVERBOSE))]
104 #[cfg(not(CONFIG_BUG))]
A Dlib.rs43 #![cfg_attr(not(CONFIG_RUSTC_HAS_COERCE_POINTEE), feature(coerce_unsized))]
44 #![cfg_attr(not(CONFIG_RUSTC_HAS_COERCE_POINTEE), feature(dispatch_from_dyn))]
45 #![cfg_attr(not(CONFIG_RUSTC_HAS_COERCE_POINTEE), feature(unsize))]
53 #[cfg(not(CONFIG_RUST))]
209 #[cfg(not(any(testlib, test)))]
289 #[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))]
334 #[cfg(not(CONFIG_RUSTC_HAS_FILE_WITH_NUL))] in file_from_location()
A Dcpumask.rs218 #[cfg(not(CONFIG_CPUMASK_OFFSTACK))]
238 #[cfg(not(CONFIG_CPUMASK_OFFSTACK))] in new_zero()
262 #[cfg(not(CONFIG_CPUMASK_OFFSTACK))] in new()
315 #[cfg(not(CONFIG_CPUMASK_OFFSTACK))]
328 #[cfg(not(CONFIG_CPUMASK_OFFSTACK))]
A Dtracepoint.rs39 #[cfg(not(CONFIG_TRACEPOINTS))]
A Dalloc.rs5 #[cfg(not(any(test, testlib)))]
69 fn not(self) -> Self::Output { in not() method
A Dprint.rs99 #[cfg_attr(not(CONFIG_PRINTK), allow(unused_variables))]
123 #[cfg_attr(not(CONFIG_PRINTK), allow(unused_variables))]
141 #[cfg(not(testlib))]
A Dtime.rs294 #[cfg(not(CONFIG_64BIT))] in as_micros_ceil()
309 #[cfg(not(CONFIG_64BIT))] in as_millis()
A Ddriver.rs151 #[cfg(not(CONFIG_ACPI))] in acpi_id_info()
185 #[cfg(not(CONFIG_OF))] in of_id_info()
A Djump_label.rs27 #[cfg(not(CONFIG_JUMP_LABEL))]
A Dcpu.rs17 #[cfg(not(any(NR_CPUS_1, CONFIG_FORCE_NR_CPUS)))] in nr_cpu_ids()
A Ddevice.rs138 #[cfg_attr(not(CONFIG_AUXILIARY_BUS), expect(dead_code))]
257 #[cfg_attr(not(CONFIG_PRINTK), allow(unused_variables))]
/rust/pin-init/internal/src/
A Dlib.rs9 #![cfg_attr(not(RUSTC_LINT_REASONS_IS_STABLE), feature(lint_reasons))]
25 #[cfg_attr(not(kernel), rustfmt::skip)]
27 #[cfg(not(kernel))]
A Dpinned_drop.rs3 #[cfg(not(kernel))]
A Dzeroable.rs3 #[cfg(not(kernel))]
A Dhelpers.rs3 #[cfg(not(kernel))]
/rust/pin-init/src/
A Dalloc.rs3 #[cfg(all(feature = "alloc", not(feature = "std")))]
11 #[cfg(not(feature = "alloc"))]
73 #[cfg(all(feature = "std", not(feature = "alloc")))]
A Dlib.rs260 #![cfg_attr(not(kernel), doc = "[`Arc<T>`]: alloc::alloc::sync::Arc")]
261 #![cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")]
267 #![cfg_attr(not(RUSTC_LINT_REASONS_IS_STABLE), feature(lint_reasons))]
271 not(RUSTC_NEW_UNINIT_IS_STABLE)
276 #![cfg_attr(not(feature = "std"), no_std)]
1052 #[cfg_attr(not(kernel), doc = "[`Arc<T>`]: alloc::alloc::sync::Arc")]
1053 #[cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")]
1151 #[cfg_attr(not(kernel), doc = "[`Arc<T>`]: alloc::alloc::sync::Arc")]
1152 #[cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")]
/rust/pin-init/examples/
A Dpthread_mutex.rs6 #![cfg_attr(not(RUSTC_LINT_REASONS_IS_STABLE), feature(lint_reasons))]
8 #[cfg(not(windows))]
145 #[cfg(all(any(feature = "std", feature = "alloc"), not(windows)))] in main()
A Dlinked_list.rs5 #![cfg_attr(not(RUSTC_LINT_REASONS_IS_STABLE), feature(lint_reasons))]
144 #[cfg(not(any(feature = "std", feature = "alloc")))]
A Dmutex.rs5 #![cfg_attr(not(RUSTC_LINT_REASONS_IS_STABLE), feature(lint_reasons))]
182 #[cfg(not(feature = "std"))] in insert_new()
/rust/pin-init/
A DCONTRIBUTING.md40 a CI with lots of tests not present in the kernel. However, patches are also accepted (though not
63 Any changes made to public APIs must be documented not only in the commit message, but also in the
70 Some of these rules can be ignored if the change is done solely to files that are not present in the
/rust/kernel/block/mq/
A Drequest.rs242 #[cfg_attr(not(CONFIG_DEBUG_MISC), allow(unused_variables))] in inc_ref()
259 #[cfg_attr(not(CONFIG_DEBUG_MISC), allow(unused_variables))] in dec_ref()
/rust/macros/
A Dlib.rs12 #![cfg_attr(not(CONFIG_RUSTC_HAS_SPAN_FILE), feature(proc_macro_span))]
A Dhelpers.rs91 #[cfg(not(CONFIG_RUSTC_HAS_SPAN_FILE))] in file()
/rust/
A Dbindgen_parameters33 # These constants are sometimes not recognized by bindgen depending on config.

Completed in 34 milliseconds

12