/linux-6.12.1/Documentation/translations/zh_CN/scheduler/ |
D | sched-nice-design.rst | 80 SCHED_FIFO。但这也造成了其它问题:SCHED_FIFO未被证明是免于饥饿的,一个 81 有问题的SCHED_FIFO应用程序也会锁住运行良好的系统。 98 SCHED_FIFO调度策略下运行)几乎被新的调度器自动解决了:更强的负数级别
|
D | sched-design-CFS.rst | 113 SCHED_FIFO/_RR被实现在sched/rt.c中,它们由POSIX具体说明。 127 sched/rt.c 实现了SCHED_FIFO和SCHED_RR语义,且比之前的原始调度器更简洁。它使用了100个 178 CONFIG_RT_GROUP_SCHED 允许将实时(也就是说,SCHED_FIFO和SCHED_RR)任务编组。
|
/linux-6.12.1/tools/laptop/freefall/ |
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-6.12.1/Documentation/scheduler/ |
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
|
D | sched-design-CFS.rst | 143 SCHED_FIFO/_RR are implemented in sched/rt.c and are as specified by 161 sched/rt.c implements SCHED_FIFO and SCHED_RR semantics, in a simpler way than 224 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
|
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-6.12.1/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 309 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test() 323 SCHED_FIFO, 1)) { in unit_test() 331 SCHED_FIFO, 1)) { in unit_test()
|
D | futex_requeue_pi_signal_restart.c | 158 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in main()
|
/linux-6.12.1/tools/tracing/rtla/sample/ |
D | timerlat_load.py | 48 os.sched_setscheduler(0, os.SCHED_FIFO, param)
|
/linux-6.12.1/include/linux/sched/ |
D | rt.h | 46 if (policy == SCHED_FIFO || policy == SCHED_RR) in rt_or_dl_task_policy()
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | sched.h | 115 #define SCHED_FIFO 1 macro
|
/linux-6.12.1/include/uapi/linux/ |
D | sched.h | 115 #define SCHED_FIFO 1 macro
|
/linux-6.12.1/tools/tracing/rtla/src/ |
D | utils.c | 446 if (prio < sched_get_priority_min(SCHED_FIFO)) in parse_prio() 448 if (prio > sched_get_priority_max(SCHED_FIFO)) in parse_prio() 451 sched_param->sched_policy = SCHED_FIFO; in parse_prio()
|
D | timerlat_u.c | 53 retval = sched_setscheduler(0, SCHED_FIFO, &sp); in timerlat_u_main()
|
/linux-6.12.1/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 407 if (0 && sched_setscheduler(0, SCHED_FIFO, ¶m) == -1) { in set_pthread_cpu() 423 if (0 && sched_setscheduler(0, SCHED_FIFO, ¶m) == -1) { in set_mycpu()
|
/linux-6.12.1/arch/s390/kernel/ |
D | wti.c | 180 sched_setscheduler(st->thread, SCHED_FIFO, &wti_sched_param); in wti_init()
|
/linux-6.12.1/kernel/sched/ |
D | syscalls.c | 859 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo() 869 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo_low() 1531 case SCHED_FIFO: in SYSCALL_DEFINE1() 1559 case SCHED_FIFO: in SYSCALL_DEFINE1()
|
D | idle.c | 389 WARN_ON_ONCE(current->policy != SCHED_FIFO); in play_idle_precise()
|
/linux-6.12.1/Documentation/tools/rtla/ |
D | common_options.rst | 42 - *f:prio* - use SCHED_FIFO with *prio*;
|
/linux-6.12.1/Documentation/translations/sp_SP/scheduler/ |
D | sched-design-CFS.rst | 158 SCHED_FIFO/_RR se implementan en sched/rt.c y son específicos de 176 sched/rt.c implementa la semántica de SCHED_FIFO y SCHED_RR, de una forma 243 SCHED_FIFO y SCHED_RR).
|
/linux-6.12.1/kernel/rcu/ |
D | tree_plugin.h | 1023 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup() 1221 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
|
D | Kconfig | 284 Use this option to invoke offloaded callbacks as SCHED_FIFO 286 Of course, running as SCHED_FIFO during callback floods will
|
D | tree_nocb.h | 1396 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread() 1412 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
|
/linux-6.12.1/Documentation/timers/ |
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-6.12.1/Documentation/admin-guide/thermal/ |
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
|