/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H A D | ipu-dp.c | 47 bool foreground; member 52 struct ipu_dp foreground; member 72 if (dp->foreground) in to_flow() 73 return container_of(dp, struct ipu_flow, foreground); in to_flow() 178 if (!dp->foreground) in ipu_dp_setup_channel() 181 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel() 183 * foreground and background are of same colorspace, put in ipu_dp_setup_channel() 186 ipu_dp_csc_init(flow, flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel() 189 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN || in ipu_dp_setup_channel() 190 flow->foreground in ipu_dp_setup_channel() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
H A D | ipu-dp.c | 48 bool foreground; member 53 struct ipu_dp foreground; member 73 if (dp->foreground) in to_flow() 74 return container_of(dp, struct ipu_flow, foreground); in to_flow() 194 if (!dp->foreground) in ipu_dp_setup_channel() 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() 203 flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel() 206 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN || in ipu_dp_setup_channel() 207 flow->foreground in ipu_dp_setup_channel() [all...] |
/kernel/liteos_a/apps/shell/src/ |
H A D | shmsg.c | 354 void ChildExec(const char *cmdName, char *const paramArray[], bool foreground) in ChildExec() argument 370 if (!foreground) { in ChildExec() 411 bool foreground = FALSE; in DoCmdExec() local 420 foreground = TRUE; in DoCmdExec() 428 ChildExec(cmdParsed->paramArray[0], cmdParsed->paramArray, foreground); in DoCmdExec() 430 if (!foreground) { in DoCmdExec()
|
/kernel/liteos_a/apps/shell/include/ |
H A D | shmsg.h | 65 extern void ChildExec(const char *cmdName, char *const paramArray[], bool foreground);
|
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/ |
H A D | runner.sh | 36 /usr/bin/timeout --foreground "$kselftest_timeout" \
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | gc.c | 47 bool sync_mode, foreground = false; in gc_thread_func() local 56 foreground = true; in gc_thread_func() 104 if (foreground) { in gc_thread_func() 124 stat_inc_gc_call_count(sbi, foreground ? in gc_thread_func() 129 /* foreground GC was been triggered via f2fs_balance_fs() */ in gc_thread_func() 130 if (foreground) in gc_thread_func() 134 gc_control.no_bg_gc = foreground; in gc_thread_func() 135 gc_control.nr_free_secs = foreground ? 1 : 0; in gc_thread_func() 139 /* don't bother wait_ms by foreground gc */ in gc_thread_func() 140 if (!foreground) in gc_thread_func() [all...] |
H A D | f2fs.h | 842 /* avoid racing between foreground op and gc */ 1339 * like foreground gc 3961 #define stat_inc_cp_call_count(sbi, foreground) \ 3962 atomic_inc(&sbi->cp_call_count[(foreground)]) 4048 #define stat_inc_gc_call_count(sbi, foreground) \ 4049 (F2FS_STAT(sbi)->gc_call_count[(foreground)]++) 4080 #define stat_inc_cp_call_count(sbi, foreground) do { } while (0) 4109 #define stat_inc_gc_call_count(sbi, foreground) do { } while (0)
|
/kernel/linux/linux-6.6/tools/testing/selftests/kselftest/ |
H A D | runner.sh | 39 /usr/bin/timeout --foreground "$kselftest_timeout" \
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | gc.c | 42 bool sync_mode, foreground = false; in gc_thread_func() local 51 foreground = true; in gc_thread_func() 99 if (foreground) { in gc_thread_func() 119 if (!foreground) in gc_thread_func() 124 /* foreground GC was been triggered via f2fs_balance_fs() */ in gc_thread_func() 125 if (foreground) in gc_thread_func() 129 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func() 132 if (foreground) in gc_thread_func() 250 * foreground GC and urgent GC cases. in select_policy()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | dc.c | 167 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local 176 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy() 215 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy() 267 blending[0] = foreground; in tegra_plane_setup_blending_legacy() 271 blending[1] = foreground; in tegra_plane_setup_blending_legacy() 280 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy() 281 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy() 282 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dc.c | 174 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local 183 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy() 222 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy() 274 blending[0] = foreground; in tegra_plane_setup_blending_legacy() 278 blending[1] = foreground; in tegra_plane_setup_blending_legacy() 287 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy() 288 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy() 289 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-daemon.c | 1249 bool foreground = false; in __cmd_start() local 1251 OPT_BOOLEAN('f', "foreground", &foreground, "stay on console"), in __cmd_start() 1274 if (foreground && check_lock(daemon)) in __cmd_start() 1277 if (!foreground) { in __cmd_start()
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \ 303 timeout --foreground 20m $< \
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_kvp_daemon.c | 1357 " -n, --no-daemon stay in foreground, don't daemonize\n" in print_usage()
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_kvp_daemon.c | 1532 " -n, --no-daemon stay in foreground, don't daemonize\n" in print_usage()
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 218 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
|