Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/include/uapi/linux/
Dsched.h37 #define SCHED_FIFO 1 macro
/linux-4.4.14/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c310 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test()
324 SCHED_FIFO, 1)) { in unit_test()
332 SCHED_FIFO, 1)) { in unit_test()
Dfutex_requeue_pi_signal_restart.c159 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in main()
/linux-4.4.14/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
Dsched-deadline.txt497 executes for 10ms every 100ms. The second one, scheduled at SCHED_FIFO
576 /* SCHED_FIFO, SCHED_RR */
/linux-4.4.14/include/linux/
Dioprio.h66 else if (task->policy == SCHED_FIFO || task->policy == SCHED_RR) in task_nice_ioclass()
/linux-4.4.14/kernel/trace/
Dring_buffer_benchmark.c460 sched_setscheduler(consumer, SCHED_FIFO, &param); in ring_buffer_benchmark_init()
469 sched_setscheduler(producer, SCHED_FIFO, &param); in ring_buffer_benchmark_init()
/linux-4.4.14/drivers/mmc/core/
Dsdio_irq.c108 sched_setscheduler(current, SCHED_FIFO, &param); in sdio_irq_thread()
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/
Dgpu_scheduler.c413 sched_setscheduler(current, SCHED_FIFO, &sparam); in amd_sched_main()
/linux-4.4.14/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-4.4.14/Documentation/timers/
DNO_HZ.txt291 runnable high-priority SCHED_FIFO task and an arbitrary number
293 required to run the SCHED_FIFO task until it either blocks or
298 single runnable SCHED_FIFO task and multiple runnable SCHED_OTHER
/linux-4.4.14/drivers/thermal/
Dintel_powerclamp.c384 sched_setscheduler(current, SCHED_FIFO, &param); in clamp_thread()
/linux-4.4.14/kernel/
Dwatchdog.c509 watchdog_set_prio(SCHED_FIFO, MAX_RT_PRIO - 1); in watchdog_enable()
/linux-4.4.14/arch/arm/common/
DbL_switcher.c280 sched_setscheduler_nocheck(current, SCHED_FIFO, &param); in bL_switcher_thread()
/linux-4.4.14/tools/perf/Documentation/
Dperf-top.txt88 Collect data with this RT SCHED_FIFO priority.
Dperf-record.txt110 Collect data with this RT SCHED_FIFO priority.
/linux-4.4.14/kernel/locking/
Dlocktorture.c403 policy = SCHED_FIFO; in torture_rtmutex_boost()
/linux-4.4.14/kernel/rcu/
Dtree_plugin.h1184 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
1201 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup()
Drcutorture.c738 if (sched_setscheduler(current, SCHED_FIFO, &sp) < 0) { in rcu_torture_boost()
Dtree.c4334 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dsched.c931 if (ctx->policy == SCHED_FIFO) in spusched_tick()
/linux-4.4.14/tools/perf/
Dbuiltin-record.c622 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_record()
Dbuiltin-top.c1013 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_top()
/linux-4.4.14/kernel/sched/
Dsched.h98 return policy == SCHED_FIFO || policy == SCHED_RR; in rt_policy()
Dcore.c724 if (current->policy == SCHED_FIFO) in sched_can_stop_tick()
930 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param); in sched_set_stop_task()
4809 case SCHED_FIFO: in SYSCALL_DEFINE1()
4836 case SCHED_FIFO: in SYSCALL_DEFINE1()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-driver.c761 sched_setscheduler(itv->irq_worker_task, SCHED_FIFO, &param); in ivtv_init_struct1()
/linux-4.4.14/drivers/tty/serial/
Dsc16is7xx.c1177 sched_setscheduler(s->kworker_task, SCHED_FIFO, &sched_param); in sc16is7xx_probe()
/linux-4.4.14/kernel/irq/
Dmanage.c1077 sched_setscheduler_nocheck(t, SCHED_FIFO, &param); in setup_irq_thread()
/linux-4.4.14/drivers/spi/
Dspi.c1206 sched_setscheduler(master->kworker_task, SCHED_FIFO, &param); in spi_init_queue()
/linux-4.4.14/init/
DKconfig662 This option specifies the SCHED_FIFO priority value that will be
/linux-4.4.14/Documentation/trace/
Dftrace.txt1503 SCHED_FIFO and 2 for SCHED_RR.
/linux-4.4.14/Documentation/
Dkernel-parameters.txt3141 Set the SCHED_FIFO priority of the RCU per-CPU