Home
last modified time | relevance | path

Searched refs:more (Results 1 – 200 of 1747) sorted by relevance

123456789

/linux-4.1.27/arch/um/drivers/
Dslip_common.c9 if(slip->more > 0){ in slip_proto_read()
11 while(i < slip->more){ in slip_proto_read()
17 slip->more - i); in slip_proto_read()
18 slip->more = slip->more - i; in slip_proto_read()
22 slip->more = 0; in slip_proto_read()
38 slip->more = n - (i + 1); in slip_proto_read()
Dmconsole_user.c127 int err, int more) in mconsole_reply_len() argument
145 if (len == total) reply.more = more; in mconsole_reply_len()
146 else reply.more = 1; in mconsole_reply_len()
165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply() argument
167 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
Dmconsole.h30 u32 more; member
73 int len, int err, int more);
75 int more);
Dslip_common.h86 int more; /* more data: do not read fd until ibuf has been drained */ member
95 slip->more = 0; in slip_proto_init()
/linux-4.1.27/arch/mips/include/uapi/asm/
Dbitfield.h15 #define __BITFIELD_FIELD(field, more) \ argument
17 more
21 #define __BITFIELD_FIELD(field, more) \ argument
22 more \
/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.c347 int more = 1; in jr3_check_firmware() local
355 while (more) { in jr3_check_firmware()
359 more = more && read_idm_word(data, size, &pos, &count); in jr3_check_firmware()
360 if (more && count == 0xffff) in jr3_check_firmware()
363 more = more && read_idm_word(data, size, &pos, &addr); in jr3_check_firmware()
364 while (more && count > 0) { in jr3_check_firmware()
367 more = more && read_idm_word(data, size, &pos, &dummy); in jr3_check_firmware()
382 int more = 1; in jr3_write_firmware() local
385 while (more) { in jr3_write_firmware()
389 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware()
[all …]
/linux-4.1.27/arch/arm/mach-ks8695/
DKconfig29 See http://www.securecomputing.com for more details.
36 See http://www.mcafee.com for more details.
44 See http://www.securecomputing.com for more details.
51 more details.
58 CM4008 Console Server. See http://www.opengear.com for more
67 more details.
75 more details.
83 more details.
/linux-4.1.27/drivers/staging/speakup/
DKconfig10 boot up to shutdown. For more information on Speakup,
38 for more details.
50 help on the Speakup choice above for more info.
59 help on the Speakup choice above for more info.
67 help on the Speakup choice above for more info.
75 Speakup choice above for more info.
83 help on the Speakup choice above for more info.
92 help on the Speakup choice above for more info.
101 configuration help on the Speakup choice above for more
113 choice above for more info.
[all …]
/linux-4.1.27/crypto/
Dalgif_hash.c32 bool more; member
56 if (!ctx->more) { in hash_sendmsg()
63 ctx->more = 0; in hash_sendmsg()
91 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
92 if (!ctx->more) { in hash_sendmsg()
122 if (ctx->more) in hash_sendpage()
127 if (!ctx->more) { in hash_sendpage()
141 ctx->more = flags & MSG_MORE; in hash_sendpage()
164 if (ctx->more) { in hash_recvmsg()
165 ctx->more = 0; in hash_recvmsg()
[all …]
Dscatterwalk.c51 unsigned int more) in scatterwalk_pagedone() argument
61 if (more) { in scatterwalk_pagedone()
69 void scatterwalk_done(struct scatter_walk *walk, int out, int more) in scatterwalk_done() argument
71 if (!(scatterwalk_pagelen(walk) & (PAGE_SIZE - 1)) || !more) in scatterwalk_done()
72 scatterwalk_pagedone(walk, out, more); in scatterwalk_done()
Dalgif_aead.c48 bool more; member
94 ctx->more = 0; in aead_put_sgl()
133 if (sk_wait_event(sk, &timeout, !ctx->more)) { in aead_wait_for_data()
151 if (ctx->more) in aead_data_wakeup()
202 if (!ctx->more && ctx->used) in aead_sendmsg()
285 ctx->more = msg->msg_flags & MSG_MORE; in aead_sendmsg()
286 if (!ctx->more && !aead_sufficient_data(ctx)) { in aead_sendmsg()
314 if (!ctx->more && ctx->used) in aead_sendpage()
337 ctx->more = flags & MSG_MORE; in aead_sendpage()
338 if (!ctx->more && !aead_sufficient_data(ctx)) { in aead_sendpage()
[all …]
Dalgif_skcipher.c51 bool more; member
344 if (!ctx->more && ctx->used) in skcipher_sendmsg()
430 ctx->more = msg->msg_flags & MSG_MORE; in skcipher_sendmsg()
452 if (!ctx->more && ctx->used) in skcipher_sendpage()
481 ctx->more = flags & MSG_MORE; in skcipher_sendpage()
671 if (ctx->more || used < ctx->used) in skcipher_recvmsg_sync()
942 ctx->more = 0; in skcipher_accept_parent_nokey()
/linux-4.1.27/Documentation/devicetree/bindings/
Dgraph.txt7 control flow to devices, but there can be more complex connections between
13 tree graph bindings described herein abstract more complex devices that can
14 have multiple specifiable ports, each of which can be linked to one or more
32 connected to this port. If a single port is connected to more than one
34 If more than one port is present in a device node or there is more than one
117 If there is more than one 'port' or more than one 'endpoint' node or 'reg'
Dresource-names.txt1 Some properties contain an ordered list of 1 or more datum which are
3 values which are more naturally accessed by name. Device nodes can
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-firmware-opal-elog15 Linux if there is no room for more log entries.
19 the service processor needs more room for log entries,
26 The service processor may be able to store more log
34 do more parsing in kernel and add more files to make
36 more information.
Dsysfs-driver-usb-usbtmc48 device on every transaction or not. For more details about
60 For more details about this, please see the document,
/linux-4.1.27/arch/arm/mach-ixp4xx/
DKconfig13 NSLU2 NAS device. For more information on this platform,
21 Avila Network Platform. For more information on this platform,
37 Engineering Coyote Gateway Reference Platform. For more
45 7001 Access Point. For more information on this platform,
53 WG302 v2 or WAG302 v2 Access Points. For more information
61 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
68 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
75 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
88 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
104 PrPCM1100 Processor Mezanine Module. For more information on
[all …]
/linux-4.1.27/arch/mips/sgi-ip27/
DKconfig10 in either N-Modes which allows for more nodes or M-Mode which allows
11 for more memory. Your hardware is almost certainly running in
18 in either N-Modes which allows for more nodes or M-Mode which allows
19 for more memory. Your hardware is almost certainly running in
/linux-4.1.27/Documentation/filesystems/
Dinotify.txt24 A: An fd-per-watch quickly consumes more file descriptors than are allowed,
25 more fd's than are feasible to manage, and more fd's than are optimally
63 Additionally, it _is_ possible to more than one instance and
64 juggle more than one queue and thus more than one associated fd. There
66 process can easily want more than one queue.
Dquota.txt13 more space/inodes until he frees enough of them to get below softlimit.
18 For more details about quota design, see the documentation in quota-tools package
32 http://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more
Dbfs.txt33 losetup(8). Read losetup(8) manpage for more info.
50 # od -Ad -tx4 stand.img | more
/linux-4.1.27/arch/um/
DKconfig.net11 provide one or more virtual network devices through which the UML
15 For more information, including explanations of the networking and
40 For more information, see
48 more than one without conflict. If you don't need UML networking,
74 For more information, see
84 UMLs on a single host). You may choose more than one without
91 This User-Mode Linux network transport allows one or more running
98 For more information, see
108 more than one without conflict. If you don't need UML networking,
115 This User-Mode Linux network transport allows one or more running
[all …]
DKconfig.debug12 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
25 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
/linux-4.1.27/drivers/lguest/
Dcore.c222 bool more; in run_guest() local
252 irq = interrupt_pending(cpu, &more); in run_guest()
254 try_deliver_interrupt(cpu, irq, more); in run_guest()
273 if (interrupt_pending(cpu, &more) < LGUEST_IRQS) in run_guest()
Dinterrupts_and_traps.c197 unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more) in interrupt_pending() argument
217 *more = find_next_bit(blk, LGUEST_IRQS, irq+1); in interrupt_pending()
226 void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more) in try_deliver_interrupt() argument
304 if (!more) in try_deliver_interrupt()
Dlg.h154 unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more);
155 void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more);
/linux-4.1.27/arch/arm/lib/
Dmemzero.S71 tst r1, #16 @ 1 16 bytes or more?
122 4: tst r1, #8 @ 1 8 bytes or more?
124 tst r1, #4 @ 1 4 bytes or more?
130 5: tst r1, #2 @ 1 2 bytes or more?
Dfindbit.S35 2: cmp r2, r1 @ any more?
76 2: cmp r2, r1 @ any more?
114 2: cmp r2, r1 @ any more?
148 2: cmp r2, r1 @ any more?
/linux-4.1.27/Documentation/hwmon/
Dlm8352 Most motherboards come with more than just temperature sensors for
56 chip, which provides more features. Since systems usually need three
59 won't have to handle more than two temperatures. Thus, ADM1021 clones
76 accuracy is guaranteed to 3.0 degrees (see the datasheet for more
83 The lm83 driver will not update its values more frequently than every
84 other second; reading them more often will do no harm, but will return
Dhtu2141 Celsius, the device should not be active for more than 10% of the time. For
42 this reason, the driver performs no more than two measurements per second and
43 reports cached information if polled more frequently.
Dg760a31 speed differs more than 20% with respect to the programmed fan speed;
34 The g760a driver will not update its values more frequently than every
35 other second; reading them more often will do no harm, but will return
Dmax161926 The max1619 driver will not update its values more frequently than every
27 other second; reading them more often will do no harm, but will return
Dlm7826 the LM78 and LM78-J are exactly identical. The LM79 has one more VID line,
35 as soon as it drops below the Hysteresis value. A more useful behavior
44 the readings more range or accuracy. Not all RPM values can accurately be
67 The LM7* only updates its values each 1.5 seconds; reading it more often
Dlm8025 System Hardware Monitor'. The LM96080 is a more recent incarnation,
44 the readings more range or accuracy. Not all RPM values can accurately be
62 The LM80 only updates its values each 1.5 seconds; reading it more often
Dpc8736054 The driver assumes that no more than one chip is present, and one of the
65 readings more range or accuracy. Usually, users have to learn how it works,
67 have to care no more.
86 As mentioned above, you don't have to care about this no more.
130 manufacturers should choose one type and stick to it. So you will more
169 more seconds for it to disappear.
Dabituguru-datasheet18 and extended with write support and info on more databanks, the write support
40 later on attached again data-port will hold 0x08, more about this later.
48 To be really sure an uGuru is present a test read of one or more register
59 level we will call banks. A bank holds data for one or more sensors. The data
60 in a bank for a sensor is one or more bytes large.
63 that many bytes, reading / writing more will fail, the results when writing
77 write address. The write address is always one (1) more than the read address.
107 more input (max 250 reads).
227 Bit 7: Volt sensor: Shutdown if alarm persist for more than 4 seconds (RW)
296 Bit 7: Shutdown if alarm persist for more than 4 seconds (RW)
Duserspace-tools10 values or configure the chips in a more friendly manner.
31 5) if any more problems consult FAQ, or documentation
Dw83l785ts28 The w83l785ts driver will not update its values more frequently than
29 every other second; reading them more often will do no harm, but will
Dw83792d36 parameter; this will put it into a more well-behaved state first.
53 128) to give the readings more range or accuracy.
95 The chips only update values each 3 seconds; reading them more often will
109   - The function of chassis open detection needs more tests.
Dadt747542 temperatures and two (2) or more voltages. It has four (4) 16-bit counters
58 the registers more often than once every other second. Further,
105 channels. As a result, the ADT747x may compute more than one PWM value
Dadt746219 two. See the chip documentation for more details about the exact set of
35 the registers more often than once every other second. Further,
/linux-4.1.27/Documentation/x86/
Dtlb.txt8 time. This could potentialy cost many more instructions, but
9 it is a much more precise operation, causing no collateral
20 3. The size of the TLB. The larger the TLB, the more collateral
22 more attrative an individual flush looks. Data and
25 cache on modern CPUs, and the global flushes have become more
40 This will cause us to do the global flush for more cases.
/linux-4.1.27/fs/fscache/
DKconfig10 See Documentation/filesystems/caching/fscache.txt for more information.
27 See Documentation/filesystems/caching/fscache.txt for more information.
44 See Documentation/filesystems/caching/fscache.txt for more information.
54 See Documentation/filesystems/caching/fscache.txt for more information.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-xen-blkfront8 is 32 - higher value means more potential throughput but more
Dsysfs-driver-input-axp-pek5 for more than <startup_time>
11 for more than <shutdown_time>
Dsysfs-kernel-mm-ksm24 pages_sharing: how many more sites are sharing them i.e. how
43 See Documentation/vm/ksm.txt for more information.
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dti,bq24735.txt15 is 0x0000h. This number is in mA (e.g. 8192), see spec for more information
19 is 0x0000h. This number is in mV (e.g. 19200), see spec for more information
24 more information about the InputCurrent (0x3fh) register.
/linux-4.1.27/Documentation/video4linux/bttv/
DCONTRIBUTORS4 AverMedia fix and more flexible card recognition
20 + many more (please mail me if you are missing in this list and would
DPROBLEMS40 Accelerated X costs more than some of the grabber cards ...
54 can sometimes lock up if you use more than 1 bt848 card at the same time.
55 You will always get pixel errors when e.g. using more than 1 card in full
/linux-4.1.27/fs/cifs/
DKconfig49 Enabling this option will allow more detailed statistics on SMB
52 value of /proc/fs/cifs/cifsFYI, see fs/cifs/README for more details).
65 security mechanisms. These hash the password more securely
72 mounts may be less secure than mounts using NTLM or more recent
79 /proc/fs/cifs (see fs/cifs/README for more detail) or via an
93 which are needed to mount to certain secure servers (for which more
118 or later, that optionally can handle more POSIX like (rather
130 page for getcifsacl for more information.
144 Enabling this option adds a few more debugging routines
184 native file sharing mechanism for the more recent
/linux-4.1.27/Documentation/filesystems/nfs/
Dknfsd-stats.txt54 on the wire, this may be either more or less than the number
56 However this is a more accurate and less workload-dependent measure
73 or because the NFS workload needs more CPU time than is available in
75 configuring more nfsd threads will probably improve the performance
78 many nfsd threads which want to run but cannot, so configuring more
117 If this pattern is seen, configuring more nfsd threads will *not*
119 seen, then something more subtle is wrong.
126 This statistic counts a circumstance where there are more nfsd
138 i.e. configure a few more nfsds than are currently needed,
/linux-4.1.27/fs/reiserfs/
DKconfig8 Balanced trees are more efficient than traditional file system
16 It is more easily extended to have features currently found in
19 plugins consistent with our motto ``It takes more than a license to
23 to learn more about reiserfs.
73 To learn more about Access Control Lists, visit the Posix ACLs for
/linux-4.1.27/arch/alpha/lib/
Dev6-memcpy.S107 subq $18, 192, $2 # E : At least two more trips to go?
118 # fallback wh64 address if < 2 more trips
129 cmple $18, 63, $1 # E : At least one more trip?
171 bgt $18, $tail_bytes # U : more to be done?
234 bgt $18, $misalign_byte # U : more to go?
Dev6-memset.S177 subq $3, 16, $2 # E : Repeat the loop at least once more?
199 bne $3,loop_b # U : more?
354 subq $3, 16, $2 # E : Repeat the loop at least once more?
376 bne $3,loop # U : more?
541 subq $3, 16, $2 # E : Repeat the loop at least once more?
563 bne $3,loop_w # U : more?
/linux-4.1.27/tools/perf/Documentation/
Dperf-test.txt16 also will look for a directory with more tests in the form of scripts.
32 Be more verbose.
Dperf-annotate.txt40 Be more verbose. (Show symbol address, etc)
66 used. This interfaces starts by centering on the line with more
67 samples, TAB/UNTAB cycles through the lines with more samples.
Dperf-top.txt51 Only display functions with more events than this.
110 Be more verbose (show counter open errors, etc).
140 percentage of the overhead column. See --percentage for more info.
144 percentage of the overhead column. See --percentage for more info.
148 percentage of the overhead column. See --percentage for more info.
Dperf-diff.txt15 This command displays the performance difference amongst two or more perf.data
45 of the Baseline/Delta column. See --percentage for more info.
51 of the Baseline/Delta column. See --percentage for more info.
57 of the Baseline/Delta column. See --percentage for more info.
90 See COMPARISON METHODS section for more info.
/linux-4.1.27/Documentation/input/
Djoystick-parport.txt12 and maybe even more. Like when a lightning kills you it is not our problem.
59 Unfortunately, there are pads that need a lot more of power, and parallel
62 port), and combine the currents of two or more data bits together.
106 also use 5 wires, but have more buttons. They will work as well, of course.
267 However, there is nothing for free. To allow more sticks to be used at
270 joystick can do more (eg. turbofire) you'll need to disable it totally first
273 Also, the connection is a bit more complex. You'll need a bunch of diodes,
308 supports only one button per joystick. For more information on how to build the
341 All the Sega controllers are more or less based on the standard 2-button
369 to the Sega Master System pads. They use more buttons (3+1, 5+1, 6+1). Use
[all …]
Dgameport-programming.txt7 If the gameport doesn't provide more than the inb()/outb() functionality,
18 If your hardware supports more than one io address, and your driver can
19 choose which one to program the hardware to, starting from the more exotic
44 it is faster, allowing more reads per second. Registering such a gameport
104 more than one gameport instance simultaneously, use the ->private member of
Dntrig.txt71 not address the problem of dropping one of more contacts while other contacts
78 of events the more likely those events are from a real contact, and that the
79 larger the size of each contact the more likely it is real. Balancing the
106 values more comfortable, I would appreciate feedback.
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dtegra.txt16 Each device tree must specify which one or more of the following
41 "tlm,trusted-foundations" binding's documentation for more details.
Dprimecell.txt19 - dmas : From common DMA binding. If present, refers to one or more dma channels.
25 - interrupts : one or more interrupt specifiers
Dvexpress-sysreg.txt62 numbers - see motherboard's TRM for more details. All configuration
65 topology properties - see main vexpress node documentation for more
87 are using more than one function/device number pair
Dinsignal-boards.txt6 - compatible = should be one or more of the following.
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dvexpress.txt8 for more details)
19 for more details about the regulator properties.
/linux-4.1.27/Documentation/misc-devices/
Dmax687525 The Maxim MAX6874 is a similar, mostly compatible device, with more intputs
31 See the datasheet for more information.
91 Reading data from the EEPROM is a little more complicated.
109 See the datasheet for more details.
/linux-4.1.27/fs/afs/
DKconfig10 See <file:Documentation/filesystems/afs.txt> for more information.
20 See <file:Documentation/filesystems/afs.txt> for more information.
/linux-4.1.27/lib/zlib_deflate/
Ddeflate.c739 unsigned more; /* Amount of free space at the end of the window. */ in fill_window() local
743 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window()
746 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window()
747 more = wsize; in fill_window()
749 } else if (more == (unsigned)(-1)) { in fill_window()
753 more--; in fill_window()
788 more += wsize; in fill_window()
803 Assert(more >= 2, "more < 2"); in fill_window()
805 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window()
813 Call UPDATE_HASH() MIN_MATCH-3 more times in fill_window()
[all …]
/linux-4.1.27/drivers/block/zram/
DKconfig14 disks and maybe many more.
16 See zram.txt for more information.
/linux-4.1.27/Documentation/development-process/
D8.Conclusion57 project is no more than the sum of what its contributors put into it. The
64 is always more work to do. But, just as importantly, most other
68 the direction of kernel development, and more. It is a situation where
70 more than welcome.
/linux-4.1.27/drivers/net/wireless/hostap/
DKconfig23 See <http://hostap.epitest.fi/> for more information about the
68 driver and its help text includes more information about the Host AP
81 driver and its help text includes more information about the Host AP
94 driver and its help text includes more information about the Host AP
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.txt14 each. A function can consume one or more of these fixed-size register regions.
34 For more information see:
41 - interrupts: Interrupts are specified as a 4-tuple. For more information
Dmfd.txt4 more than one non-unique yet varying hardware functionality.
23 memory-mapped bus. For more complex devices, when the nexus driver has to
/linux-4.1.27/kernel/
DKconfig.preempt22 This option reduces the latency of the kernel by adding more
31 applications to run more 'smoothly' even when the system is
47 This allows applications to run more 'smoothly' even when the
/linux-4.1.27/mm/
DKconfig.debug2 bool "Extend memmap on extra space for more information on page"
4 Extend memmap on extra space for more information on page. This
/linux-4.1.27/Documentation/devicetree/bindings/spmi/
Dspmi.txt4 controller is modelled in device tree as a node with zero or more child nodes,
13 An SPMI controller node can contain zero or more child nodes representing slave
/linux-4.1.27/Documentation/arm/Samsung/
DGPIO.txt14 See Documentation/arm/Samsung-S3C24XX/GPIO.txt for more information
39 See arch/arm/plat-samsung/include/plat/gpio-cfg.h for more information
/linux-4.1.27/drivers/isdn/hisax/
Djade_irq.c76 int more, count; in jade_fill_fifo() local
88 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0; in jade_fill_fifo()
90 more = !0; in jade_fill_fifo()
101 …WriteJADECMDR(cs, bcs->hw.hscx.hscx, jade_HDLC_XCMD, more ? jadeXCMD_XF : (jadeXCMD_XF | jadeXCMD_… in jade_fill_fifo()
Dhscx_irq.c86 int more, count; in hscx_fill_fifo() local
98 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0; in hscx_fill_fifo()
100 more = !0; in hscx_fill_fifo()
111 WriteHSCXCMDR(cs, bcs->hw.hscx.hscx, more ? 0x8 : 0xa); in hscx_fill_fifo()
/linux-4.1.27/net/rxrpc/
Dar-output.c528 bool more; in rxrpc_send_data() local
539 more = msg->msg_flags & MSG_MORE; in rxrpc_send_data()
567 if (chunk > msg_data_left(msg) && !more) in rxrpc_send_data()
636 (msg_data_left(msg) == 0 && !more)) { in rxrpc_send_data()
666 if (msg_data_left(msg) == 0 && !more) in rxrpc_send_data()
671 if (more && seq & 1) in rxrpc_send_data()
682 rxrpc_queue_packet(call, skb, !msg_data_left(msg) && !more); in rxrpc_send_data()
/linux-4.1.27/drivers/usb/
DREADME7 more information.
15 host controllers (on PCs, servers, and more); peripheral
31 be used with more specialized "embedded" systems.
/linux-4.1.27/drivers/media/rc/img-ir/
DKconfig16 less reliable (due to lack of timestamps) and consumes more
18 testing, debug, and to make more protocols available.
25 signals in hardware. This is more reliable, consumes less processing
/linux-4.1.27/arch/metag/
DKconfig.debug15 running more threads on a system and also reduces the pressure
31 problem with catch buffer handling much more apparent.
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dhvcserver.c142 int more = 1; in hvcs_get_partner_info() local
199 } while (more); in hvcs_get_partner_info()
DKconfig31 Enabling this option will make the kernel run more efficiently
34 two or more partitions.
96 problem with the pseries core and want to see more of what is
108 With this option a system running in an LPAR can be given more
Dmobility.c74 int more = 0; in update_dt_property() local
84 more = 1; in update_dt_property()
122 if (!more) { in update_dt_property()
/linux-4.1.27/drivers/isdn/i4l/
DKconfig20 <file:Documentation/isdn/syncPPP.FAQ> for more information.
35 <file:Documentation/isdn/README.syncppp> for more information.
69 <file:Documentation/isdn/README.audio> for more information.
79 also. See <file:Documentation/isdn/README.fax> for more information.
86 See <file:Documentation/isdn/README.x25> for more information
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Ddscr.txt9 more configuration registers often protected by a lock register where one or
10 more key values must be written to a lock register in order to unlock the
41 offset and bitmask of RMII reset field. May have multiple tuples if more
66 more devices (one bitfield per device). The layout of each tuple is:
82 identical bitfields used to provide status for one or more devices (one
/linux-4.1.27/drivers/net/ethernet/intel/
DKconfig51 adapters. For more information on how to identify your adapter, go
75 use the regular e1000 driver For more information on how to
96 adapters. For more information on how to identify your adapter, go
136 This driver supports Intel(R) 82576 virtual functions. For more
159 instead. For more information on how to identify your adapter, go
182 adapters. For more information on how to identify your adapter, go
238 Intel(R) ixgbe driver. For more information on how to identify your
261 devices. For more information on how to identify your adapter, go
311 For more information on how to identify your adapter, go to the
332 Interface. For more information on how to identify your adapter,
/linux-4.1.27/fs/9p/
DKconfig8 See <http://v9fs.sf.net> for more information.
28 To learn more about Access Control Lists, visit the POSIX ACLs for
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm3380-l2-intc.txt8 - contains one or more enable/status word pairs, which often appear at
16 - reg: specifies one or more enable/status pairs, in the following format:
/linux-4.1.27/Documentation/networking/
Dixgbevf.txt25 VLANs: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
30 For more information on how to identify your adapter, go to the Adapter &
Digbvf.txt22 value of 1 or greater. For more information on the max_vfs parameter refer
36 VLANs: There is a limit of a total of 32 shared VLANs to 1 or more VFs.
44 For more information on how to identify your adapter, go to the Adapter &
Dcops.txt8 such as more IO ports. As this driver is tested it will
9 become more clear exactly what cards are supported.
12 LT-200 cards work in a somewhat more limited capacity than the
De1000.txt19 For more information on how to identify your adapter, go to the Adapter &
36 NOTES: For more information about the AutoNeg, Duplex, and Speed
40 For more information about the InterruptThrottleRate,
55 NOTE: Refer to the Speed and Duplex section of this readme for more
92 per second, even if more packets have come in. This reduces interrupt
99 The hardware can handle many more small packets per second however, and
122 grid computing, the algorithm can reduce latency even more when
140 generate more interrupts than what the Interrupt Throttle Rate
175 by the driver. Increasing this value allows the driver to buffer more
238 Increasing this value allows the driver to queue more transmits. Each
[all …]
Dnfc.txt84 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets
93 If the polling operation finds one or more targets, the event TARGETS_FOUND is
116 netlink event. As a target can support more than one NFC protocol, the user
/linux-4.1.27/net/netrom/
Dnr_in.c32 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in nr_queue_rx_frame() argument
41 if (more) { in nr_queue_rx_frame()
47 if (!more && nr->fraglen > 0) { /* End of fragment */ in nr_queue_rx_frame()
/linux-4.1.27/drivers/staging/iio/
DTODO6 3) Ensure all desirable features present by adding more devices.
55 intention is to allow for more than one software ring
62 1) Move to a more general hardware periodic timer request
/linux-4.1.27/Documentation/vm/
Dksm.txt14 Kernel Shared Memory), to fit more virtual machines into physical memory,
30 more memory than is available - possibly failing with EAGAIN, but more
64 lower latency to access of shared pages. Systems with more
86 pages_sharing - how many more sites are sharing them i.e. how much saved
Dhighmem.txt151 worth of pages; the kernel, however, needs to store more than just
154 (*) PAE makes your page tables larger - which slows the system down as more
156 advantage is that PAE has more PTE bits and can provide advanced features
159 The general recommendation is that you don't use more than 8GiB on a 32-bit
160 machine - although more might work for you and your workload, you're pretty
Dremap_file_pages.txt26 vm.max_map_count limit more easily due to additional VMAs. See comment for
27 DEFAULT_MAX_MAP_COUNT for more details on the limit.
Dpage_owner.txt17 buffer for later analysis and it would change system behviour with more
23 enabled. Other usages are more than welcome.
59 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
Dslub.txt8 an impact on overall system performance which may make a bug more
17 slabs that have data in them. See "slabinfo -h" for more options when
27 Some more sophisticated uses of slub_debug:
105 This also works in a more limited way if boot was without slab debug.
110 Getting more performance
194 INFO: <corruption start>-<corruption_end> <more info>
237 of the corruption is may be more likely found by looking at the function that
Dsoft-dirty.txt31 While in most cases tracking memory changes by #PF-s is more than enough
40 can find more details about it on http://criu.org
Dactive_mm.txt7 and when I do I feel better about more people reading them.
62 more. "init_mm" should be considered just a "lazy context when no other
72 instead (which makes more sense anyway - the test is basically one of "do
/linux-4.1.27/fs/cachefiles/
DKconfig10 See Documentation/filesystems/caching/cachefiles.txt for more
38 See Documentation/filesystems/caching/cachefiles.txt for more
/linux-4.1.27/arch/m32r/kernel/
Dhead.S88 beqz r4, .Lendloop1 ; any more to go?
92 bnez r4, .Lloop1 ; go do some more
96 beqz r4, .Lendloop2 ; any more to go?
101 bnez r4, .Lloop2 ; go do some more
/linux-4.1.27/arch/arm/mach-omap1/
DKconfig106 http://palmtelinux.sourceforge.net/ for more information.
115 http://hackndev.com/palm/z71 for more information.
124 http://garux.sourceforge.net/ for more information.
136 for more information.
/linux-4.1.27/Documentation/
Dinit.txt16 to get more detailed kernel messages.
36 To find out more, add code to init/main.c to display kernel_execve()s
46 - try to make the implementation itself more helpful in general,
Ddebugging-via-ohci1394.txt23 using data transfer rates in the order of 10MB/s or more.
28 more common hardware such as x86, x86-64 and PowerPC.
44 DMA by default, which is more secure but not suitable for remote debugging.
177 Call "firescope -h" to get more information on firescope's options.
183 FireWire is a trademark of Apple Inc. - for more information please refer to:
Dlzo.txt13 better understand what the code does in order to propose more efficient fixes
39 length, up to 255 may be added in increments by consuming more bytes with a
60 practice, only one instruction needs to know whether 0, less than 4, or more
99 encoding will be a copy of 4 or more literal, and must be interpreted
119 If last instruction used to copy 4 or more literals (as detected by
Disapnp.txt7 The interface has been removed. See pnp.txt for more details.
DSubmitChecklist5 kernel patch submissions accepted more quickly.
47 but any one function that uses more than 512 bytes on the stack is a
75 See Documentation/ABI/README for more information.
/linux-4.1.27/Documentation/arm/SA1100/
DYopy1 See http://www.yopydeveloper.org for more.
DnanoEngine6 for more info.
DPLEB7 For more information, see:
DHUW_WEBPANEL3 If you want more information, please visit
DVictor4 For more information related to Victor, see:
/linux-4.1.27/Documentation/device-mapper/
Dstriped.txt5 device across one or more underlying devices. Data is written in "chunks",
18 One or more underlying devices can be specified. The striped device size must
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dsimple-pm-bus.txt19 It's recommended to let this be preceded by one or more
29 providers for more details.
/linux-4.1.27/tools/testing/ktest/examples/
DREADME7 and commented to show more generic use cases that are more helpful for
/linux-4.1.27/Documentation/usb/
Dohci.txt11 Intel, it pushes more intelligence into the hardware. USB 1.1 controllers
21 - ... more
Dproc_usb_info.txt22 An alternative and more permanent method would be to add
39 For more information on mounting the usbfs file system, see the
69 would issue more ioctls to the device to communicate to it using
222 Each configuration consists of one or more interfaces. Each
243 A given interface may have one or more "alternate" settings.
244 For example, default settings may not use more than a small
284 where the valid characters are TDPCIE. With a slightly more able
292 of the USB devices on a system's root hub. (See more below
378 Or, in a more tree-like structure (ports [Connectors] without
/linux-4.1.27/Documentation/scheduler/
Dsched-stats.txt8 release). Some counters make more sense to be per-runqueue; other to be
13 statistics for each cpu listed, and there may well be more than one
18 are no architectures which need more than three domain levels. The first
75 more tasks and failed, when the cpu was idle
92 more tasks and failed, when the cpu was busy
107 19) # of times in this domain load_balance() tried to move one or more
Dsched-nice-design.txt54 To sum it up: we always wanted to make nice levels more consistent, but
60 (which you can see demonstrated in the picture above), or more
89 it was possible to implement better and more consistent nice +19
105 and forcing audio apps to run under the more dangerous SCHED_FIFO
/linux-4.1.27/Documentation/blockdev/
Dcciss.txt96 /dev/st0, /dev/st1, etc. See the "st" man page for more details.)
163 changers are presented to the SCSI mid layer, and unlike more
181 allocate more commands for use by tape drives. Ordinarily only a few commands
185 are allocated for disk devices. However, if you have more than a few tape
189 parameter allows more commands (up to 16 more) to be allocated for use by
Dfloppy.txt62 This allows more efficient and smoother operation, but may fail on
120 mode. If this is higher, the floppy driver tolerates more
121 interrupt latency, but it triggers more interrupts (i.e. it
122 imposes more load on the rest of the system). If this is
143 you have more than two floppy drives (only two can be
178 flushings, and slightly more unreliable. Please verify your
205 in some more extreme cases."
/linux-4.1.27/Documentation/x86/x86_64/
Dfake-numa-for-cpusets10 For more information on the features of cpusets, see
13 more information on the numa=fake command line option and its various ways of
19 you become more familiar with using this combination for resource control,
Dmachinecheck40 finds MCEs it triggers an exponential speedup (poll more often) on
79 For more details about the x86 machine check architecture
82 For more details about the architecture see
/linux-4.1.27/fs/ext4/
DKconfig16 up fsck time. For more information, please see the web pages at
50 To learn more about Access Control Lists, visit the POSIX ACLs for
80 feature is similar to ecryptfs, but it is more memory
/linux-4.1.27/fs/btrfs/
DKconfig15 writable snapshotting, support for multiple devices and many more
23 For more information, please see the web pages at
39 To learn more about Access Control Lists, visit the POSIX ACLs for
/linux-4.1.27/arch/unicore32/lib/
Dfindbit.S28 2: csub.a r2, r1 @ any more?
66 2: csub.a r2, r1 @ any more?
/linux-4.1.27/arch/metag/lib/
Dmemcpy.S38 ! destination address alignment (i.e we should never copy more than 7
80 ! or more bytes to be copied.
100 ! 4 bytes, and more than 4 bytes.
105 ! The mis-alignment is more than 4 bytes
/linux-4.1.27/arch/blackfin/mach-bf518/
DKconfig20 See the Hardware Reference Manual for more details.
41 See the Hardware Reference Manual for more details.
55 See the Hardware Reference Manual for more details.
71 See the Hardware Reference Manual for more details.
/linux-4.1.27/drivers/staging/board/
DTODO2 * remove staging board code when no more platform devices are needed
/linux-4.1.27/tools/thermal/tmon/
DREADME9 As hardware vendors cope with the thermal constraints on their products, more
10 and more sensors are added, new cooling capabilities are introduced. The
/linux-4.1.27/arch/sh/
DKconfig.debug37 running more threads on a system and also reduces the pressure
59 Those looking for more verbose debugging output should say Y.
67 Enabling this option will make stacktraces more accurate, at
/linux-4.1.27/Documentation/sound/alsa/soc/
Djack.txt8 - It allows more than one jack detection method to work together on one
41 bits supported by the jack. Each snd_soc_jack has zero or more of these
70 the list of pins to update then set up one or more jack detection
/linux-4.1.27/drivers/usb/usbip/
DREADME2 - more discussion about the protocol
/linux-4.1.27/Documentation/devicetree/bindings/cris/
Dboards.txt4 - compatible = should be one or more of the following:
/linux-4.1.27/Documentation/devicetree/bindings/arm/exynos/
Dpower_domain.txt4 to gate power to one or more peripherals on the processor.
28 - power-domains: phandle pointing to the parent power domain, for more details
/linux-4.1.27/Documentation/security/
DLSM.txt22 For more details on capabilities, see capabilities(7) in the Linux
30 that end users and distros can make a more informed decision about which
/linux-4.1.27/drivers/usb/misc/
Dftdi-elan.c695 more:if (count > 0) { in ftdi_elan_read()
707 goto more; in ftdi_elan_read()
714 goto more; in ftdi_elan_read()
980 goto more; in ftdi_elan_respond_engine()
1004 goto more; in ftdi_elan_respond_engine()
1009 goto more; in ftdi_elan_respond_engine()
1014 goto more; in ftdi_elan_respond_engine()
1020 goto more; in ftdi_elan_respond_engine()
1025 goto more; in ftdi_elan_respond_engine()
1030 more:{ in ftdi_elan_respond_engine()
[all …]
/linux-4.1.27/drivers/net/wireless/ath/ar5523/
DKconfig8 DWL-G132, Netgear WPN111 and many more.
/linux-4.1.27/drivers/tty/serial/
Difx6x60.c387 unsigned char *more, unsigned char *received_cts) in ifx_spi_decode_spi_header() argument
405 *more = (buffer[1] >> IFX_SPI_MORE_BIT) & 1; in ifx_spi_decode_spi_header()
421 unsigned char more) in ifx_spi_setup_spi_header() argument
425 txbuffer[1] |= (more << IFX_SPI_MORE_BIT) & IFX_SPI_MORE_MASK; in ifx_spi_setup_spi_header()
652 unsigned char more; in ifx_spi_complete() local
666 &length, &more, &cts); in ifx_spi_complete()
712 if (more || ifx_dev->spi_more || queue_length > 0 || in ifx_spi_complete()
715 if (more) in ifx_spi_complete()
/linux-4.1.27/Documentation/power/
Dbasic-pm-debugging.txt93 Generally, as you can see, each test level is more "invasive" than the previous
117 Once you have found the failing driver (there can be more than just one of
154 can try to compile more drivers as modules, so that they can be tested
162 load n/2 modules more and try again.
170 configuration and compiling more drivers as modules is not practical or some
171 modules cannot be unloaded, you can use one of the more advanced debugging
182 To verify that the STR works, it is generally more convenient to use the s2ram
190 hibernation, so please refer to Section 1 for more information about them. In
Dstates.txt32 It allows more energy to be saved relative to runtime idle by freezing user
35 spend more time in their idle states.
54 state. For this reason, it should allow more energy to be saved relative to
70 powering down some more low-level components that aren't directly controlled by
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt48 * 01-09-01 01.01.03 Added more definitions to the system interface section
165 * 12-07-04 01.05.03 Added more defines for SAS Discovery Error event.
180 * Added additional Reason Codes and more event data fields
324 * 07-12-02 01.02.08 Added more MPI_MANUFACTPAGE_DEVID_ defines.
326 * Added more MPI_SCSIDEVPAGE1_RP_ defines.
333 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
334 * Added more Flags defines for CONFIG_PAGE_FC_DEVICE_0.
339 * Added more device id defines.
343 * Added more PortFlags defines for CONFIG_PAGE_SCSI_PORT_2
345 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
[all …]
/linux-4.1.27/fs/isofs/
DKconfig8 driver. If you have a CD-ROM drive and want to do more with it than
26 <http://www.unicode.org/> for more information). Say Y here if you
/linux-4.1.27/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt47 http://www.nenya.be/beor/electronics/rc5.htm and more data
53 still more info
/linux-4.1.27/Documentation/video4linux/
Dhauppauge-wintv-cx88-ir.txt47 http://www.nenya.be/beor/electronics/rc5.htm and more data
53 still more info
Dfimc.txt69 data from the sensor through more than one FIMC instance (e.g. for simultaneous
89 supported. For more details see:
100 In order to enable more precise camera pipeline control through the sub-device
130 more precise FIMC capture subsystem control. In addition a separate v4l2
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Darm-versatile.txt8 address space. See partition.txt for more detail.
Datmel-dataflash.txt7 address space. See partition.txt for more detail.
/linux-4.1.27/Documentation/ABI/removed/
Dip_queue6 more advanced queueing mechanism to user-space. The ip_queue
/linux-4.1.27/Documentation/devicetree/bindings/virtio/
Dmmio.txt3 See http://ozlabs.org/~rusty/virtio-spec/ for more details.
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dti,drv2667.txt16 For more product information please see the link below:
/linux-4.1.27/drivers/staging/olpc_dcon/
DTODO3 share more code
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DS3C2413.txt9 documentation for more information.
/linux-4.1.27/Documentation/scsi/
Dqlogicfas.txt31 I am working with the PCMCIA group to make it more flexible, but that
46 if you have reliable hardware and connections it may be more useful to
70 cables, and more devices on the SCSI bus. What seems to happen is
Dscsi-generic.txt8 is more generalized (but lower level) than its siblings and tends to be
53 A more general description of the Linux SCSI subsystem of which sg is a
63 Both packages will work in the lk 2.4 series however sg3_utils offers more
/linux-4.1.27/drivers/usb/mon/
DKconfig10 For more information, see <file:Documentation/usb/usbmon.txt>.
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/
Dgpio-backlight.txt6 refer to bindings/gpio/gpio.txt for more details.
/linux-4.1.27/drivers/isdn/sc/
DKconfig8 See <file:Documentation/isdn/README.sc> for more information.
/linux-4.1.27/Documentation/i2c/
Dfault-codes64 detected before any I/O operation was started. Use a more
69 performing an I/O operation. Use a more specific fault
73 Returned by driver probe() methods. This is a bit more
119 SMBus adapters may return it when an operation took more
/linux-4.1.27/drivers/staging/nvec/
DTODO8 - add support for more device implementations
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt12 Which is nice, since there's no more insanity in the form of fake-generic, but
14 more potential to screw things up.
81 Nowadays we don't have any excuse left any more for drm drivers being neat
111 killable. GPUs just die and your users won't like you more if you hang their
127 still tons more lessons to learn here.
179 explictly. Only go with a more global per-device namespace if the objects
183 namespace, private by default, for framebuffers would have been more
203 lengthy discussions for a more generic solution. And occasionally doing a
/linux-4.1.27/drivers/usb/gadget/
DKconfig28 or are integrated with the CPU in a microcontroller. The more
37 you may configure more than one.)
42 For more information, see <http://www.linux-usb.org/gadget> and
112 drivers that have more specific information.
210 A gadget driver implements one or more USB functions using
233 For more information see Documentation/usb/gadget_configfs.txt.
321 and therefore can be supported by more hardware. Technically ECM and
427 For more information, see Documentation/usb/gadget_hid.txt.
451 For more information, see Documentation/usb/gadget_printer.txt
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt15 GNU Library General Public License for more details.
38 To more rapidly understand the code in this package, inspect desSmallFips.i
41 hackers in pursuit of that last microsecond. You will find it more
71 more specifically, 19-40% slower on the 68020 and 11-35% slower
145 by adding MORE statements to make the data movement more `consistent'
236 up to 8 more registers are used to hold constants in some configurations.
238 i assume that the use of a constant is more expensive than using a register:
241 anything more than 12 bits (bad for RISC and CISC)
260 should never need more than one hidden temporary,
325 or the crazy quick one which gobbles up 64k more of memory.
[all …]
/linux-4.1.27/arch/x86/math-emu/
DREADME15 | GNU General Public License for more details. |
48 For more information on the emulator and on floating point topics, see
74 a value of pi which is accurate to more than 128 bits. As a consequence,
75 the reduced argument is accurate to more than 64 bits for arguments up
76 to a few pi, and accurate to more than 64 bits for most arguments,
104 Some of the more important differences are listed below:
221 progressively slower for most functions as more of the 80486 features
273 for pi which is accurate to more than 128 bits precision. As a
299 pi/2) the emulator is more accurate than an 80486 FPU. For very large
300 arguments, the emulator is far more accurate.
[all …]
/linux-4.1.27/net/netlabel/
DKconfig11 protocols such as CIPSO and RIPSO. For more information see
/linux-4.1.27/drivers/media/usb/usbvision/
DKconfig7 There are more than 50 different USB video devices based on
/linux-4.1.27/drivers/media/usb/gspca/m5602/
DKconfig8 See <file:Documentation/video4linux/m5602.txt> for more info.
/linux-4.1.27/arch/powerpc/platforms/maple/
DKconfig18 For more information, refer to <http://www.970eval.com>
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Ddma.txt13 more details.
41 - dmas: List of one or more DMA specifiers, each consisting of
/linux-4.1.27/arch/cris/arch-v10/lib/
Dchecksum.S16 ;; we also do _NOT_ want to compute a checksum over more than the
106 ;; see if we have one odd byte more
Dchecksumcopy.S20 ;; we also do _NOT_ want to compute a checksum over more than the
112 ;; see if we have one odd byte more
/linux-4.1.27/Documentation/devicetree/bindings/lpddr2/
Dlpddr2.txt35 - The lpddr2 node may have one or more child nodes of type "lpddr2-timings".
39 bindings/lpddr2/lpddr2-timings.txt for more information on "lpddr2-timings"
/linux-4.1.27/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt3 The GSBI controller is modeled as a node with zero or more child nodes, each
30 A GSBI controller node can contain 0 or more child nodes representing serial
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dcommon.txt7 Many LED devices expose more than one current output that can be connected
8 to one or more discrete LED component. Since the arrangement of connections
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dmdio-mux-gpio.txt3 This is a special case of a MDIO bus multiplexer. One or more GPIO
9 - gpios : GPIO specifiers for each GPIO line. One or more must be specified.
/linux-4.1.27/drivers/media/usb/zr364xx/
DKconfig9 See <file:Documentation/video4linux/zr364xx.txt> for more info
/linux-4.1.27/drivers/isdn/act2000/
DKconfig9 <file:Documentation/isdn/README.act2000> for more information.
/linux-4.1.27/arch/cris/arch-v32/lib/
Dstrcmp.S6 ; Version 2. See the file COPYING for more details.
/linux-4.1.27/drivers/staging/skein/
DKconfig15 for more information. This module also contains the threefish block
/linux-4.1.27/drivers/isdn/pcbit/
DKconfig10 <file:Documentation/isdn/README.pcbit> for more information.
/linux-4.1.27/scripts/ksymoops/
DREADME5 with patches to other utilities in order to give more accurate Oops
/linux-4.1.27/Documentation/block/
Dcapability.txt6 supports. For more information on bits not listed here, see
/linux-4.1.27/fs/overlayfs/
DKconfig10 For more information see Documentation/filesystems/overlayfs.txt
/linux-4.1.27/tools/power/cpupower/
DToDo3 - Use bitmask functions to parse CPU topology more robust
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/
Dvexpress.txt13 for more details)
/linux-4.1.27/Documentation/cpu-freq/
Dboost.txt32 functionality at all, but a more fine-grained and dynamic control would
43 will consume more power than without the boosting, which may be
77 Though the per CPU existence hints at a more fine grained control, the
/linux-4.1.27/Documentation/virtual/kvm/devices/
Darm-vgic.txt62 -EBUSY: One or more VCPUs are running
84 Thus, preemption level X has one or more active interrupts if and only if:
95 -EBUSY: One or more VCPUs are running
/linux-4.1.27/net/x25/
Dx25_in.c37 static int x25_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in x25_queue_rx_frame() argument
42 if (more) { in x25_queue_rx_frame()
49 if (!more && x25->fraglen > 0) { /* End of fragment */ in x25_queue_rx_frame()
/linux-4.1.27/arch/blackfin/mach-bf561/boards/
DKconfig26 For more information about Acvilon BF561 SoM
/linux-4.1.27/net/batman-adv/
DKconfig15 http://www.open-mesh.org/ for more information and user space
26 more than one mesh node in the same LAN, you can safely remove
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dzynq-7000.txt6 See clock_bindings.txt for more information on the generic clock bindings.
7 See Chapter 25 of Zynq TRM for more information about Zynq clocks.
/linux-4.1.27/arch/m32r/boot/compressed/
Dhead.S107 beqz r4, .Lendloop1 ; any more to go?
111 bnez r4, .Lloop1 ; go do some more
/linux-4.1.27/Documentation/fmc/
DAPI.txt5 work, and a few more:
31 by carriers that host more than one mezzanine. The devices must all be

123456789