Home
last modified time | relevance | path

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

12345678910>>...85

/Linux-v5.4/arch/unicore32/mm/
DKconfig16 Say Y here to disable the processor instruction cache. Unless
22 Say Y here to disable the processor data cache. Unless
28 Say Y here to use the data cache in writethrough mode. Unless you
/Linux-v5.4/lib/
Dlockref.c59 * lockref_get_not_zero - Increments count unless the count is 0 or dead
87 * lockref_put_not_zero - Decrements count unless count <= 1 before decrement
115 * lockref_get_or_lock - Increments count unless the count is 0 or dead
160 * lockref_put_or_lock - decrements count unless count <= 1 before decrement
195 * lockref_get_not_dead - Increments count unless the ref is dead
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()
/Linux-v5.4/scripts/
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);
Dextract-sys-certs.pl95 unless (exists($symbols{"__cert_list_start"}) &&
114 next unless ($start >= $s_vma);
139 unless ($s);
/Linux-v5.4/arch/microblaze/
DKconfig156 Unless you know what you are doing, say N here.
193 Say N here unless you know what you are doing.
219 Say N here unless you know what you are doing.
234 Say N here unless you know what you are doing.
/Linux-v5.4/drivers/platform/olpc/
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-v5.4/scripts/atomic/fallbacks/
Dadd_unless3 * ${atomic}_add_unless - add unless the number is already a given value
6 * @u: ...unless v is equal to u.
Dfetch_add_unless3 * ${atomic}_fetch_add_unless - add unless the number is already a given value
6 * @u: ...unless v is equal to u.
/Linux-v5.4/arch/nios2/
DKconfig153 Say N here unless you know what you are doing.
167 Say N here unless you know what you are doing.
179 Say N here unless you know what you are doing.
/Linux-v5.4/net/unix/
DKconfig13 machine is not connected to any network. Unless you are working on
21 Say Y unless you know what you are doing.
/Linux-v5.4/drivers/mtd/
DKconfig24 test. Do not use these tests unless you really know what you do.
84 unless you live in the Free World where software patents aren't
101 unless you live in the Free World where software patents aren't
126 unless you live in the Free World where software patents aren't
/Linux-v5.4/sound/core/seq/
DKconfig12 unless you know what you're doing.
23 You don't need this unless you want to connect many MIDI
/Linux-v5.4/drivers/net/wireless/ath/carl9170/
DKconfig27 Say Y, unless you need the LEDs for firmware debugging.
54 Say N, unless your setup[i.e.: embedded system] has no
/Linux-v5.4/arch/powerpc/
DKconfig706 unless it is supported by the configured processor.
734 Say N unless you know what you are doing.
764 Say N here unless you know what you are doing.
790 Say N here unless you know what you are doing.
1041 Unless you know what you are doing, say N here.
1056 Say N here unless you know what you are doing.
1072 Say N here unless you know what you are doing.
1105 Say N here unless you know what you are doing.
1120 Say N here unless you know what you are doing.
1134 Say N here unless you know what you are doing.
[all …]
DKconfig.debug93 Unless you are intending to debug the kernel, say N here.
108 xmon is normally disabled unless booted with 'xmon=on'.
117 to say Y here, unless you're building for a memory-constrained
138 Unless you are intending to debug the kernel with one of these
/Linux-v5.4/Documentation/driver-api/
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-v5.4/arch/nds32/
DKconfig.cpu113 Say Y here to disable the processor instruction cache. Unless
119 Say Y here to disable the processor data cache. Unless
126 Say Y here to use the data cache in writethrough mode. Unless you
/Linux-v5.4/Documentation/filesystems/
Disofs.txt26 mode=xxx Sets the permissions on files to xxx unless Rock Ridge
28 dmode=xxx Sets the permissions on directories to xxx unless Rock Ridge
/Linux-v5.4/drivers/usb/serial/
Dezusb_convert.pl14 die "no base name specified" unless $basename;
22 die "malformed line: $_" unless $reststring;
/Linux-v5.4/include/linux/platform_data/
Dmtd-davinci.h36 * for ALE/CLE unless they support booting from NAND.
37 * They're used unless platform data overrides them.
/Linux-v5.4/arch/powerpc/include/asm/
Datomic.h205 * atomic_fetch_add_unless - add unless the number is a given value
208 * @u: ...unless v is equal to u.
238 * atomic_inc_not_zero - increment unless the number is zero
497 * atomic64_fetch_add_unless - add unless the number is a given value
500 * @u: ...unless v is equal to u.
529 * atomic_inc64_not_zero - increment unless the number is zero
/Linux-v5.4/fs/btrfs/
DKconfig24 expected to change unless there are strong reasons to do so. If there
61 In most cases, unless you are a btrfs developer who needs
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Dpmu.yaml59 interrupts property, unless this is already specified
78 which means the PMU may fail to operate unless external
/Linux-v5.4/arch/alpha/include/asm/
Datomic.h209 * atomic_fetch_add_unless - add unless the number is a given value in ATOMIC_OPS()
212 * @u: ...unless v is equal to u. in ATOMIC_OPS()
241 * atomic64_fetch_add_unless - add unless the number is a given value
244 * @u: ...unless v is equal to u.

12345678910>>...85