| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | load.py | 41 proc = cmd(cmdline, background=True) 46 def start_client(self, background=False, streams=1, duration=10, reverse=False): argument 51 kwargs = {"background": background, "host": self.env.remote} 52 if not background: 90 self._iperf_client = self.runner.start_client(background=True, streams=16, duration=86400)
|
| /linux/Documentation/admin-guide/ |
| H 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/Documentation/sphinx-static/ |
| H A D | custom.css | 42 dl.function, dl.struct, dl.enum { margin-top: 2em; background-color: #ecf0f3; } 59 dl.py { margin-top: 2em; background-color: #ecf0f3; } 77 div.kerneltoc { background-color: #eeeeee; } 78 div.kerneltoc li.current ul { background-color: white; } 132 background: #eeeeee; 159 background: #fafafa; 171 background: #dddddd;
|
| H A D | theme_rtd_colors.css | 35 background-color: darkblue;
|
| H A D | theme_overrides.css | 113 background: inherit;
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H 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. 173 hydration_batch_size <#regions> During background hydration, try to batch 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. [all …]
|
| /linux/drivers/gpu/ipu-v3/ |
| H 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/rust/zerocopy/rustdoc/ |
| H A D | style.css | 45 background-color: var(--code-block-background-color);
|
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.py | 636 .c1 {background:rgba(209,0,0,0.4);}\n\ 637 .c2 {background:rgba(255,102,34,0.4);}\n\ 638 .c3 {background:rgba(255,218,33,0.4);}\n\ 639 .c4 {background:rgba(51,221,0,0.4);}\n\ 640 .c5 {background:rgba(17,51,204,0.4);}\n\ 641 .c6 {background:rgba(34,0,102,0.4);}\n\ 642 .c7 {background:rgba(51,0,68,0.4);}\n\ 643 .c8 {background:rgba(204,255,204,0.4);}\n\ 644 .c9 {background:rgba(169,208,245,0.4);}\n\ 645 .c10 {background:rgba(255,255,204,0.4);}\n\ [all …]
|
| H A D | sleepgraph.py | 2764 html_phase = '<div class="phase" style="left:{0}%;width:{1}%;top:{2}px;height:{3}px;background:{4}">{5}</div>\n' 2765 html_phaselet = '<div id="{0}" class="phaselet" style="left:{1}%;width:{2}%;background:{3}"></div>\n' 2766 html_legend = '<div id="p{3}" class="square" style="left:{0}%;background:{1}"> {2}</div>\n' 4238 html_func_top = '<article id="{0}" class="atop" style="background:{1}">\n<input type="checkbox" class="pf" id="f{2}" checked/><label for="f{2}">{3} {4}</label>\n' 4314 .stamp {width: 100%;text-align:center;background:#888;line-height:30px;color:white;font: 25px Arial;}\n\ 4316 th {border: 1px solid black;background:#222;color:white;}\n\ 4318 tr.head td {border: 1px solid black;background:#aaa;}\n\ 4319 tr.alt {background-color:#ddd;}\n\ 4321 .minval {background-color:#BBFFBB;}\n\ 4322 .medval {background [all...] |
| /linux/tools/perf/Documentation/ |
| H 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/tools/testing/selftests/net/lib/py/ |
| H A D | utils.py | 47 background=False, host=None, timeout=20, ksft_ready=None, argument 100 if not background: 183 super().__init__(comm, background=True,
|
| /linux/fs/jffs2/ |
| H A D | Makefile | 11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
|
| /linux/include/linux/mtd/ |
| H A D | blktrans.h | 54 void (*background)(struct mtd_blktrans_dev *dev); member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | app-pri.rst | 15 working in background, which can be preempted by user controlled
|
| H A D | vidioc-g-priority.rst | 60 - Lowest priority, usually applications running in background, for
|
| /linux/Documentation/edac/ |
| H A D | scrub.rst | 73 control over patrol (background) scrubbing (e.g., ACPI RAS2, CXL) and/or 80 for example, to disable background patrol scrubbing or adjust the scrub 81 rate for performance-aware operations where background activities need to 123 with performance-aware operations which require the background operations to 158 2. Provision for background (patrol) scrubbing of the entire memory system,
|
| /linux/include/uapi/linux/ |
| H A D | omapfb.h | 169 __u32 background; member
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 90 Memory allocations may trigger direct or background reclaim and it is 96 doesn't kick the background reclaim. Should be used carefully because it 112 * ``GFP_KERNEL`` - both background and direct reclaim are allowed and the
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-io.rst | 37 fast. Dirty pages are written back implicitly (background writeback or page
|
| H A D | fuse.rst | 133 The maximum number of background requests that can be outstanding 134 at a time. When the number of background requests reaches this limit, 139 The threshold of background requests at which the kernel considers 140 the filesystem to be congested. When the number of background requests
|
| /linux/Documentation/arch/x86/ |
| H A D | amd-hfi.rst | 26 sending background threads to the dense cores while sending high priority 28 background threads to dense cores can free up power headroom and allow the
|
| /linux/drivers/mtd/ |
| H A D | mtd_blkdevs.c | 133 if (tr->background && !background_done) { in mtd_blktrans_work() 136 tr->background(dev); in mtd_blktrans_work()
|
| /linux/Documentation/scheduler/ |
| H A D | sched-arch.rst | 54 although it may be reasonable to do some background work or enter
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-edac-scrub | 42 (RW) Start/Stop background (patrol) scrubbing if supported.
|