Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/laptop/freefall/
Dfreefall.c142 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
143 sched_setscheduler(0, SCHED_FIFO, &param); in main()
/Linux-v4.19/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c311 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test()
325 SCHED_FIFO, 1)) { in unit_test()
333 SCHED_FIFO, 1)) { in unit_test()
Dfutex_requeue_pi_signal_restart.c161 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in main()
/Linux-v4.19/tools/include/uapi/linux/
Dsched.h37 #define SCHED_FIFO 1 macro
/Linux-v4.19/include/uapi/linux/
Dsched.h37 #define SCHED_FIFO 1 macro
/Linux-v4.19/Documentation/scheduler/
Dsched-nice-design.txt81 SCHED_FIFO. But this caused other problems: SCHED_FIFO is not starvation
82 proof, and a buggy SCHED_FIFO app can also lock up the system for good.
105 and forcing audio apps to run under the more dangerous SCHED_FIFO
Dsched-design-CFS.txt131 SCHED_FIFO/_RR are implemented in sched/rt.c and are as specified by
148 sched/rt.c implements SCHED_FIFO and SCHED_RR semantics, in a simpler way than
210 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
/Linux-v4.19/include/linux/sched/
Drt.h25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
/Linux-v4.19/kernel/trace/
Dring_buffer_benchmark.c462 sched_setscheduler(consumer, SCHED_FIFO, &param); in ring_buffer_benchmark_init()
471 sched_setscheduler(producer, SCHED_FIFO, &param); in ring_buffer_benchmark_init()
/Linux-v4.19/drivers/powercap/
Didle_inject.c259 sched_setscheduler(current, SCHED_FIFO, &param); in idle_inject_setup()
/Linux-v4.19/drivers/mmc/core/
Dsdio_irq.c129 sched_setscheduler(current, SCHED_FIFO, &param); in sdio_irq_thread()
/Linux-v4.19/kernel/sched/
Didle.c321 WARN_ON_ONCE(current->policy != SCHED_FIFO); in play_idle()
/Linux-v4.19/drivers/firmware/
Dpsci_checker.c293 if (sched_setscheduler_nocheck(current, SCHED_FIFO, &sched_priority)) in suspend_test_thread()
/Linux-v4.19/crypto/
Dcrypto_engine.c465 sched_setscheduler(engine->kworker->task, SCHED_FIFO, &param); in crypto_engine_alloc_init()
/Linux-v4.19/Documentation/timers/
DNO_HZ.txt261 runnable high-priority SCHED_FIFO task and an arbitrary number
263 required to run the SCHED_FIFO task until it either blocks or
268 single runnable SCHED_FIFO task and multiple runnable SCHED_OTHER
/Linux-v4.19/Documentation/thermal/
Dintel_powerclamp.txt77 These kernel threads, with SCHED_FIFO class, are created to perform
85 Running as SCHED_FIFO and relatively high priority, also allows such
/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c506 sched_setscheduler(worker->task, SCHED_FIFO, &sparam); in start_power_clamp_worker()
/Linux-v4.19/arch/arm/common/
DbL_switcher.c281 sched_setscheduler_nocheck(current, SCHED_FIFO, &param); in bL_switcher_thread()
/Linux-v4.19/kernel/rcu/
Drcuperf.c440 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_perf_writer()
Dtree_plugin.h1240 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
1257 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_drv.c557 SCHED_FIFO, &param); in msm_drm_init()
583 SCHED_FIFO, &param); in msm_drm_init()
/Linux-v4.19/tools/perf/Documentation/
Dperf-top.txt93 Collect data with this RT SCHED_FIFO priority.
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_breadcrumbs.c613 sched_setscheduler_nocheck(current, SCHED_FIFO, &param); in signaler_set_rtpriority()
/Linux-v4.19/kernel/locking/
Dlocktorture.c465 policy = SCHED_FIFO; in torture_rtmutex_boost()
/Linux-v4.19/drivers/gpu/drm/scheduler/
Dgpu_scheduler.c853 sched_setscheduler(current, SCHED_FIFO, &sparam); in drm_sched_main()

12