/kernel/linux/linux-6.6/rust/alloc/ |
H A D | lib.rs | 11 //! not depend on `std`, so they’d use this crate instead. 38 //! sendable while [`Rc<T>`][`Rc`] is not. 53 //! default global allocator. It is not compatible with the libc allocator API. 64 #![cfg(any(not(feature = "miri-test-libstd"), test, doctest))] 74 not(test), 75 not(any(test, bootstrap)), 76 any(not(feature = "miri-test-libstd"), test, doctest), 78 not(no_global_oom_handling), 79 not(no_rc), 80 not(no_syn [all...] |
H A D | slice.rs | 18 #[cfg(not(no_global_oom_handling))] 20 #[cfg(not(no_global_oom_handling))] 22 #[cfg(not(no_global_oom_handling))] 24 #[cfg(not(no_global_oom_handling))] 28 #[cfg(not(no_global_oom_handling))] 30 #[cfg(not(no_global_oom_handling))] 89 // HACK(japaric): With cfg(test) `impl [T]` is not available, these three 90 // functions are actually methods that are in `impl [T]` but not in 110 #[cfg(not(no_global_oom_handling))] 116 #[cfg(not(no_global_oom_handlin [all...] |
H A D | alloc.rs | 7 #[cfg(not(test))] 10 #[cfg(not(test))] 54 #[cfg(not(test))] 175 #[cfg(not(test))] 239 #[cfg(not(test))] 327 #[cfg(all(not(no_global_oom_handling), not(test)))] 340 #[cfg(not(no_global_oom_handling))] 362 #[cfg(all(not(no_global_oom_handling), not(tes [all...] |
H A D | boxed.rs | 71 //! not valid. The recommended way to build a Box to a ZST if `Box::new` cannot 113 //! this does not mean that you can convert an arbitrary `T*` into a `Box<T>` 129 //! **Warning: This section is not normative and is subject to change, possibly 136 //! is not allowed. For more guidance on working with box from unsafe code, see 170 #[cfg(not(no_global_oom_handling))] 173 #[cfg(not(no_global_oom_handling))] 176 #[cfg(not(no_global_oom_handling))] 178 #[cfg(not(no_global_oom_handling))] 180 #[cfg(not(no_global_oom_handling))] 183 #[cfg(not(no_thi [all...] |
H A D | raw_vec.rs | 12 #[cfg(not(no_global_oom_handling))] 45 /// This type does not in anyway inspect the memory that it manages. When dropped it *will* 63 /// If you change `RawVec<T>::new` or dependencies, please take care to not introduce anything 81 /// *not* get a `RawVec` with the requested capacity. 90 #[cfg(not(any(no_global_oom_handling, test)))] 98 #[cfg(not(any(no_global_oom_handling, test)))] 129 #[cfg(not(no_global_oom_handling))] 144 #[cfg(not(no_global_oom_handling))] 176 #[cfg(not(no_global_oom_handling))] 178 // Don't allocate here because `Drop` will not deallocat in allocate_in() [all...] |
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_001.c | 43 #error PTHREAD_CANCEL_ASYNCHRONOUS not defined in Testcase() 47 #error PTHREAD_CANCEL_ENABLE not defined in Testcase() 51 #error PTHREAD_CANCEL_DEFERRED not defined in Testcase() 55 #error PTHREAD_CANCEL_DISABLE not defined in Testcase() 59 #error PTHREAD_CANCELED not defined in Testcase() 63 #error PTHREAD_CREATE_DETACHED not defined in Testcase() 67 #error PTHREAD_CREATE_JOINABLE not defined in Testcase() 71 #error PTHREAD_EXPLICIT_SCHED not defined in Testcase() 75 #error PTHREAD_INHERIT_SCHED not defined in Testcase() 79 #error PTHREAD_ONCE_INIT not define in Testcase() [all...] |
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_001.cpp | 36 #error PTHREAD_CANCEL_ASYNCHRONOUS not defined in Testcase() 40 #error PTHREAD_CANCEL_ENABLE not defined in Testcase() 44 #error PTHREAD_CANCEL_DEFERRED not defined in Testcase() 48 #error PTHREAD_CANCEL_DISABLE not defined in Testcase() 52 #error PTHREAD_CANCELED not defined in Testcase() 56 #error PTHREAD_CREATE_DETACHED not defined in Testcase() 60 #error PTHREAD_CREATE_JOINABLE not defined in Testcase() 64 #error PTHREAD_EXPLICIT_SCHED not defined in Testcase() 68 #error PTHREAD_INHERIT_SCHED not defined in Testcase() 72 #error PTHREAD_ONCE_INIT not define in Testcase() [all...] |
/kernel/linux/linux-6.6/rust/alloc/collections/ |
H A D | mod.rs | 7 #[cfg(not(no_global_oom_handling))] 9 #[cfg(not(no_global_oom_handling))] 11 #[cfg(not(no_global_oom_handling))] 13 #[cfg(not(no_global_oom_handling))] 16 #[cfg(not(no_global_oom_handling))] 24 #[cfg(not(no_global_oom_handling))] 32 #[cfg(not(no_global_oom_handling))] 37 #[cfg(not(no_global_oom_handling))] 42 #[cfg(not(no_global_oom_handling))] 47 #[cfg(not(no_global_oom_handlin [all...] |
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | mod.rs | 58 #[cfg(not(no_global_oom_handling))] 71 #[cfg(not(no_borrow))] 82 #[cfg(not(no_global_oom_handling))] 86 #[cfg(not(no_global_oom_handling))] 94 #[cfg(not(no_borrow))] 95 #[cfg(not(no_global_oom_handling))] 98 #[cfg(not(no_global_oom_handling))] 105 #[cfg(not(no_global_oom_handling))] 110 #[cfg(not(no_global_oom_handling))] 115 #[cfg(not(no_global_oom_handlin [all...] |
H A D | spec_extend.rs | 11 #[cfg(not(no_global_oom_handling))] 21 #[cfg(not(no_global_oom_handling))] 40 #[cfg(not(no_global_oom_handling))] 59 #[cfg(not(no_global_oom_handling))] 79 #[cfg(not(no_global_oom_handling))] 100 #[cfg(not(no_global_oom_handling))]
|
H A D | into_iter.rs | 3 #[cfg(not(no_global_oom_handling))] 6 #[cfg(not(no_global_oom_handling))] 17 #[cfg(not(no_global_oom_handling))] 119 #[cfg(not(no_global_oom_handling))] in fmt() 140 // For th ZST case, it is crucial that we mutate `end` here, not `ptr`. in fmt() 145 #[cfg(not(no_global_oom_handling))] in fmt() 370 // T: Copy as approximation for !Drop since get_unchecked does not advance self.ptr 377 // TrustedRandomAccess (without NoCoerce) must not be implemented because 378 // subtypes/supertypes of `T` might not be `NonDrop` 386 #[cfg(not(no_global_oom_handlin [all...] |
H A D | partial_eq.rs | 4 #[cfg(not(no_global_oom_handling))] 32 #[cfg(not(no_global_oom_handling))] 34 #[cfg(not(no_global_oom_handling))] 36 #[cfg(not(no_global_oom_handling))]
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | lib.rs | 11 //! If you need a kernel C API that is not ported or wrapped yet here, then 24 #[cfg(not(CONFIG_RUST))] 30 #[cfg(not(test))] 31 #[cfg(not(testlib))] 92 #[cfg(not(any(testlib, test)))]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_sw_fence.c | 110 pr_err("recursive cycle not detected (AA)\n"); in test_dag() 122 pr_err("single depth cycle not detected (BAB)\n"); in test_dag() 137 pr_err("single depth cycle not detected (CBC)\n"); in test_dag() 141 pr_err("cycle not detected (BA, CB, AC)\n"); in test_dag() 155 pr_err("fence C not done\n"); in test_dag() 159 pr_err("fence B not done\n"); in test_dag() 163 pr_err("fence A not done\n"); in test_dag() 206 pr_err("Fence B is not done\n"); in test_AB() 211 pr_err("Fence A is not done\n"); in test_AB() 283 pr_err("Fence C not don in test_ABC() 661 struct i915_sw_fence *timeout = NULL, *not = NULL; test_dma_fence() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_sw_fence.c | 110 pr_err("recursive cycle not detected (AA)\n"); in test_dag() 122 pr_err("single depth cycle not detected (BAB)\n"); in test_dag() 137 pr_err("single depth cycle not detected (CBC)\n"); in test_dag() 141 pr_err("cycle not detected (BA, CB, AC)\n"); in test_dag() 155 pr_err("fence C not done\n"); in test_dag() 159 pr_err("fence B not done\n"); in test_dag() 163 pr_err("fence A not done\n"); in test_dag() 206 pr_err("Fence B is not done\n"); in test_AB() 211 pr_err("Fence A is not done\n"); in test_AB() 283 pr_err("Fence C not don in test_ABC() 671 struct i915_sw_fence *timeout = NULL, *not = NULL; test_dma_fence() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bugfix.S | 36 | * to get better coverage. (If you do not insert this code, the part 80 | /* Make sure that the cmdreg3b dest reg is not going to 130 | /* Make sure that the cmdreg3b dest reg is not going to 171 | number of the fsave is not $40, this handler is not necessary. 177 | Test for cu_savepc equal to zero. If not, this is not a bug 182 beq fix_done |if zero, this is not bug #1238 189 | exit, it is not the bug case. 191 | Check for opclass 0. If not, g [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bugfix.S | 36 | * to get better coverage. (If you do not insert this code, the part 80 | /* Make sure that the cmdreg3b dest reg is not going to 130 | /* Make sure that the cmdreg3b dest reg is not going to 171 | number of the fsave is not $40, this handler is not necessary. 177 | Test for cu_savepc equal to zero. If not, this is not a bug 182 beq fix_done |if zero, this is not bug #1238 189 | exit, it is not the bug case. 191 | Check for opclass 0. If not, g [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stack_o2cb.c | 35 # error Lock modes do not match 38 # error Lock modes do not match 41 # error Lock modes do not match 44 # error Lock modes do not match 47 # error Lock modes do not match 50 # error Lock modes do not match 53 # error Lock modes do not match 264 printk(KERN_ERR "o2cb: This node has not been configured.\n"); in o2cb_cluster_check() 269 * o2dlm expects o2net sockets to be created. If not, then in o2cb_cluster_check() 272 * managed to connect to all nodes or not in o2cb_cluster_check() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stack_o2cb.c | 33 # error Lock modes do not match 36 # error Lock modes do not match 39 # error Lock modes do not match 42 # error Lock modes do not match 45 # error Lock modes do not match 48 # error Lock modes do not match 51 # error Lock modes do not match 262 printk(KERN_ERR "o2cb: This node has not been configured.\n"); in o2cb_cluster_check() 267 * o2dlm expects o2net sockets to be created. If not, then in o2cb_cluster_check() 270 * managed to connect to all nodes or not in o2cb_cluster_check() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/ |
H A D | main.sh | 52 echo $msg sysfs is not mounted >&2 60 echo $msg cpus not available in sysfs >&2 65 echo $msg cpufreq directory not available in sysfs >&2 104 # Check if CPUs are managed by cpufreq or not
|
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/ |
H A D | main.sh | 52 echo $msg sysfs is not mounted >&2 60 echo $msg cpus not available in sysfs >&2 65 echo $msg cpufreq directory not available in sysfs >&2 104 # Check if CPUs are managed by cpufreq or not
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 34 -u unsorted, do not sort DTx 52 If this script is not run from the root of the linux source tree, 62 may not work since \${ARCH} is part of the include path. The following 122 echo " (hints might not fix the problem)" >&2 129 echo " shell variable \$ARCH not set" >&2 138 echo " but does not match shell variable \$ARCH" >&2 145 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2 166 echo "ERROR: ${dtx} does not exist or is not readable" >&2 301 Preferred 'dtc' (built from Linux kernel source tree) was not foun [all...] |
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtx_diff | 34 -u unsorted, do not sort DTx 52 If this script is not run from the root of the linux source tree, 62 may not work since \${ARCH} is part of the include path. The following 122 echo " (hints might not fix the problem)" >&2 129 echo " shell variable \$ARCH not set" >&2 138 echo " but does not match shell variable \$ARCH" >&2 145 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2 166 echo "ERROR: ${dtx} does not exist or is not readable" >&2 301 Preferred 'dtc' (built from Linux kernel source tree) was not foun [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | tags.sh | 36 # If gtags indexing is requested and the build output directory is not 42 # Detect if ALLSOURCE_ARCHS is set. If not, we assume SRCARCH 55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 64 find $include $ignore -name "$2" -not -type l -print; 72 -not -type l -print; 81 -name "$1" -not -type l -print; 126 -name "Kconfig*" -not -type l -print; 148 # - \s is not working with etags, use a space or [ \t] 149 # - \w works, but does not match underscores in etags
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kexec.h | 33 #error KEXEC_SOURCE_MEMORY_LIMIT not defined 37 #error KEXEC_DESTINATION_MEMORY_LIMIT not defined 41 #error KEXEC_CONTROL_MEMORY_LIMIT not defined 49 #error KEXEC_CONTROL_PAGE_SIZE not defined 53 #error KEXEC_ARCH not defined
|