Home
last modified time | relevance | path

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

12

/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-nice-design.rst80 SCHED_FIFO。但这也造成了其它问题:SCHED_FIFO未被证明是免于饥饿的,一个
81 有问题的SCHED_FIFO应用程序也会锁住运行良好的系统。
98 SCHED_FIFO调度策略下运行)几乎被新的调度器自动解决了:更强的负数级别
/linux/tools/laptop/freefall/
H A Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
142 sched_setscheduler(0, SCHED_FIFO, &param); in main()
/linux/Documentation/scheduler/
H 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
H 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/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c355 (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 Dfutex_requeue_pi_signal_restart.c113 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in TEST()
/linux/include/linux/sched/
H A Drt.h46 if (policy == SCHED_FIFO || policy == SCHED_RR) in rt_or_dl_task_policy()
/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/tools/tracing/rtla/sample/
H A Dtimerlat_load.py
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h125 #define SCHED_FIFO 1 macro
/linux/kernel/sched/
H A Dsyscalls.c815 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 Didle.c416 WARN_ON_ONCE(current->policy != SCHED_FIFO); in play_idle_precise()
/linux/tools/tracing/rtla/src/
H A Dutils.c453 * 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 Dtimerlat_u.c53 retval = sched_setscheduler(0, SCHED_FIFO, &sp); in timerlat_u_main()
/linux/Documentation/tools/rtla/
H A Dcommon_options.txt46 - *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 Dwti.c180 sched_setscheduler(st->thread, SCHED_FIFO, &wti_sched_param); in wti_init()
/linux/tools/testing/selftests/sched_ext/
H A Drt_stall.c185 set_sched(SCHED_FIFO, 50); in sched_stress_test()
/linux/Documentation/timers/
H A Dno_hz.rst260 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 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/Documentation/trace/
H A Dtimerlat-tracer.rst47 SCHED_FIFO:95 that prints two lines at every activation. The first is
/linux/arch/powerpc/platforms/cell/spufs/
H A Dsched.c913 if (ctx->policy == SCHED_FIFO) in spusched_tick()
/linux/tools/perf/Documentation/
H A Dperf-top.txt103 Collect data with this RT SCHED_FIFO priority.
/linux/tools/tracing/latency/
H A Dlatency-collector.c147 { "fifo", SCHED_FIFO, RT_DEFAULT_PRI },
/linux/tools/perf/
H A Dbuiltin-top.c1354 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_top()
1515 "collect data with this RT SCHED_FIFO priority"), in cmd_top()
/linux/kernel/trace/
H A Dtrace_osnoise.c1899 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in timerlat_main()

12