Home
last modified time | relevance | path

Searched refs:SCHED_FIFO (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/
A Dsched-nice-design.rst80 SCHED_FIFO。但这也造成了其它问题:SCHED_FIFO未被证明是免于饥饿的,一个
81 有问题的SCHED_FIFO应用程序也会锁住运行良好的系统。
98 SCHED_FIFO调度策略下运行)几乎被新的调度器自动解决了:更强的负数级别
A Dsched-design-CFS.rst113 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.3-rc2/tools/laptop/freefall/
A Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
142 sched_setscheduler(0, SCHED_FIFO, &param); in main()
/linux-6.3-rc2/tools/tracing/rtla/src/
A Dutils.c457 if (prio < sched_get_priority_min(SCHED_FIFO)) in parse_prio()
459 if (prio > sched_get_priority_max(SCHED_FIFO)) in parse_prio()
462 sched_param->sched_policy = SCHED_FIFO; in parse_prio()
/linux-6.3-rc2/tools/testing/selftests/futex/functional/
A Dfutex_requeue_pi.c307 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test()
321 SCHED_FIFO, 1)) { in unit_test()
329 SCHED_FIFO, 1)) { in unit_test()
A Dfutex_requeue_pi_signal_restart.c158 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in main()
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-nice-design.rst85 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
A Dsched-design-CFS.rst136 SCHED_FIFO/_RR are implemented in sched/rt.c and are as specified by
154 sched/rt.c implements SCHED_FIFO and SCHED_RR semantics, in a simpler way than
217 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
A Dsched-util-clamp.rst100 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.3-rc2/include/linux/sched/
A Drt.h25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
/linux-6.3-rc2/include/uapi/linux/
A Dsched.h115 #define SCHED_FIFO 1 macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dsched.h115 #define SCHED_FIFO 1 macro
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/
A Dtlbie_test.c407 if (0 && sched_setscheduler(0, SCHED_FIFO, &param) == -1) { in set_pthread_cpu()
423 if (0 && sched_setscheduler(0, SCHED_FIFO, &param) == -1) { in set_mycpu()
/linux-6.3-rc2/Documentation/tools/rtla/
A Dcommon_options.rst42 - *f:prio* - use SCHED_FIFO with *prio*;
/linux-6.3-rc2/kernel/sched/
A Didle.c345 WARN_ON_ONCE(current->policy != SCHED_FIFO); in play_idle_precise()
A Dcore.c3588 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param); in sched_set_stop_task()
7844 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo()
7854 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo_low()
8902 case SCHED_FIFO: in SYSCALL_DEFINE1()
8929 case SCHED_FIFO: in SYSCALL_DEFINE1()
/linux-6.3-rc2/kernel/rcu/
A Dtree_plugin.h1010 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup()
1209 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
A DKconfig283 Use this option to invoke offloaded callbacks as SCHED_FIFO
285 Of course, running as SCHED_FIFO during callback floods will
A Dtree_nocb.h1468 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
1479 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
A Dtree.c4545 sched_setscheduler_nocheck(rcu_exp_gp_kworker->task, SCHED_FIFO, &param); in rcu_start_exp_gp_kworkers()
4546 sched_setscheduler_nocheck(rcu_exp_par_gp_kworker->task, SCHED_FIFO, in rcu_start_exp_gp_kworkers()
4584 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
/linux-6.3-rc2/Documentation/timers/
A Dno_hz.rst263 runnable high-priority SCHED_FIFO task and an arbitrary number
265 required to run the SCHED_FIFO task until it either blocks or
270 single runnable SCHED_FIFO task and multiple runnable SCHED_OTHER
/linux-6.3-rc2/Documentation/admin-guide/thermal/
A Dintel_powerclamp.rst81 These kernel threads, with SCHED_FIFO class, are created to perform
89 Running as SCHED_FIFO and relatively high priority, also allows such
/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/
A Dsched.c913 if (ctx->policy == SCHED_FIFO) in spusched_tick()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-top.txt99 Collect data with this RT SCHED_FIFO priority.
/linux-6.3-rc2/kernel/trace/
A Dtrace_osnoise.c1713 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in timerlat_main()

Completed in 66 milliseconds

12