Searched refs:not (Results 1 – 25 of 192) sorted by relevance
12345678
/tools/testing/kunit/configs/ |
D | broken_on_uml.config | 2 # CONFIG_STATIC_LINK is not set 3 # CONFIG_UML_NET_VECTOR is not set 4 # CONFIG_UML_NET_VDE is not set 5 # CONFIG_UML_NET_PCAP is not set 6 # CONFIG_NET_PTP_CLASSIFY is not set 7 # CONFIG_IP_VS is not set 8 # CONFIG_BRIDGE_EBT_BROUTE is not set 9 # CONFIG_BRIDGE_EBT_T_FILTER is not set 10 # CONFIG_BRIDGE_EBT_T_NAT is not set 11 # CONFIG_MTD_NAND_CADENCE is not set [all …]
|
/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 7 CONFIG_DEBUG_LOCK_ALLOC -- Do three, covering CONFIG_PROVE_LOCKING & not. 10 CONFIG_NO_HZ_IDLE -- Do those not otherwise specified. (Groups of two.) 13 CONFIG_PROVE_LOCKING -- Do several, covering CONFIG_DEBUG_LOCK_ALLOC=y and not. 18 CONFIG_RCU_FAST_NO_HZ -- Do one, but not with all nohz_full CPUs. 24 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not. 27 RCU-sched: Do one with PREEMPT but not BOOST. 34 rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not. 35 rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not. 36 rcupdate.rcu_self_test -- Do at least one each, offloaded and not.
|
/tools/build/feature/ |
D | test-bpf.c | 18 # error __NR_bpf not defined. libbpf does not support your arch.
|
D | test-llvm-version.cpp | 11 # error This LLVM is not tested yet.
|
/tools/testing/selftests/cpufreq/ |
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
|
/tools/memory-model/litmus-tests/ |
D | SB+rfionceonce-poonceonces.litmus | 6 * This litmus test demonstrates that LKMM is not fully multicopy atomic. 31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
|
D | Z6.0+pooncelock+pooncelock+pombonce.litmus | 7 * processes each while holding a given lock will not necessarily be 8 * seen as ordered by a third process not holding that lock.
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool.rst | 44 Note that format of the output of all tools is not guaranteed to be 45 stable and should not be depended upon. 55 Do not automatically attempt to mount any virtual file system
|
/tools/testing/selftests/arm64/mte/ |
D | Makefile | 27 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 28 $(warning test program "mte" will not be created.)
|
/tools/usb/usbip/ |
D | COPYING | 7 of this license document, but changing it is not allowed. 21 When we speak of free software, we are referring to freedom, not 46 want its recipients to know that what they have is not the original, so 47 that any problems introduced by others will not reflect on the original 54 patent must be licensed for everyone's free use or not licensed at all. 72 Activities other than copying, distribution and modification are not 74 running the Program is not restricted, and the output from the Program 111 does not normally print such an announcement, your work based on 112 the Program is not required to print an announcement.) 115 identifiable sections of that work are not derived from the Program, [all …]
|
/tools/memory-model/Documentation/ |
D | control-dependencies.txt | 5 do not support them. One purpose of this document is therefore to 12 Therefore, a load-load control dependency will not preserve ordering 19 This is not guaranteed to provide any ordering because some types of CPUs 31 However, stores are not speculated. This means that ordering is 45 by a store, and this compiler-generated load would not be ordered by 57 load, it does *not* force the compiler to actually use the loaded value. 141 Given this transformation, the CPU is not required to respect the ordering 143 tempting to add a barrier(), but this does not help. The conditional 184 not necessarily order the code following the entire "if" statement: 213 in question (including functions invoked by those two clauses), and not [all …]
|
/tools/testing/selftests/net/forwarding/ |
D | README | 7 Unfortunately, these namespaces can not be used with actual switching 8 ASICs, as their ports can not be migrated to other network namespaces 9 (NETIF_F_NETNS_LOCAL) and most of them probably do not support the 38 not always available. With the VRF-based approach one merely needs to
|
/tools/testing/kunit/test_data/ |
D | test_is_test_passed-failure.log | 32 not ok 1 - example_simple_test 37 not ok 2 - example
|
/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 22 echo $msg sysfs is not mounted >&2 27 echo $msg cpu hotplug is not supported >&2 248 echo $msg debugfs is not mounted >&2 253 echo $msg cpu-notifier-error-inject module is not available >&2
|
/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 21 echo $msg sysfs is not mounted >&2 26 echo $msg memory hotplug is not supported >&2 241 echo $msg debugfs is not mounted >&2 246 echo $msg memory-notifier-error-inject module is not available >&2
|
/tools/bootconfig/samples/ |
D | bad-keyerror.bconf | 1 # key word can not contain ","
|
D | bad-dotword.bconf | 1 # do not start keyword with .
|
D | bad-tree.bconf | 1 # brace is not closing
|
D | bad-samekey.bconf | 1 # Same key value is not allowed
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_list.txt | 29 The returned memory must not be freed, it is managed by the library. 30 The function is not thread safe. The _tep_ argument is trace event parser 41 must be freed by the caller. Note that the content of the array must not be 47 In case of an error, NULL is returned. The returned array must not be freed,
|
D | libtraceevent-strerror.txt | 34 string is copied into _buf_. If _errnum_ is not a valid error number, 35 -1 is returned and _buf_ is not modified. 49 printf ("The pool is not initialized, %s", buf);
|
/tools/testing/selftests/lkdtm/ |
D | config | 6 # CONFIG_HARDENED_USERCOPY_FALLBACK is not set
|
/tools/include/asm-generic/bitops/ |
D | fls64.h | 34 #error BITS_PER_LONG not 32 or 64
|
/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 30 conditional branch was taken or not taken, so to make use of that packet the 42 software does not have to be recompiled, so Intel PT works with debug or release 106 An interesting field that is not printed by default is 'flags' which can be 142 Another interesting field that is not printed by default is 'ipc' which can be 155 Because Intel PT does not update the cycle count on every branch or instruction, 161 Also note that the IPC instruction count may or may not include the current 163 (e.g. page fault or interrupt), then the instruction count does not include the 164 current instruction, otherwise it does. That is consistent with whether or not 167 Another note, in the case of "branches" events, non-taken branches are not 168 presently sampled, so IPC values for them do not appear e.g. a CYC packet with a [all …]
|
/tools/testing/selftests/kexec/ |
D | Makefile | 4 uname_M := $(shell uname -m 2>/dev/null || echo not)
|
12345678