/linux-4.4.14/tools/power/cpupower/bench/ |
D | system.c | 120 param.sched_priority = priority; in set_process_priority()
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 458 .sched_priority = consumer_fifo in ring_buffer_benchmark_init() 467 .sched_priority = producer_fifo in ring_buffer_benchmark_init()
|
/linux-4.4.14/tools/laptop/freefall/ |
D | freefall.c | 142 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 74 schedp.sched_priority = prio; in create_rt_thread()
|
D | futex_requeue_pi.c | 95 schedp.sched_priority = prio; in create_rt_thread()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_irq.c | 104 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
|
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 404 param.sched_priority = MAX_RT_PRIO - 1; in torture_rtmutex_boost() 418 param.sched_priority = 0; in torture_rtmutex_boost()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 918 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task() 3674 p->rt_priority = attr->sched_priority; in __setscheduler_params() 3707 attr->sched_priority = p->rt_priority; in __getparam_dl() 3790 MAX_RT_PRIO - 1 - attr->sched_priority; in __sched_setscheduler() 3820 if ((p->mm && attr->sched_priority > MAX_USER_RT_PRIO-1) || in __sched_setscheduler() 3821 (!p->mm && attr->sched_priority > MAX_RT_PRIO-1)) in __sched_setscheduler() 3824 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler() 3846 if (attr->sched_priority > p->rt_priority && in __sched_setscheduler() 3847 attr->sched_priority > rlim_rtprio) in __sched_setscheduler() 3908 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler() [all …]
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_pad.c | 141 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion_heap.c | 253 struct sched_param param = { .sched_priority = 0 }; in ion_heap_init_deferred_free()
|
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.c | 407 struct sched_param sparam = {.sched_priority = 1}; in amd_sched_main()
|
/linux-4.4.14/kernel/ |
D | kthread.c | 313 static const struct sched_param param = { .sched_priority = 0 }; in kthread_create_on_node()
|
D | watchdog.c | 488 struct sched_param param = { .sched_priority = prio }; in watchdog_set_prio()
|
/linux-4.4.14/drivers/thermal/ |
D | intel_powerclamp.c | 376 .sched_priority = MAX_USER_RT_PRIO/2, in clamp_thread()
|
/linux-4.4.14/arch/arm/common/ |
D | bL_switcher.c | 275 struct sched_param param = { .sched_priority = 1 }; in bL_switcher_thread()
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 1062 .sched_priority = MAX_USER_RT_PRIO/2, in setup_irq_thread() 1071 param.sched_priority -= 1; in setup_irq_thread()
|
/linux-4.4.14/kernel/rcu/ |
D | tree_plugin.h | 1183 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread() 1200 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
|
D | rcutorture.c | 737 sp.sched_priority = 1; in rcu_torture_boost()
|
D | tree.c | 4333 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 10 int sched_priority; member 121 u32 sched_priority; member
|
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 621 param.sched_priority = rec->realtime_prio; in __cmd_record()
|
D | builtin-top.c | 1012 param.sched_priority = top->realtime_prio; in __cmd_top()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 577 __u32 sched_priority; 612 attr.sched_priority = 0;
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 740 struct sched_param param = { .sched_priority = 99 }; in ivtv_init_struct1()
|
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 1137 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 1181 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in spi_init_queue()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 5509 struct sched_param param = { .sched_priority = 2 }; in drbd_asender()
|