| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-nice-design.rst | 80 SCHED_FIFO。但这也造成了其它问题:SCHED_FIFO未被证明是免于饥饿的,一个 81 有问题的SCHED_FIFO应用程序也会锁住运行良好的系统。 98 SCHED_FIFO调度策略下运行)几乎被新的调度器自动解决了:更强的负数级别
|
| /linux/tools/laptop/freefall/ |
| H A D | freefall.c | 141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main() 142 sched_setscheduler(0, SCHED_FIFO, ¶m); in main()
|
| /linux/Documentation/scheduler/ |
| H A D | sched-nice-design.rst | 85 SCHED_FIFO. But this caused other problems: SCHED_FIFO is not starvation 86 proof, and a buggy SCHED_FIFO app can also lock up the system for good. 109 and forcing audio apps to run under the more dangerous SCHED_FIFO
|
| H A D | sched-util-clamp.rst | 100 Both SCHED_NORMAL/OTHER and SCHED_FIFO/RR honour uclamp requests/hints. 102 In the SCHED_FIFO/RR case, uclamp gives the option to run RT tasks at any 492 For SCHED_FIFO/SCHED_RR tasks:
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 362 (void *)&blocker_arg, SCHED_FIFO, 1); in TEST_F() 372 SCHED_FIFO, 1); in TEST_F() 376 create_rt_thread(_metadata, &waker, wakerfn, (void *)&waker_arg, SCHED_FIFO, 1); in TEST_F()
|
| H A D | futex_requeue_pi_signal_restart.c | 114 create_rt_thread(_metadata, &waiter, waiterfn, _metadata, SCHED_FIFO, 1); in TEST()
|
| /linux/include/linux/sched/ |
| H A D | rt.h | 46 if (policy == SCHED_FIFO || policy == SCHED_RR) in rt_or_dl_task_policy()
|
| /linux/tools/include/uapi/linux/ |
| H A D | sched.h | |
| /linux/tools/tracing/rtla/sample/ |
| H A D | timerlat_load.py | |
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 125 #define SCHED_FIFO 1 macro
|
| /linux/kernel/sched/ |
| H A D | syscalls.c | 815 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo() 825 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo_low() 839 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo_secondary() 1474 case SCHED_FIFO: in SYSCALL_DEFINE1() 1502 case SCHED_FIFO: in SYSCALL_DEFINE1()
|
| H A D | idle.c | 419 WARN_ON_ONCE(current->policy != SCHED_FIFO); in play_idle_precise()
|
| /linux/tools/tracing/rtla/src/ |
| H A D | utils.c | 453 * SCHED_FIFO: in parse_prio() 499 if (prio < sched_get_priority_min(SCHED_FIFO)) in parse_prio() 501 if (prio > sched_get_priority_max(SCHED_FIFO)) in parse_prio() 504 sched_param->sched_policy = SCHED_FIFO; in parse_prio()
|
| H A D | timerlat_u.c | 53 retval = sched_setscheduler(0, SCHED_FIFO, &sp); in timerlat_u_main()
|
| /linux/arch/s390/kernel/ |
| H A D | wti.c | 180 sched_setscheduler(st->thread, SCHED_FIFO, &wti_sched_param); in wti_init()
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | rt_stall.c | 185 set_sched(SCHED_FIFO, 50); in sched_stress_test()
|
| /linux/kernel/rcu/ |
| H A D | tree_plugin.h | 1145 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup() 1344 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
|
| H A D | Kconfig | 327 Use this option to invoke offloaded callbacks as SCHED_FIFO 329 Of course, running as SCHED_FIFO during callback floods will
|
| H A D | tree_nocb.h | 1459 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread() 1475 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
|
| H A D | tree.c | 4274 sched_setscheduler_nocheck(kworker->task, SCHED_FIFO, ¶m); in rcu_spawn_exp_par_gp_kworker() 4293 sched_setscheduler_nocheck(rcu_exp_gp_kworker->task, SCHED_FIFO, ¶m); in rcu_start_exp_gp_kworker() 4668 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
|
| /linux/Documentation/timers/ |
| H A D | no_hz.rst | 260 runnable high-priority SCHED_FIFO task and an arbitrary number 262 required to run the SCHED_FIFO task until it either blocks or 267 single runnable SCHED_FIFO task and multiple runnable SCHED_OTHER
|
| /linux/Documentation/admin-guide/thermal/ |
| H A D | intel_powerclamp.rst | 81 These kernel threads, with SCHED_FIFO class, are created to perform 89 Running as SCHED_FIFO and relatively high priority, also allows such
|
| /linux/Documentation/trace/ |
| H A D | timerlat-tracer.rst | 47 SCHED_FIFO:95 that prints two lines at every activation. The first is
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | sched.c | 913 if (ctx->policy == SCHED_FIFO) in spusched_tick()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-top.txt | 103 Collect data with this RT SCHED_FIFO priority.
|