Home
last modified time | relevance | path

Searched full:background (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dselection.svg3 <svg enable-background="new" version="1" viewBox="0 0 4226.3 1686.8" xmlns="http://www.w3.org/2000/…
54 …413-166.25 9.653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fil…
57 …413-166.25 9.653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fil…
60 …413-166.25 9.653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fil…
63 …413-166.25 9.653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fil…
66 …9.9-30.088 33.613-66.009 42.135-92.518s15.801-77.1 15.801-77.1" enable-background="new" fill="#202…
69 …12.823 31.071-46.071 60.357-138.57 60.357-138.57l13.214-202.5z" enable-background="accumulate" fil…
72 …9.666 59.286-71.429s32.857-71.429 32.857-71.429l238.57 262.14z" enable-background="accumulate" fil…
108 …413-166.25 9.653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fil…
133 …9.9-30.088 33.613-66.009 42.135-92.518s15.801-77.1 15.801-77.1" enable-background="new" fill="#202…
[all …]
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Ddm-clone.rst19 background, in parallel with user I/O.
100 Background Hydration
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.
[all …]
/linux-6.12.1/Documentation/sphinx-static/
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;
/linux-6.12.1/Documentation/admin-guide/
Dvga-softcursor.rst10 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-6.12.1/drivers/scsi/
D3w-9xxx.h62 {0x0004, "Background rebuild failed"},
63 {0x0005, "Background rebuild done"},
65 {0x0007, "Background initialize done"},
70 {0x000C, "Background initialize started"},
72 {0x000E, "Background initialize failed"},
97 {0x0029, "Background verify started"},
98 {0x002A, "Background verify failed"},
99 {0x002B, "Background verify done"},
101 {0x002D, "Background rebuild error on source drive"},
107 {0x0033, "Background migration started"},
[all …]
/linux-6.12.1/drivers/gpu/ipu-v3/
Dipu-dp.c54 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()
199 * foreground and background are of same colorspace, put in ipu_dp_setup_channel()
210 * conversion on background 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-6.12.1/fs/ubifs/
Dcommit.c237 * run_bg_commit - run background commit if it is needed.
240 * This function runs background commit if it is needed. Returns zero in case
247 * Run background commit only if background commit was requested or if in run_bg_commit()
275 * ubifs_bg_thread - UBIFS background thread function.
278 * This function implements various file-system background activities:
283 * Note, other stuff like background garbage collection may be added here in
291 ubifs_msg(c, "background thread \"%s\" started, PID %d", in ubifs_bg_thread()
326 ubifs_msg(c, "background thread \"%s\" stops", c->bgt_name); in ubifs_bg_thread()
361 * ubifs_request_bg_commit - notify the background thread to do a commit.
365 * worthwhile, so background thread is kicked to start it.
Dshrinker.c206 * kick_a_thread - kick a background thread to start commit.
208 * This function kicks a background thread to start background commit. Returns
221 * the second time and initiate background commit. in kick_a_thread()
290 * is to kick background threads to start commit, which will in ubifs_shrink_scan()
/linux-6.12.1/sound/pci/cs46xx/
Dcs46xx_dsp_task_types.h24 | SBlaster IF |______\| Foreground |___\| Middlegr'nd |___\| Background |___\| Nul |
30 | Foreground |_\ | Middlegr'nd |_\ | Background |_\
50 This should only ever be used on the Background thread */
53 … This should only ever be used on the Background thread */
/linux-6.12.1/Documentation/driver-api/cxl/
Dmaturity-map.rst125 * [1] :ref:`Background commands <background-commands>`
197 * **Background commands**: The CXL background command mechanism is
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwsignal.h12 * @BRCMF_FWS_FIFO_FIRST: first fifo, ie. background.
13 * @BRCMF_FWS_FIFO_AC_BK: fifo for background traffic.
/linux-6.12.1/tools/testing/selftests/net/lib/py/
Dutils.py17 … def __init__(self, comm, shell=True, fail=True, ns=None, background=False, host=None, timeout=5): argument
31 if not background:
57 super().__init__(comm, background=True,
/linux-6.12.1/tools/testing/selftests/drivers/net/lib/py/
Dload.py15 self._iperf_server = cmd(f"iperf3 -s -1 -p {port}", background=True)
19 background=True, host=env.remote)
/linux-6.12.1/fs/xfs/
Dxfs_icache.c198 * Queue background inode reclaim work if there are reclaimable inodes and there
215 * Background scanning to trim preallocated space. This is queued based on the
259 /* start background work */ in xfs_perag_set_inode_tag()
902 * done in the background in a non-blocking manner, and enables memory reclaim
1028 * background reclaim if it isn't already scheduled.
1043 /* kick background reclaimer and push the AIL */ in xfs_reclaim_inodes_nr()
1188 * If the caller is waiting, return -EAGAIN to keep the background in xfs_inode_free_eofblocks()
1314 * currently opened for write from background (i.e. non-sync) scans. For in xfs_prep_free_cowblocks()
1356 * If the caller is waiting, return -EAGAIN to keep the background in xfs_inode_free_cowblocks()
1495 /* Background worker that trims preallocated space. */
[all …]
/linux-6.12.1/tools/perf/Documentation/
Dperf-daemon.txt7 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-6.12.1/tools/memory-model/Documentation/
DREADME16 o You have some background in Linux-kernel concurrency, and would
98 Background information.
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Datomisp_compat_ioctl32.h91 /* Y value of overlay background */
93 /* U value of overlay background */
95 /* V value of overlay background */
/linux-6.12.1/drivers/mtd/
Dmtdswap.c10 * Based on Richard Purdie's earlier implementation in 2007. Background
43 * Wear level cost amortization. We want to do wear leveling on the background
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()
[all …]
/linux-6.12.1/include/linux/
Dconsole_struct.h36 * @color: foreground & background colors
40 * @reverse: reversed foreground/background colors
126 unsigned short vc_video_erase_char; /* Background erase character */
/linux-6.12.1/net/core/
Dieee8021q_helpers.c179 * map to UP 1 and, thus, to the Background Access Category (AC_BK), in ietf_dscp_to_ieee8021q_tt()
189 * assigned to the Background Access Category (AC_BK), then it would in ietf_dscp_to_ieee8021q_tt()
211 * corresponds to the [IEEE.802.11-2016] Background Access Category in ietf_dscp_to_ieee8021q_tt()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_blend.c146 * background.
167 * background color values::
182 * Each of the RGB component values from the background
189 * plane or the CRTC (e.g. for the background color, which currently is not
355 * If zpos of some planes cannot be changed (like fixed background or
565 * pre-multiplied and will do so when blending them to the background color
/linux-6.12.1/tools/power/pm-graph/
Dbootgraph.py554 # draw the timeline background
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\
[all …]
/linux-6.12.1/arch/arm/kernel/
Dhead-nommu.S245 * Region 1: Background region - covers the whole of RAM as strongly ordered
300 /* First/background region */
369 /* Setup Background: 0x0 - min(KERNEL_START, XIP_PHYS_ADDR) */
394 /* Setup Background: max(KERNEL_END, _exiprom) - 0xffffffff */
415 /* Setup Background: min(_exiprom, KERNEL_END) - max(KERNEL_START, XIP_PHYS_ADDR) */
/linux-6.12.1/Documentation/ABI/testing/
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.
676 Description: When space utilization exceeds this, do background DISCARD aggressively.
739 Description: Controls background discard granularity of inner discard thread
770 Description: It controls to enable/disable IO aware feature for background discard.
806 background GC thread. the default number is "60".
813 background GC thread. the default number is "25".
820 background GC thread from intiating GC for sections having valid blocks
/linux-6.12.1/Documentation/core-api/
Dmemory-allocation.rst90 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

12345678910>>...21