Home
last modified time | relevance | path

Searched refs:quick (Results 1 – 59 of 59) sorted by relevance

/linux-4.1.27/Documentation/i2c/
Di2c-stub6 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
Dslave-interface34 them as described in the document 'instantiating-devices'. A quick example for
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-sunxi-sid9 HDMI-HDCP key and some custom keys. Below a quick overview, for
/linux-4.1.27/fs/nilfs2/
DKconfig9 consistency like conventional LFS, it achieves quick recovery after
/linux-4.1.27/drivers/pcmcia/
Dtcic.c533 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.1.27/net/decnet/
DTODO1 Steve's quick list of things that need finishing off:
/linux-4.1.27/Documentation/networking/
Dproc_net_tcp.txt32 | | | | | | | |-------> (ack.quick<<1)|ack.pingpong
Ddecnet.txt135 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
Dnetdev-FAQ.txt128 A quick way to find whether the patch is in this stable-queue is
Darcnet.txt35 If you think so, why not flame me in a quick little e-mail? Please also
Darcnet-hardware.txt11 without manuals, this file contains a quick introduction to ARCnet hardware,
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-kthread-cap.c275 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()
608 bool quick = dev->bitmap_cap == NULL && dev->clipcount_cap == 0; in vivid_overlay() local
645 if (quick) { in vivid_overlay()
/linux-4.1.27/tools/perf/
DMakefile.perf423 INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html
/linux-4.1.27/arch/arm/lib/
Dmemzero.S64 ldmeqfd sp!, {pc} @ 1/2 quick exit
/linux-4.1.27/drivers/lguest/
DREADME11 So get comfortable and keep your wits about you (both quick and humorous).
/linux-4.1.27/Documentation/fb/
D00-INDEX35 - quick overview of frame buffer device internals.
/linux-4.1.27/Documentation/sysctl/
DREADME52 As a quick 'ls /proc/sys' will show, the directory consists of
/linux-4.1.27/include/net/
Dtcp.h384 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()
Dinet_connection_sock.h112 __u8 quick; /* Scheduled number of quick acks */ member
/linux-4.1.27/drivers/tty/hvc/
DKconfig86 no other console mechanism exist but udbg, to get you a quick
/linux-4.1.27/Documentation/misc-devices/
Deeprom70 location). The chip responds to "write quick" detection at this address but
/linux-4.1.27/Documentation/
DIntel-IOMMU.txt8 This guide gives a quick cheat sheet for some basic understanding.
Dramoops.txt51 For quick debugging, you can also reserve parts of memory during boot
Dstatic-keys.txt10 patching technique. A quick example:
Drbtree.txt251 interval ranges like [lo:hi] and do a quick lookup for any overlap with a new
Dkobject.txt16 adding detail as we go. To that end, here are some quick definitions of
/linux-4.1.27/Documentation/x86/
Dtlb.txt4 a quick operation, but it causes collateral damage: TLB entries
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME42 expect quick action. Bugs still exist. The problem remains in isolating
/linux-4.1.27/Documentation/cdrom/
Dpacket-writing.txt1 Getting started quick
/linux-4.1.27/Documentation/filesystems/
Dceph.txt62 the identification of large disk space consumers relatively quick, as
Dnilfs2.txt8 like conventional LFS, it achieves quick recovery after system
Dsysfs.txt293 quick way to lookup the sysfs interface for a device from the result of
Dsharedsubtree.txt349 below contains quick reference.
460 below is a quick reference.
Dramfs-rootfs-initramfs.txt290 The quick and dirty summary version (which is no substitute for reading
Dproc.txt1261 since the system first booted. For a quick look, simply cat the file:
/linux-4.1.27/Documentation/scsi/
Darcmsr_spec.txt264 ** to implement quick create function
518 ** byte 36 : 1 to select quick init
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt243 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.1.27/Documentation/input/
Djoystick-api.txt267 The driver offers backward compatibility, though. Here's a quick summary:
/linux-4.1.27/Documentation/gpio/
Ddriver.txt100 in a quick IRQ handler with IRQs disabled. Instead they need to spawn a
/linux-4.1.27/Documentation/usb/
Dmass-storage.txt140 all composite gadgets so just a quick listing):
DURB.txt10 complete; don't rely on it except for a quick overview.
/linux-4.1.27/arch/x86/
DKconfig.debug304 Enabling this option turns on a quick NMI selftest to verify
/linux-4.1.27/net/ipv4/
Dtcp_input.c183 if (quickacks > icsk->icsk_ack.quick) in tcp_incr_quickack()
184 icsk->icsk_ack.quick = min(quickacks, TCP_MAX_QUICKACKS); in tcp_incr_quickack()
203 return icsk->icsk_ack.quick && !icsk->icsk_ack.pingpong; in tcp_in_quickack_mode()
377 inet_csk(sk)->icsk_ack.quick |= 1; in tcp_grow_window()
445 icsk->icsk_ack.quick = 0; in tcp_clamp_window()
Dtcp_ipv4.c2239 (icsk->icsk_ack.quick << 1) | icsk->icsk_ack.pingpong, in get_tcp4_sock()
Dtcp_output.c2393 icsk->icsk_ack.quick = 0; in __tcp_select_window()
/linux-4.1.27/lib/
DKconfig363 it is being modified. It is also reasonably quick to search and
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S337 ;; For refills we try to do a quick page table lookup. If it is
/linux-4.1.27/Documentation/device-mapper/
Dthin-provisioning.txt46 This section describes some quick recipes for using thin provisioning.
/linux-4.1.27/Documentation/vm/
Dfrontswap.txt151 3) OK, how about a quick overview of what this frontswap patch does
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio440 This utility gives the user a quick view about all the MOXA ports'
/linux-4.1.27/Documentation/video4linux/
DZoran266 allowed ("permission denied"). A quick workaround is to add 'Load "v4l"' to
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1728 (icsk->icsk_ack.quick << 1) | icsk->icsk_ack.pingpong, in get_tcp6_sock()
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt272 byte. A quick analysis:
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt121 Section 3.1 "Goal definitions" is a quick intro, further chapters provide
/linux-4.1.27/Documentation/block/
Dbiodoc.txt506 structure fields and a quick reference about the layers which are
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt926 several quick dumps to eliminate them.
/linux-4.1.27/Documentation/RCU/
DRTFP.txt1642 ,Title="Re: [RFC, PATCH 1/2] qrcu: {"quick"} srcu implementation"
/linux-4.1.27/Documentation/s390/
DDebugging390.txt17 to be printed out & used as a quick cheat sheet self help style reference when
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfpsp.S15862 # quick shortcut. #