Searched refs:not (Results 1 – 25 of 38) sorted by relevance
12
| /rust/kernel/ |
| A D | bug.rs | 11 #[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 D | lib.rs | 43 #![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 D | cpumask.rs | 218 #[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 D | tracepoint.rs | 39 #[cfg(not(CONFIG_TRACEPOINTS))]
|
| A D | alloc.rs | 5 #[cfg(not(any(test, testlib)))] 69 fn not(self) -> Self::Output { in not() method
|
| A D | print.rs | 99 #[cfg_attr(not(CONFIG_PRINTK), allow(unused_variables))] 123 #[cfg_attr(not(CONFIG_PRINTK), allow(unused_variables))] 141 #[cfg(not(testlib))]
|
| A D | time.rs | 294 #[cfg(not(CONFIG_64BIT))] in as_micros_ceil() 309 #[cfg(not(CONFIG_64BIT))] in as_millis()
|
| A D | driver.rs | 151 #[cfg(not(CONFIG_ACPI))] in acpi_id_info() 185 #[cfg(not(CONFIG_OF))] in of_id_info()
|
| A D | jump_label.rs | 27 #[cfg(not(CONFIG_JUMP_LABEL))]
|
| A D | cpu.rs | 17 #[cfg(not(any(NR_CPUS_1, CONFIG_FORCE_NR_CPUS)))] in nr_cpu_ids()
|
| A D | device.rs | 138 #[cfg_attr(not(CONFIG_AUXILIARY_BUS), expect(dead_code))] 257 #[cfg_attr(not(CONFIG_PRINTK), allow(unused_variables))]
|
| /rust/pin-init/internal/src/ |
| A D | lib.rs | 9 #![cfg_attr(not(RUSTC_LINT_REASONS_IS_STABLE), feature(lint_reasons))] 25 #[cfg_attr(not(kernel), rustfmt::skip)] 27 #[cfg(not(kernel))]
|
| A D | pinned_drop.rs | 3 #[cfg(not(kernel))]
|
| A D | zeroable.rs | 3 #[cfg(not(kernel))]
|
| A D | helpers.rs | 3 #[cfg(not(kernel))]
|
| /rust/pin-init/src/ |
| A D | alloc.rs | 3 #[cfg(all(feature = "alloc", not(feature = "std")))] 11 #[cfg(not(feature = "alloc"))] 73 #[cfg(all(feature = "std", not(feature = "alloc")))]
|
| A D | lib.rs | 260 #![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 D | pthread_mutex.rs | 6 #![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 D | linked_list.rs | 5 #![cfg_attr(not(RUSTC_LINT_REASONS_IS_STABLE), feature(lint_reasons))] 144 #[cfg(not(any(feature = "std", feature = "alloc")))]
|
| A D | mutex.rs | 5 #![cfg_attr(not(RUSTC_LINT_REASONS_IS_STABLE), feature(lint_reasons))] 182 #[cfg(not(feature = "std"))] in insert_new()
|
| /rust/pin-init/ |
| A D | CONTRIBUTING.md | 40 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 D | request.rs | 242 #[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 D | lib.rs | 12 #![cfg_attr(not(CONFIG_RUSTC_HAS_SPAN_FILE), feature(proc_macro_span))]
|
| A D | helpers.rs | 91 #[cfg(not(CONFIG_RUSTC_HAS_SPAN_FILE))] in file()
|
| /rust/ |
| A D | bindgen_parameters | 33 # These constants are sometimes not recognized by bindgen depending on config.
|
Completed in 34 milliseconds
12