Home
last modified time | relevance | path

Searched full:unless (Results 1 – 25 of 2282) sorted by relevance

12345678910>>...92

/linux/arch/microblaze/
H A DKconfig134 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/lib/
H A Ddec_and_lock.c23 /* Subtract 1 from counter unless that drops it to 0 (ie. it was 1) */ in _atomic_dec_and_lock()
40 /* Subtract 1 from counter unless that drops it to 0 (ie. it was 1) */ in _atomic_dec_and_lock_irqsave()
55 /* Subtract 1 from counter unless that drops it to 0 (ie. it was 1) */ in _atomic_dec_and_raw_lock()
71 /* Subtract 1 from counter unless that drops it to 0 (ie. it was 1) */ in _atomic_dec_and_raw_lock_irqsave()
H A Dlockref.c57 * lockref_get_not_zero - Increments count unless the count is 0 or dead
104 * lockref_put_or_lock - decrements count unless count <= 1 before decrement
139 * lockref_get_not_dead - Increments count unless the ref is dead
/linux/Documentation/gpu/nova/
H A Dguidelines.rst18 - Unless technically necessary otherwise (e.g. uAPI), any driver code is written
21 - Unless technically necessary, unsafe Rust code must be avoided. In case of
62 unless obvious, the semantical sense must be documented. This only applies if
/linux/scripts/
H A Dextract-module-sig.pl33 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 Dextract-sys-certs.pl95 unless (exists($symbols{"__cert_list_start"}) &&
114 next unless ($start >= $s_vma);
139 unless ($s);
/linux/drivers/platform/olpc/
H A DKconfig12 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 Dcheck_all_patterns_found.pl27 unless (exists $found{$r})
29 print "Regexp not found: \"$r\"\n" unless $quiet;
H A Dcheck_all_lines_matched.pl29 unless ($line_matched)
33 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
H A Dcheck_errors_whitelisted.pl41 unless ($line_matched)
45 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
/linux/net/unix/
H A DKconfig13 machine is not connected to any network. Unless you are working on
17 Say Y unless you know what you are doing.
/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst23 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/iommu/iommufd/
H A DKconfig37 Unless testing IOMMUFD, say N here.
47 This is dangerous, do not enable unless running
/linux/drivers/mtd/
H A DKconfig24 test. Do not use these tests unless you really know what you do.
86 unless you live in the Free World where software patents aren't
103 unless you live in the Free World where software patents aren't
128 unless you live in the Free World where software patents aren't
/linux/drivers/net/wireless/ath/carl9170/
H A DKconfig25 Say Y, unless you need the LEDs for firmware debugging.
52 Say N, unless your setup[i.e.: embedded system] has no
/linux/lib/xz/
H A DKconfig59 Unless you know that you need this, say N.
76 Unless you are developing the XZ decoder, you don't need this
/linux/sound/core/seq/
H A DKconfig12 unless you know what you're doing.
23 You don't need this unless you want to connect many MIDI
/linux/fs/xfs/
H A DKconfig216 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/tools/perf/Documentation/
H A Dperf-kwork.txt92 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)
195 Input file name. (default: perf.data unless stdin is a fifo)
/linux/Documentation/driver-api/
H A Drfkill.rst61 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/drivers/tty/
H A DKconfig61 common mode of operations, so you should say Y here unless you want
114 All modern Linux systems use the Unix98 ptys. Say Y unless
179 this unless the request is coming from a process with the
342 CPUs). Do not use the console unless there is a debug probe attached
355 Do not enable unless there is a debug probe attached to drain the FDC
/linux/drivers/usb/serial/
H A Dezusb_convert.pl14 die "no base name specified" unless $basename;
22 die "malformed line: $_" unless $reststring;
/linux/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh148 # 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/scripts/coccinelle/misc/
H A Dirqf_oneshot.cocci106 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/arch/powerpc/include/asm/
H A Datomic.h131 * 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

12345678910>>...92