/linux-4.4.14/tools/laptop/freefall/ |
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.4.14/include/uapi/linux/ |
D | sched.h | 37 #define SCHED_FIFO 1 macro
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 310 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test() 324 SCHED_FIFO, 1)) { in unit_test() 332 SCHED_FIFO, 1)) { in unit_test()
|
D | futex_requeue_pi_signal_restart.c | 159 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in main()
|
/linux-4.4.14/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 | 497 executes for 10ms every 100ms. The second one, scheduled at SCHED_FIFO 576 /* SCHED_FIFO, SCHED_RR */
|
/linux-4.4.14/include/linux/ |
D | ioprio.h | 66 else if (task->policy == SCHED_FIFO || task->policy == SCHED_RR) in task_nice_ioclass()
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 460 sched_setscheduler(consumer, SCHED_FIFO, ¶m); in ring_buffer_benchmark_init() 469 sched_setscheduler(producer, SCHED_FIFO, ¶m); in ring_buffer_benchmark_init()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_irq.c | 108 sched_setscheduler(current, SCHED_FIFO, ¶m); in sdio_irq_thread()
|
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.c | 413 sched_setscheduler(current, SCHED_FIFO, &sparam); in amd_sched_main()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/thermal/ |
D | intel_powerclamp.c | 384 sched_setscheduler(current, SCHED_FIFO, ¶m); in clamp_thread()
|
/linux-4.4.14/kernel/ |
D | watchdog.c | 509 watchdog_set_prio(SCHED_FIFO, MAX_RT_PRIO - 1); in watchdog_enable()
|
/linux-4.4.14/arch/arm/common/ |
D | bL_switcher.c | 280 sched_setscheduler_nocheck(current, SCHED_FIFO, ¶m); in bL_switcher_thread()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-top.txt | 88 Collect data with this RT SCHED_FIFO priority.
|
D | perf-record.txt | 110 Collect data with this RT SCHED_FIFO priority.
|
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 403 policy = SCHED_FIFO; in torture_rtmutex_boost()
|
/linux-4.4.14/kernel/rcu/ |
D | tree_plugin.h | 1184 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()
|
D | rcutorture.c | 738 if (sched_setscheduler(current, SCHED_FIFO, &sp) < 0) { in rcu_torture_boost()
|
D | tree.c | 4334 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 931 if (ctx->policy == SCHED_FIFO) in spusched_tick()
|
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 622 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in __cmd_record()
|
D | builtin-top.c | 1013 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in __cmd_top()
|
/linux-4.4.14/kernel/sched/ |
D | sched.h | 98 return policy == SCHED_FIFO || policy == SCHED_RR; in rt_policy()
|
D | core.c | 724 if (current->policy == SCHED_FIFO) in sched_can_stop_tick() 930 sched_setscheduler_nocheck(stop, SCHED_FIFO, ¶m); 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/ |
D | ivtv-driver.c | 761 sched_setscheduler(itv->irq_worker_task, SCHED_FIFO, ¶m); in ivtv_init_struct1()
|
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 1177 sched_setscheduler(s->kworker_task, SCHED_FIFO, &sched_param); in sc16is7xx_probe()
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 1077 sched_setscheduler_nocheck(t, SCHED_FIFO, ¶m); in setup_irq_thread()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 1206 sched_setscheduler(master->kworker_task, SCHED_FIFO, ¶m); in spi_init_queue()
|
/linux-4.4.14/init/ |
D | Kconfig | 662 This option specifies the SCHED_FIFO priority value that will be
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1503 SCHED_FIFO and 2 for SCHED_RR.
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 3141 Set the SCHED_FIFO priority of the RCU per-CPU
|