Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/laptops/
Dfreefall.c142 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
143 sched_setscheduler(0, SCHED_FIFO, &param); in main()
/linux-4.1.27/include/uapi/linux/
Dsched.h37 #define SCHED_FIFO 1 macro
/linux-4.1.27/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.txt373 executes for 10ms every 100ms. The second one, scheduled at SCHED_FIFO
452 /* SCHED_FIFO, SCHED_RR */
/linux-4.1.27/include/linux/
Dioprio.h66 else if (task->policy == SCHED_FIFO || task->policy == SCHED_RR) in task_nice_ioclass()
/linux-4.1.27/kernel/trace/
Dring_buffer_benchmark.c446 sched_setscheduler(consumer, SCHED_FIFO, &param); in ring_buffer_benchmark_init()
455 sched_setscheduler(producer, SCHED_FIFO, &param); in ring_buffer_benchmark_init()
/linux-4.1.27/drivers/mmc/core/
Dsdio_irq.c108 sched_setscheduler(current, SCHED_FIFO, &param); in sdio_irq_thread()
/linux-4.1.27/kernel/locking/
Drtmutex-tester.c314 ret = sched_setscheduler(threads[tid], SCHED_FIFO, &schedpar); in sysfs_test_command()
/linux-4.1.27/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.1.27/kernel/
Dwatchdog.c456 watchdog_set_prio(SCHED_FIFO, MAX_RT_PRIO - 1); in watchdog_enable()
/linux-4.1.27/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.1.27/tools/perf/Documentation/
Dperf-top.txt88 Collect data with this RT SCHED_FIFO priority.
Dperf-record.txt86 Collect data with this RT SCHED_FIFO priority.
/linux-4.1.27/drivers/thermal/
Dintel_powerclamp.c384 sched_setscheduler(current, SCHED_FIFO, &param); in clamp_thread()
/linux-4.1.27/arch/arm/common/
DbL_switcher.c280 sched_setscheduler_nocheck(current, SCHED_FIFO, &param); in bL_switcher_thread()
/linux-4.1.27/tools/perf/
Dbuiltin-record.c452 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_record()
Dbuiltin-top.c988 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_top()
/linux-4.1.27/kernel/rcu/
Dtree_plugin.h1194 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
1211 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup()
Drcutorture.c691 if (sched_setscheduler(current, SCHED_FIFO, &sp) < 0) { in rcu_torture_boost()
Dtree.c3899 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dsched.c931 if (ctx->policy == SCHED_FIFO) in spusched_tick()
/linux-4.1.27/kernel/sched/
Dcore.c699 if (current->policy == SCHED_FIFO) in sched_can_stop_tick()
903 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param); in sched_set_stop_task()
3438 policy != SCHED_FIFO && policy != SCHED_RR && in __sched_setscheduler()
4426 case SCHED_FIFO: in SYSCALL_DEFINE1()
4453 case SCHED_FIFO: in SYSCALL_DEFINE1()
Dsched.h88 return policy == SCHED_FIFO || policy == SCHED_RR; in rt_policy()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-driver.c761 sched_setscheduler(itv->irq_worker_task, SCHED_FIFO, &param); in ivtv_init_struct1()
/linux-4.1.27/kernel/irq/
Dmanage.c1046 sched_setscheduler_nocheck(t, SCHED_FIFO, &param); in __setup_irq()
/linux-4.1.27/drivers/spi/
Dspi.c947 sched_setscheduler(master->kworker_task, SCHED_FIFO, &param); in spi_init_queue()
/linux-4.1.27/init/
DKconfig684 This option specifies the SCHED_FIFO priority value that will be
/linux-4.1.27/Documentation/trace/
Dftrace.txt1490 SCHED_FIFO and 2 for SCHED_RR.
/linux-4.1.27/Documentation/
Dkernel-parameters.txt3038 Set the SCHED_FIFO priority of the RCU per-CPU