| /linux/arch/microblaze/ |
| H A D | Kconfig | 134 Unless you know what you are doing, say N here. 162 Say N here unless you know what you are doing. 188 Say N here unless you know what you are doing. 202 Say N here unless you know what you are doing. 216 Say N here unless you know what you are doing.
|
| /linux/scripts/ |
| H A D | extract-module-sig.pl | 33 die "$modfile" unless (@st); 36 die "$modfile" unless (defined($len)); 37 die "Short read on $modfile\n" unless ($len == $st[7]); 75 unless ($p >= $name_len + $kid_len + $sig_len);
|
| H A D | extract-sys-certs.pl | 95 unless (exists($symbols{"__cert_list_start"}) && 114 next unless ($start >= $s_vma); 139 unless ($s);
|
| /linux/arch/nios2/ |
| H A D | Kconfig | 150 Say N here unless you know what you are doing. 164 Say N here unless you know what you are doing. 176 Say N here unless you know what you are doing.
|
| /linux/Documentation/arch/arm64/ |
| H A D | tagged-pointers.rst | 23 an address tag of 0x00, unless the application enables the AArch64 57 siginfo.si_addr unless the flag SA_EXPOSE_TAGBITS was set in 61 in these fields unless the flag was set.
|
| /linux/drivers/platform/olpc/ |
| H A D | Kconfig | 12 Unless you have an OLPC XO laptop, you will want to say N. 27 Unless you have an OLPC XO laptop, you will want to say N.
|
| /linux/tools/perf/tests/shell/common/ |
| H A D | check_all_patterns_found.pl | 27 unless (exists $found{$r}) 29 print "Regexp not found: \"$r\"\n" unless $quiet;
|
| H A D | check_all_lines_matched.pl | 29 unless ($line_matched) 33 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
|
| H A D | check_errors_whitelisted.pl | 41 unless ($line_matched) 45 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-kwork.txt | 92 Input file name. (default: perf.data unless stdin is a fifo) 126 Input file name. (default: perf.data unless stdin is a fifo) 156 Input file name. (default: perf.data unless stdin is a fifo) 198 Input file name. (default: perf.data unless stdin is a fifo)
|
| /linux/fs/xfs/ |
| H A D | Kconfig | 216 not useful unless you are debugging a particular problem. 218 Say N unless you are an XFS developer, or you play one on TV. 228 not useful unless you are debugging a particular problem. 230 Say N unless you are an XFS developer, or you play one on TV.
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | Kconfig | 25 Say Y, unless you need the LEDs for firmware debugging. 52 Say N, unless your setup[i.e.: embedded system] has no
|
| /linux/drivers/iommu/iommufd/ |
| H A D | Kconfig | 37 Unless testing IOMMUFD, say N here. 49 This is dangerous, do not enable unless running
|
| /linux/lib/xz/ |
| H A D | Kconfig | 59 Unless you know that you need this, say N. 76 Unless you are developing the XZ decoder, you don't need this
|
| /linux/Documentation/driver-api/ |
| H A D | rfkill.rst | 61 use the return value of rfkill_set_hw_state() unless the hardware actually 89 rfkill drivers that control devices that can be hard-blocked unless they also 91 device). Don't do this unless you cannot get the event in any other way.
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | functions.sh | 148 # architecture, unless overridden with the TORTURE_BOOT_IMAGE environment 296 # Appends a string containing "-smp XXX" to qemu-args, unless the incoming 319 # Appends a string containing "-net none" to qemu-args, unless the incoming 320 # qemu-args already contains "-smp" or unless the TORTURE_QEMU_INTERACTIVE
|
| /linux/arch/powerpc/ |
| H A D | Kconfig | 836 unless it is supported by the configured processor. 892 Say N here unless you know what you are doing. 1174 Unless you know what you are doing, say N here. 1189 Say N here unless you know what you are doing. 1205 Say N here unless you know what you are doing. 1241 Say N here unless you know what you are doing. 1256 Say N here unless you know what you are doing. 1270 Say N here unless you know what you are doing. 1293 Say N here unless you know what you are doing. 1309 Say N here unless you know what you are doing.
|
| /linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
| H A D | memory.json | 220 …ion cache prefetches that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 226 …ion cache prefetches that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 253 …ts demand data reads that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 259 …ts demand data reads that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 297 …wnership (PREFETCHW) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 303 …wnership (PREFETCHW) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 352 …re caches (L1 or L2) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 358 …re caches (L1 or L2) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste…
|
| /linux/arch/powerpc/include/asm/ |
| H A D | atomic.h | 131 * atomic_fetch_add_unless - add unless the number is a given value 134 * @u: ...unless v is equal to u. 389 * atomic64_fetch_add_unless - add unless the number is a given value 392 * @u: ...unless v is equal to u. 421 * atomic_inc64_not_zero - increment unless the number is zero
|
| /linux/drivers/usb/serial/ |
| H A D | ezusb_convert.pl | 14 die "no base name specified" unless $basename; 22 die "malformed line: $_" unless $reststring;
|
| /linux/scripts/coccinelle/misc/ |
| H A D | irqf_oneshot.cocci | 106 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n… 112 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n…
|
| /linux/security/selinux/ |
| H A D | Kconfig | 35 unless you specify enforcing=1 on the kernel command line. You 89 developers, unless you know what this does in the kernel code you
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-data-modul-edm-sbc.dts | 39 /* Disabled by default, unless display board plugged in. */ 58 /* Disabled by default, unless display board plugged in. */ 71 /* Disabled by default, unless display board plugged in. */ 155 /* Disabled by default, unless feature board plugged in. */ 163 /* Disabled by default, unless display board plugged in. */ 936 /* Disabled by default, unless display board plugged in. */ 948 /* Disabled by default, unless display board plugged in. */
|
| /linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
| H A D | memory.json | 199 …ion cache prefetches that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 205 …ion cache prefetches that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 243 …ts demand data reads that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 249 …ts demand data reads that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 298 …wnership (PREFETCHW) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 304 …wnership (PREFETCHW) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 386 …re caches (L1 or L2) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 392 …re caches (L1 or L2) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste…
|
| /linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
| H A D | memory.json | 199 …ion cache prefetches that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 205 …ion cache prefetches that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 243 …ts demand data reads that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 249 …ts demand data reads that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 298 …wnership (PREFETCHW) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 304 …wnership (PREFETCHW) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 386 …re caches (L1 or L2) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste… 392 …re caches (L1 or L2) that were supplied by DRAM attached to this socket, unless in Sub NUMA Cluste…
|