/linux-4.1.27/Documentation/laptops/ |
D | freefall.c | 142 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main() 143 sched_setscheduler(0, SCHED_FIFO, ¶m); in main()
|
/linux-4.1.27/include/uapi/linux/ |
D | sched.h | 37 #define SCHED_FIFO 1 macro
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-nice-design.txt | 81 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
|
D | sched-design-CFS.txt | 131 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
|
D | sched-deadline.txt | 373 executes for 10ms every 100ms. The second one, scheduled at SCHED_FIFO 452 /* SCHED_FIFO, SCHED_RR */
|
/linux-4.1.27/include/linux/ |
D | ioprio.h | 66 else if (task->policy == SCHED_FIFO || task->policy == SCHED_RR) in task_nice_ioclass()
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer_benchmark.c | 446 sched_setscheduler(consumer, SCHED_FIFO, ¶m); in ring_buffer_benchmark_init() 455 sched_setscheduler(producer, SCHED_FIFO, ¶m); in ring_buffer_benchmark_init()
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_irq.c | 108 sched_setscheduler(current, SCHED_FIFO, ¶m); in sdio_irq_thread()
|
/linux-4.1.27/kernel/locking/ |
D | rtmutex-tester.c | 314 ret = sched_setscheduler(threads[tid], SCHED_FIFO, &schedpar); in sysfs_test_command()
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 77 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/ |
D | watchdog.c | 456 watchdog_set_prio(SCHED_FIFO, MAX_RT_PRIO - 1); in watchdog_enable()
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 291 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/ |
D | perf-top.txt | 88 Collect data with this RT SCHED_FIFO priority.
|
D | perf-record.txt | 86 Collect data with this RT SCHED_FIFO priority.
|
/linux-4.1.27/drivers/thermal/ |
D | intel_powerclamp.c | 384 sched_setscheduler(current, SCHED_FIFO, ¶m); in clamp_thread()
|
/linux-4.1.27/arch/arm/common/ |
D | bL_switcher.c | 280 sched_setscheduler_nocheck(current, SCHED_FIFO, ¶m); in bL_switcher_thread()
|
/linux-4.1.27/tools/perf/ |
D | builtin-record.c | 452 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in __cmd_record()
|
D | builtin-top.c | 988 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in __cmd_top()
|
/linux-4.1.27/kernel/rcu/ |
D | tree_plugin.h | 1194 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()
|
D | rcutorture.c | 691 if (sched_setscheduler(current, SCHED_FIFO, &sp) < 0) { in rcu_torture_boost()
|
D | tree.c | 3899 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 931 if (ctx->policy == SCHED_FIFO) in spusched_tick()
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 699 if (current->policy == SCHED_FIFO) in sched_can_stop_tick() 903 sched_setscheduler_nocheck(stop, SCHED_FIFO, ¶m); 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()
|
D | sched.h | 88 return policy == SCHED_FIFO || policy == SCHED_RR; in rt_policy()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 761 sched_setscheduler(itv->irq_worker_task, SCHED_FIFO, ¶m); in ivtv_init_struct1()
|
/linux-4.1.27/kernel/irq/ |
D | manage.c | 1046 sched_setscheduler_nocheck(t, SCHED_FIFO, ¶m); in __setup_irq()
|
/linux-4.1.27/drivers/spi/ |
D | spi.c | 947 sched_setscheduler(master->kworker_task, SCHED_FIFO, ¶m); in spi_init_queue()
|
/linux-4.1.27/init/ |
D | Kconfig | 684 This option specifies the SCHED_FIFO priority value that will be
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1490 SCHED_FIFO and 2 for SCHED_RR.
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 3038 Set the SCHED_FIFO priority of the RCU per-CPU
|