/linux-4.1.27/Documentation/ |
D | VGA-softcursor.txt | 8 like a non-blinking red block, make it inverse background of the character it's 19 want to always change the background color + 64 if you dislike having the 20 background the same as the foreground. Highlights are ignored for the last two 25 the high four bits specify background and the low four the foreground. In both
|
D | bcache.txt | 267 throttling background writeback and using a PD controller to smoothly adjust 271 Rate in sectors per second - if writeback_percent is nonzero, background
|
D | md.txt | 320 to those devices proceed in the background - the filesystem (or 322 'backlog' sets a limit on the number of concurrent background
|
D | rpmsg.txt | 24 sensors, drive random hardware blocks, or just perform background tasks
|
D | edac.txt | 149 First a background on the memory controller's model abstracted in EDAC.
|
D | HOWTO | 86 This file gives a short background on the Linux kernel and describes
|
D | kernel-parameters.txt | 3946 Format: 0xYX, X = foreground, Y = background.
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
D | ipu-dp.c | 62 struct ipu_dp background; member 84 return container_of(dp, struct ipu_flow, background); in to_flow() 190 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel() 203 ipu_dp_csc_init(flow, flow->background.in_cs, in ipu_dp_setup_channel() 316 dp = &priv->flow[flow >> 1].background; in ipu_dp_get()
|
/linux-4.1.27/mm/ |
D | page-writeback.c | 265 unsigned long background; in global_dirty_limits() local 275 background = DIV_ROUND_UP(dirty_background_bytes, PAGE_SIZE); in global_dirty_limits() 277 background = (dirty_background_ratio * available_memory) / 100; in global_dirty_limits() 279 if (background >= dirty) in global_dirty_limits() 280 background = dirty / 2; in global_dirty_limits() 283 background += background / 4; in global_dirty_limits() 286 *pbackground = background; in global_dirty_limits() 288 trace_global_dirty_state(background, dirty); in global_dirty_limits()
|
/linux-4.1.27/fs/jffs2/ |
D | Makefile | 10 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
|
/linux-4.1.27/arch/metag/kernel/ |
D | tbiunexp.S | 10 BZ $LTBINormCase ! UnExpXXX at background level
|
/linux-4.1.27/include/linux/mtd/ |
D | blktrans.h | 69 void (*background)(struct mtd_blktrans_dev *dev); member
|
/linux-4.1.27/drivers/mtd/ |
D | mtdswap.c | 197 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background); 879 unsigned int background) in mtdswap_choose_gc_tree() argument 884 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY)))) in mtdswap_choose_gc_tree() 895 unsigned int background) in mtdswap_pick_gc_eblk() argument 901 if (background && TREE_COUNT(d, CLEAN) > CLEAN_BLOCK_THRESHOLD && in mtdswap_pick_gc_eblk() 905 idx = mtdswap_choose_gc_tree(d, background); in mtdswap_pick_gc_eblk() 987 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background) in mtdswap_gc() argument 995 eb = mtdswap_pick_gc_eblk(d, background); in mtdswap_gc() 1568 .background = mtdswap_background,
|
D | mtd_blkdevs.c | 144 if (tr->background && !background_done) { in mtd_blktrans_work() 147 tr->background(dev); in mtd_blktrans_work()
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 2035 ….stamp {width: 100%;text-align:center;background-color:#495E09;line-height:30px;color:white;font: … 2038 th {border: 1px solid black;background-color:#A7C942;color:white;}\n\ 2040 tr.alt td {background-color:#EAF2D3;}\n\ 2041 tr.avg td {background-color:#BDE34C;}\n\ 2350 ….stamp {width: 100%;text-align:center;background-color:gray;line-height:30px;color:white;font: 25p… 2360 .gray {background-color:rgba(80,80,80,0.1);}\n\ 2361 .green {background-color:rgba(204,255,204,0.4);}\n\ 2362 .purple {background-color:rgba(128,0,128,0.2);}\n\ 2363 .yellow {background-color:rgba(255,255,204,0.4);}\n\ 2372 ….pf:checked + label {background: url(\'data:image/svg+xml;utf,<?xml version="1.0" standalone="no"?… [all …]
|
D | spelling.txt | 152 backgroud||background
|
/linux-4.1.27/include/uapi/linux/ |
D | omapfb.h | 168 __u32 background; member
|
/linux-4.1.27/Documentation/watchdog/ |
D | pcwd-watchdog.txt | 24 to run the program with an "&" to run it in the background!)
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-arch.txt | 51 although it may be reasonable to do some background work or enter
|
/linux-4.1.27/fs/fuse/ |
D | dev.c | 181 req->background = for_background; in __fuse_get_req() 272 req->background = 0; in fuse_get_req_nofail_nopages() 279 if (unlikely(req->background)) { in fuse_put_request() 386 if (req->background) { in request_end() 387 req->background = 0; in request_end() 499 BUG_ON(req->background); in __fuse_request_send() 592 BUG_ON(!req->background); in fuse_request_send_nowait_locked()
|
D | fuse_i.h | 311 unsigned background:1; member
|
D | file.c | 99 req->background = 0; in fuse_file_put() 103 req->background = 0; in fuse_file_put() 109 req->background = 1; in fuse_file_put() 303 ff->reserved_req->background = 0; in fuse_sync_release() 1621 req->background = 1; /* writeback always goes to bg_queue */ in fuse_writepage_locked() 1840 req->background = 1; in fuse_writepages_fill()
|
D | inode.c | 366 req->background = 0; in fuse_send_destroy() 1063 init_req->background = 1; in fuse_fill_super()
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 193 blackbg => selects a color scheme with black background 194 classic => theme with blue background. The classic look
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 95 changes the dirty background ratio, so that background writeback of dirty pages 179 dirty_background_ratio is the threshold percentage at which background writeouts 180 start taking place. When laptop mode is active, however, background writeouts 264 # Allowed dirty background ratio, in percent. Once DIRTY_RATIO has been 386 # Allowed dirty background ratio, in percent. Once DIRTY_RATIO has been
|
/linux-4.1.27/Documentation/scsi/ |
D | lpfc.txt | 28 The following information is provided for additional background on the
|
D | arcmsr_spec.txt | 90 ** (re-start if background is halted)
|
/linux-4.1.27/Documentation/hwmon/ |
D | ina209 | 21 background to supply readings at any time. It includes a programmable
|
/linux-4.1.27/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 8 NFCv2 controller background
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache-policies.txt | 13 Currently there's no way for the policy to issue background work,
|
D | snapshot.txt | 59 has started (in the background) the <origin> may be opened and the merge
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 92 - Support a background cleaning process 102 collection, triggered in background when I/O subsystem is 561 F2FS does cleaning both on demand and in the background. On-demand cleaning is 571 algorithm for on-demand cleaner, while background cleaner adopts cost-benefit
|
D | xfs.txt | 265 The interval at which the background scanning for inodes
|
D | xfs-delayed-logging-design.txt | 553 a "background flush" and is done on demand. This is identical to 555 checkpoint commit to complete. This background push is checked and executed by
|
D | ext4.txt | 331 blocks in the background. This feature may be
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 265 Errors that occur asynchronously (e.g. in a background protocol handling thread) 276 - SMW is basically a background thread to handle incoming and outgoing shdlc
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-ubi | 54 Contains ASCII "0\n" if the UBI background thread is disabled,
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 15 * This focusses on pages detected as corrupted in the background.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 113 This is, for example, used by FS-Cache to handle background writes of
|
D | cachefiles.txt | 151 Don't daemonise and go into background.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.diversion | 112 You also may put a "cat /proc/net/isdn/divert" in the background with the
|
D | README.gigaset | 77 then sleep in the background, keeping the device open so that the line
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 58 The 'cat' process should stay running (sleeping) in the background.
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 122 Contains the amount of dirty memory at which the background kernel 135 and reclaimable pages, the number of pages at which the background kernel 389 a 2bit error in a memory module) is detected in the background by hardware
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-ioctl.c | 410 info.default_color = ck->background; in _omapfb_set_color_key()
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 37 A: To understand this, you need to know a bit of background information
|
D | rds.txt | 5 This readme tries to provide some background on the hows and whys of RDS,
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 13 * from the background backup procedure.
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 190 default_color default background color (RGB24)
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 9 and based on user options switch IO policies in the background.
|
D | memory.txt | 844 3. Start reclamation in the background when the limit is
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 355 (X) display. Usually, the background is chosen to be black. With this 356 option, you can make the background white.
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 925 operation (offset 0x7FC). This operation runs in background so that
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 550 method calls to set the port power state. For more background see the
|
/linux-4.1.27/drivers/staging/comedi/ |
D | Kconfig | 21 commands running in the background in kernel space. This
|
/linux-4.1.27/Documentation/power/ |
D | devices.txt | 16 background for the domain-specific work you'd do with any specific driver.
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 1428 background garbage collector.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 155 * interrupts on the "background" channel. So, while
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1000 foreground and background colors. These names come from the i18n/colors
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1622 The reason it doesn't background by default is that it listens to
|