Home
last modified time | relevance | path

Searched refs:background (Results 1 – 25 of 103) sorted by last modified time

12345

/linux/tools/testing/selftests/net/lib/py/
H A Dutils.py11 … def __init__(self, comm, shell=True, fail=True, ns=None, background=False, host=None, timeout=5): argument
25 if not background:
51 super().__init__(comm, background=True,
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py99 def cmd(cmd, shell=True, include_stderr=False, background=False, fail=True): argument
106 if background:
1089 tc_proc = cmd(cmd_line, background=True, fail=False)
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Dload.py14 self._iperf_server = cmd(f"iperf3 -s -p {port}", background=True)
18 background=True, host=env.remote)
/linux/drivers/gpu/drm/
H A DKconfig126 hex "Drm panic screen background color, in RGB"
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7237 Format: 0xYX, X = foreground, Y = background.
/linux/kernel/rcu/
H A DKconfig285 to avoid starvation by heavy SCHED_OTHER background load.
/linux/block/
H A DKconfig126 background writeback from the VM, making it more smooth and having
/linux/Documentation/admin-guide/mm/
H A Dksm.rst179 background thread. The default is 70.
/linux/drivers/md/
H A DKconfig352 destination device happens in the background, in parallel with user
H A DMakefile22 dm-cache-background-tracker.o
/linux/Documentation/kbuild/
H A Dkconfig.rst215 - blackbg => selects a color scheme with black background
216 - classic => theme with blue background. The classic look
/linux/Documentation/filesystems/
H A Df2fs.rst99 - Support a background cleaning process
110 collection, triggered in background when I/O subsystem is
114 on synchronous garbage collection running in background.
118 let background GC thread to handle foreground GC requests,
334 effectiveness and efficiency on background GC.
760 F2FS does cleaning both on demand and in the background. On-demand cleaning is
770 algorithm for on-demand cleaner, while background cleaner adopts cost-benefit
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs308 Description: Do background GC aggressively when set. Set to 0 by default.
374 Description: Number of checkpoint operations performed in the background to
386 Description: Number of garbage collection operations triggered in background.
398 Description: Number of blocks moved by garbage collection in background.
670 Description: When space utilization exceeds this, do background DISCARD aggressively.
733 Description: Controls background discard granularity of inner discard thread
764 Description: It controls to enable/disable IO aware feature for background discard.
/linux/Documentation/gpu/amdgpu/display/
H A Ddisplay-manager.rst92 background plane (bg). Here, we present main concepts of DRM blend mode to help
104 - *bg.rgb*: Each of the RGB component values from the background.
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst205 entire system, the scan can still be done in the background while other file
600 Running this automatically in the background scares people, so the systemd
601 background service is configured to run with only the privileges required.
815 A foreground CLI process for online fsck on demand, and a background service
848 The background service configures scrub to run with as little privilege as
854 The output of the background service is also captured in the system log.
863 The decision to enable the background scan is left to the system administrator.
890 `Enabling the xfs_scrub background service
1539 filesystem updates take precedence over background checking activity.
1774 background, it is very important to minimize the runtime overhead imposed by
[all …]
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo-design.rst245 are performed in the background as needed so they do not add latency to
618 used to reconstruct the rest of the reference counts in the background.
/linux/Documentation/staging/
H A Drpmsg.rst29 sensors, drive random hardware blocks, or just perform background tasks
/linux/Documentation/process/
H A Dhowto.rst91 This file gives a short background on the Linux kernel and describes
H A Dresearcher-guidelines.rst23 standard research ethics rules. For more background on research ethics
H A Dmaintainer-netdev.rst39 Here is a bit of background information on
H A Dsubmitting-patches.rst115 If related discussions or any other background information behind the change
/linux/drivers/mtd/
H A Dmtd_blkdevs.c133 if (tr->background && !background_done) { in mtd_blktrans_work()
136 tr->background(dev); in mtd_blktrans_work()
/linux/tools/perf/Documentation/
H A Dperf-config.txt141 To change colors of selected line to other foreground and background colors
168 foreground and background colors, separated by a comma, for example:
185 background-color 'default'.
/linux/Documentation/sphinx-static/
H A Dcustom.css37 dl.function, dl.struct, dl.enum { margin-top: 2em; background-color: #ecf0f3; }
56 div.kerneltoc { background-color: #eeeeee; }
57 div.kerneltoc li.current ul { background-color: white; }
98 background: #eeeeee;
125 background: #fafafa;
137 background: #dddddd;
H A Dtheme_overrides.css113 background: inherit;

12345