/linux-4.4.14/Documentation/i2c/ |
D | i2c-stub | 6 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w) 13 quick commands to the specified addresses; it will respond to the other 47 value 0x1f0000 would only enable the quick, byte and byte data
|
/linux-4.4.14/fs/nilfs2/ |
D | Kconfig | 9 consistency like conventional LFS, it achieves quick recovery after
|
/linux-4.4.14/drivers/pcmcia/ |
D | tcic.c | 533 int i, quick = 0; in tcic_interrupt() local 556 quick = 1; in tcic_interrupt() 575 if (((cs_irq == 0) || quick) && (!tcic_timer_pending)) { in tcic_interrupt() 576 poll_timer.expires = jiffies + (quick ? poll_quick : poll_interval); in tcic_interrupt()
|
/linux-4.4.14/net/decnet/ |
D | TODO | 1 Steve's quick list of things that need finishing off:
|
/linux-4.4.14/Documentation/networking/ |
D | proc_net_tcp.txt | 32 | | | | | | | |-------> (ack.quick<<1)|ack.pingpong
|
D | decnet.txt | 135 Here is a quick guide of what to look for in order to know if your DECnet 188 A quick FAQ on ethernet MAC addresses to explain how Linux and DECnet
|
D | netdev-FAQ.txt | 128 A quick way to find whether the patch is in this stable-queue is
|
D | arcnet.txt | 35 If you think so, why not flame me in a quick little e-mail? Please also
|
D | arcnet-hardware.txt | 11 without manuals, this file contains a quick introduction to ARCnet hardware,
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-kthread-cap.c | 275 bool quick; in vivid_copy_buffer() local 320 quick = dev->loop_vid_out.width == dev->loop_vid_cap.width; in vivid_copy_buffer() 347 if (quick && !osdline) { in vivid_copy_buffer() 613 bool quick = dev->bitmap_cap == NULL && dev->clipcount_cap == 0; in vivid_overlay() local 650 if (quick) { in vivid_overlay()
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 473 INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html
|
/linux-4.4.14/arch/arm/lib/ |
D | memzero.S | 64 ldmeqfd sp!, {pc} @ 1/2 quick exit
|
/linux-4.4.14/drivers/lguest/ |
D | README | 11 So get comfortable and keep your wits about you (both quick and humorous).
|
/linux-4.4.14/Documentation/fb/ |
D | 00-INDEX | 35 - quick overview of frame buffer device internals.
|
/linux-4.4.14/Documentation/sysctl/ |
D | README | 52 As a quick 'ls /proc/sys' will show, the directory consists of
|
/linux-4.4.14/include/net/ |
D | tcp.h | 384 if (icsk->icsk_ack.quick) { in tcp_dec_quickack_mode() 385 if (pkts >= icsk->icsk_ack.quick) { in tcp_dec_quickack_mode() 386 icsk->icsk_ack.quick = 0; in tcp_dec_quickack_mode() 390 icsk->icsk_ack.quick -= pkts; in tcp_dec_quickack_mode()
|
D | inet_connection_sock.h | 114 __u8 quick; /* Scheduled number of quick acks */ member
|
/linux-4.4.14/drivers/tty/hvc/ |
D | Kconfig | 79 no other console mechanism exist but udbg, to get you a quick
|
/linux-4.4.14/Documentation/ |
D | Intel-IOMMU.txt | 8 This guide gives a quick cheat sheet for some basic understanding.
|
D | ramoops.txt | 51 For quick debugging, you can also reserve parts of memory during boot
|
D | static-keys.txt | 25 patching technique. A quick example:
|
D | rbtree.txt | 251 interval ranges like [lo:hi] and do a quick lookup for any overlap with a new
|
D | kobject.txt | 16 adding detail as we go. To that end, here are some quick definitions of
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README | 42 expect quick action. Bugs still exist. The problem remains in isolating
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 4 a quick operation, but it causes collateral damage: TLB entries
|
/linux-4.4.14/Documentation/misc-devices/ |
D | eeprom | 70 location). The chip responds to "write quick" detection at this address but
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 1 Getting started quick
|
/linux-4.4.14/Documentation/filesystems/ |
D | ceph.txt | 62 the identification of large disk space consumers relatively quick, as
|
D | nilfs2.txt | 8 like conventional LFS, it achieves quick recovery after system
|
D | sysfs.txt | 297 quick way to lookup the sysfs interface for a device from the result of
|
D | sharedsubtree.txt | 349 below contains quick reference. 460 below is a quick reference.
|
D | ramfs-rootfs-initramfs.txt | 290 The quick and dirty summary version (which is no substitute for reading
|
D | proc.txt | 1276 since the system first booted. For a quick look, simply cat the file:
|
/linux-4.4.14/Documentation/scsi/ |
D | arcmsr_spec.txt | 264 ** to implement quick create function 518 ** byte 36 : 1 to select quick init
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 243 9-127 (may not be able to use CISC shift immediate or add/sub quick), 325 or the crazy quick one which gobbles up 64k more of memory.
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 267 The driver offers backward compatibility, though. Here's a quick summary:
|
/linux-4.4.14/Documentation/usb/ |
D | mass-storage.txt | 140 all composite gadgets so just a quick listing):
|
D | URB.txt | 10 complete; don't rely on it except for a quick overview.
|
/linux-4.4.14/lib/ |
D | Kconfig | 369 it is being modified. It is also reasonably quick to search and
|
/linux-4.4.14/net/ipv4/ |
D | tcp_input.c | 185 if (quickacks > icsk->icsk_ack.quick) in tcp_incr_quickack() 186 icsk->icsk_ack.quick = min(quickacks, TCP_MAX_QUICKACKS); in tcp_incr_quickack() 207 (icsk->icsk_ack.quick && !icsk->icsk_ack.pingpong); in tcp_in_quickack_mode() 381 inet_csk(sk)->icsk_ack.quick |= 1; in tcp_grow_window() 449 icsk->icsk_ack.quick = 0; in tcp_clamp_window()
|
D | tcp_ipv4.c | 2210 (icsk->icsk_ack.quick << 1) | icsk->icsk_ack.pingpong, in get_tcp4_sock()
|
D | tcp_output.c | 2387 icsk->icsk_ack.quick = 0; in __tcp_select_window()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 337 ;; For refills we try to do a quick page table lookup. If it is
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.debug | 349 Enabling this option turns on a quick NMI selftest to verify
|
/linux-4.4.14/Documentation/gpio/ |
D | driver.txt | 144 in a quick IRQ handler with IRQs disabled. Instead they need to spawn a
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 46 This section describes some quick recipes for using thin provisioning.
|
/linux-4.4.14/Documentation/vm/ |
D | frontswap.txt | 151 3) OK, how about a quick overview of what this frontswap patch does
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 440 This utility gives the user a quick view about all the MOXA ports'
|
/linux-4.4.14/Documentation/video4linux/ |
D | Zoran | 266 allowed ("permission denied"). A quick workaround is to add 'Load "v4l"' to
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 1754 (icsk->icsk_ack.quick << 1) | icsk->icsk_ack.pingpong, in get_tcp6_sock()
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 272 byte. A quick analysis:
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 121 Section 3.1 "Goal definitions" is a quick intro, further chapters provide
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 926 several quick dumps to eliminate them.
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 506 structure fields and a quick reference about the layers which are
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 1642 ,Title="Re: [RFC, PATCH 1/2] qrcu: {"quick"} srcu implementation"
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 17 to be printed out & used as a quick cheat sheet self help style reference when
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 15862 # quick shortcut. #
|