Home
last modified time | relevance | path

Searched refs:sched_priority (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/tools/power/cpupower/bench/
Dsystem.c120 param.sched_priority = priority; in set_process_priority()
/linux-4.4.14/kernel/trace/
Dring_buffer_benchmark.c458 .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/
Dfreefall.c142 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
/linux-4.4.14/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c74 schedp.sched_priority = prio; in create_rt_thread()
Dfutex_requeue_pi.c95 schedp.sched_priority = prio; in create_rt_thread()
/linux-4.4.14/drivers/mmc/core/
Dsdio_irq.c104 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
/linux-4.4.14/kernel/locking/
Dlocktorture.c404 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/
Dcore.c918 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/
Dacpi_pad.c141 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
/linux-4.4.14/drivers/staging/android/ion/
Dion_heap.c253 struct sched_param param = { .sched_priority = 0 }; in ion_heap_init_deferred_free()
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/
Dgpu_scheduler.c407 struct sched_param sparam = {.sched_priority = 1}; in amd_sched_main()
/linux-4.4.14/kernel/
Dkthread.c313 static const struct sched_param param = { .sched_priority = 0 }; in kthread_create_on_node()
Dwatchdog.c488 struct sched_param param = { .sched_priority = prio }; in watchdog_set_prio()
/linux-4.4.14/drivers/thermal/
Dintel_powerclamp.c376 .sched_priority = MAX_USER_RT_PRIO/2, in clamp_thread()
/linux-4.4.14/arch/arm/common/
DbL_switcher.c275 struct sched_param param = { .sched_priority = 1 }; in bL_switcher_thread()
/linux-4.4.14/kernel/irq/
Dmanage.c1062 .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/
Dtree_plugin.h1183 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
1200 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
Drcutorture.c737 sp.sched_priority = 1; in rcu_torture_boost()
Dtree.c4333 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
/linux-4.4.14/include/linux/
Dsched.h10 int sched_priority; member
121 u32 sched_priority; member
/linux-4.4.14/tools/perf/
Dbuiltin-record.c621 param.sched_priority = rec->realtime_prio; in __cmd_record()
Dbuiltin-top.c1012 param.sched_priority = top->realtime_prio; in __cmd_top()
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt577 __u32 sched_priority;
612 attr.sched_priority = 0;
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-driver.c740 struct sched_param param = { .sched_priority = 99 }; in ivtv_init_struct1()
/linux-4.4.14/drivers/tty/serial/
Dsc16is7xx.c1137 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe()
/linux-4.4.14/drivers/spi/
Dspi.c1181 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in spi_init_queue()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c5509 struct sched_param param = { .sched_priority = 2 }; in drbd_asender()