/linux/net/rxrpc/ |
A D | call_event.c | 24 bool immediate, bool background) in rxrpc_propose_ping() argument 27 if (background && in rxrpc_propose_ping() 46 u32 serial, bool immediate, bool background, in __rxrpc_propose_ACK() argument 57 rxrpc_propose_ping(call, immediate, background); in __rxrpc_propose_ACK() 109 background) in __rxrpc_propose_ACK() 130 background, outcome); in __rxrpc_propose_ACK() 137 u32 serial, bool immediate, bool background, in rxrpc_propose_ACK() argument 142 immediate, background, why); in rxrpc_propose_ACK()
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | dm-clone.rst | 19 background, in parallel with user I/O. 109 the devices and pauses the background hydration when there is I/O in-flight. 162 no_hydration Create a dm-clone instance with background hydration 172 one time, during background hydration. 214 Disable the background hydration of the destination device. 217 Enable the background hydration of the destination device. 220 Set background hydration threshold. 223 Set background hydration batch size. 246 3. Enable background hydration of the destination device. 304 * No background copying mechanism. [all …]
|
/linux/Documentation/admin-guide/ |
A D | vga-softcursor.rst | 10 make it inverse background of the character it's over or to highlight 28 + 32 if you want to always change the background color 29 + 64 if you dislike having the background the same as the 37 VGA, the high four bits specify background and the low four the
|
/linux/drivers/gpu/ipu-v3/ |
A D | ipu-dp.c | 54 struct ipu_dp background; member 76 return container_of(dp, struct ipu_flow, background); in to_flow() 197 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel() 213 flow->background.in_cs, in ipu_dp_setup_channel() 327 dp = &priv->flow[flow >> 1].background; in ipu_dp_get() 364 priv->flow[i].background.in_cs = IPUV3_COLORSPACE_UNKNOWN; in ipu_dp_init()
|
/linux/tools/power/pm-graph/ |
A D | bootgraph.py | 634 .c1 {background:rgba(209,0,0,0.4);}\n\ 635 .c2 {background:rgba(255,102,34,0.4);}\n\ 636 .c3 {background:rgba(255,218,33,0.4);}\n\ 637 .c4 {background:rgba(51,221,0,0.4);}\n\ 638 .c5 {background:rgba(17,51,204,0.4);}\n\ 639 .c6 {background:rgba(34,0,102,0.4);}\n\ 640 .c7 {background:rgba(51,0,68,0.4);}\n\ 641 .c8 {background:rgba(204,255,204,0.4);}\n\ 642 .c9 {background:rgba(169,208,245,0.4);}\n\ 643 .c10 {background:rgba(255,255,204,0.4);}\n\ [all …]
|
A D | sleepgraph.py | 4119 tr.head td {border: 1px solid black;background:#aaa;}\n\ 4120 tr.alt {background-color:#ddd;}\n\ 4122 .minval {background-color:#BBFFBB;}\n\ 4123 .medval {background-color:#BBBBFF;}\n\ 4124 .maxval {background-color:#FFBBBB;}\n\ 4833 .gray {background:rgba(80,80,80,0.1);}\n\ 4834 .green {background:rgba(204,255,204,0.4);}\n\ 4835 .purple {background:rgba(128,0,128,0.2);}\n\ 4836 .yellow {background:rgba(255,255,204,0.4);}\n\ 4837 .blue {background:rgba(169,208,245,0.4);}\n\ [all …]
|
/linux/drivers/mtd/ |
A D | mtdswap.c | 182 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background); 829 unsigned int background) in mtdswap_choose_gc_tree() argument 834 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY)))) in mtdswap_choose_gc_tree() 845 unsigned int background) in mtdswap_pick_gc_eblk() argument 851 if (background && TREE_COUNT(d, CLEAN) > CLEAN_BLOCK_THRESHOLD && in mtdswap_pick_gc_eblk() 855 idx = mtdswap_choose_gc_tree(d, background); in mtdswap_pick_gc_eblk() 937 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background) in mtdswap_gc() argument 945 eb = mtdswap_pick_gc_eblk(d, background); in mtdswap_gc() 1480 .background = mtdswap_background,
|
A D | mtd_blkdevs.c | 133 if (tr->background && !background_done) { in mtd_blktrans_work() 136 tr->background(dev); in mtd_blktrans_work()
|
/linux/tools/perf/Documentation/ |
A D | perf-daemon.txt | 7 perf-daemon - Run record sessions on background 26 You can imagine 'perf daemon' of background process with several 72 Do not put the process in background.
|
/linux/drivers/gpu/drm/tegra/ |
A D | dc.c | 163 u32 background[3] = { in tegra_plane_setup_blending_legacy() local 191 background[0] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy() 192 background[1] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy() 204 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy() 208 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy() 227 background[i] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy() 234 background[2] |= BLEND_CONTROL_DEPENDENT; in tegra_plane_setup_blending_legacy() 245 background[2] |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy() 249 background[2] |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy() 269 blending[1] = background[1]; in tegra_plane_setup_blending_legacy() [all …]
|
/linux/Documentation/sphinx-static/ |
A D | theme_overrides.css | 113 background-color: darkblue; 130 background: inherit;
|
/linux/fs/jffs2/ |
A D | Makefile | 11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
|
/linux/include/linux/mtd/ |
A D | blktrans.h | 54 void (*background)(struct mtd_blktrans_dev *dev); member
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | app-pri.rst | 14 working in background, which can be preempted by user controlled
|
A D | vidioc-g-priority.rst | 60 - Lowest priority, usually applications running in background, for
|
/linux/drivers/staging/ks7010/ |
A D | TODO | 6 background info about the chipset can be found here [3] and here [4]. Thank
|
/linux/Documentation/devicetree/bindings/input/rmi4/ |
A D | rmi_f01.txt | 18 background capacitance that will cause the
|
/linux/include/trace/events/ |
A D | rxrpc.h | 1208 bool background, enum rxrpc_propose_ack_outcome outcome), 1210 TP_ARGS(call, why, ack_reason, serial, immediate, background, 1219 __field(bool, background ) 1229 __entry->background = background; 1239 __entry->background,
|
/linux/Documentation/core-api/ |
A D | memory-allocation.rst | 89 Memory allocations may trigger direct or background reclaim and it is 95 doesn't kick the background reclaim. Should be used carefully because it 111 * ``GFP_KERNEL`` - both background and direct reclaim are allowed and the
|
/linux/Documentation/devicetree/bindings/display/ |
A D | xylon,logicvc-display.yaml | 103 xylon,background-layer: 106 The last layer is used to display a black background (C_USE_BACKGROUND).
|
/linux/include/uapi/linux/ |
A D | omapfb.h | 169 __u32 background; member
|
/linux/Documentation/dev-tools/ |
A D | kcov.rst | 219 This allows to collect coverage from two types of kernel background 226 To enable collecting coverage from a global background thread or from a 233 Since there might be many local background threads spawned from different
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-fs-f2fs | 267 Description: Do background GC aggressively when set. When gc_urgent = 1, 268 background thread starts to do GC by given gc_urgent_sleep_time 328 Description: Number of checkpoint operations performed in the background to 340 Description: Number of garbage collection operations triggered in background. 352 Description: Number of blocks moved by garbage collection in background.
|
/linux/Documentation/filesystems/ |
A D | fuse-io.rst | 36 fast. Dirty pages are written back implicitly (background writeback or page
|
/linux/Documentation/watchdog/ |
A D | pcwd-watchdog.rst | 29 to run the program with an "&" to run it in the background!)
|