Searched refs:foreground (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/ipu-v3/
H A Dipu-dp.c48 bool foreground; member in struct:ipu_dp
53 struct ipu_dp foreground; member in struct:ipu_flow
73 if (dp->foreground)
74 return container_of(dp, struct ipu_flow, foreground);
194 if (!dp->foreground)
197 if (flow->foreground.in_cs == flow->background.in_cs) {
199 * foreground and background are of same colorspace, put
203 flow->foreground.in_cs, flow->out_cs,
206 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN ||
207 flow->foreground
[all...]
/linux-master/tools/testing/selftests/kselftest/
H A Drunner.sh40 /usr/bin/timeout --foreground "$kselftest_timeout" \
/linux-master/fs/f2fs/
H A Dgc.c47 bool sync_mode, foreground = false; local
56 foreground = true;
104 if (foreground) {
124 stat_inc_gc_call_count(sbi, foreground ?
129 /* foreground GC was been triggered via f2fs_balance_fs() */
130 if (foreground)
134 gc_control.no_bg_gc = foreground;
135 gc_control.nr_free_secs = foreground ? 1 : 0;
139 /* don't bother wait_ms by foreground gc */
140 if (!foreground)
[all...]
H A Df2fs.h851 /* avoid racing between foreground op and gc */
1349 * like foreground gc
3971 #define stat_inc_cp_call_count(sbi, foreground) \
3972 atomic_inc(&sbi->cp_call_count[(foreground)])
4058 #define stat_inc_gc_call_count(sbi, foreground) \
4059 (F2FS_STAT(sbi)->gc_call_count[(foreground)]++)
4090 #define stat_inc_cp_call_count(sbi, foreground) do { } while (0)
4119 #define stat_inc_gc_call_count(sbi, foreground) do { } while (0)
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c174 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | local
183 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN);
222 foreground |= BLEND_CONTROL_ALPHA;
274 blending[0] = foreground;
278 blending[1] = foreground;
287 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X);
288 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y);
289 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY);
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1249 bool foreground = false; local
1251 OPT_BOOLEAN('f', "foreground", &foreground, "stay on console"),
1274 if (foreground && check_lock(daemon))
1277 if (!foreground) {
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c1663 " -n, --no-daemon stay in foreground, don't daemonize\n"
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
303 timeout --foreground 20m $< \

Completed in 287 milliseconds