| /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 | 355 (void *)&blocker_arg, SCHED_FIFO, 1)) { in TEST_F() 366 SCHED_FIFO, 1)) { in TEST_F() 372 SCHED_FIFO, 1)) { in TEST_F()
|
| H A D | futex_requeue_pi_signal_restart.c | 113 res = create_rt_thread(&waiter, waiterfn, NULL, 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 | 416 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/Documentation/tools/rtla/ |
| H A D | common_options.txt | 46 - *f:prio* - use SCHED_FIFO with *prio*; 49 …reads keep their default priority. For rtla user threads, it is set to SCHED_FIFO with priority 95…
|
| /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/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.
|
| /linux/tools/tracing/latency/ |
| H A D | latency-collector.c | 147 { "fifo", SCHED_FIFO, RT_DEFAULT_PRI },
|
| /linux/tools/perf/ |
| H A D | builtin-top.c | 1354 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in __cmd_top() 1515 "collect data with this RT SCHED_FIFO priority"), in cmd_top()
|
| /linux/kernel/trace/ |
| H A D | trace_osnoise.c | 1899 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in timerlat_main()
|