Searched refs:sched_priority (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/Documentation/laptops/
H A Dfreefall.c142 param.sched_priority = sched_get_priority_max(SCHED_FIFO); main()
/linux-4.1.27/kernel/locking/
H A Drtmutex-tester.c305 schedpar.sched_priority = 0; sysfs_test_command()
313 schedpar.sched_priority = dat; sysfs_test_command()
/linux-4.1.27/kernel/trace/
H A Dring_buffer_benchmark.c444 .sched_priority = consumer_fifo ring_buffer_benchmark_init()
453 .sched_priority = producer_fifo ring_buffer_benchmark_init()
/linux-4.1.27/tools/power/cpupower/bench/
H A Dsystem.c120 param.sched_priority = priority; set_process_priority()
/linux-4.1.27/drivers/mmc/core/
H A Dsdio_irq.c104 struct sched_param param = { .sched_priority = 1 }; sdio_irq_thread()
/linux-4.1.27/drivers/staging/android/ion/
H A Dion_heap.c253 struct sched_param param = { .sched_priority = 0 }; ion_heap_init_deferred_free()
/linux-4.1.27/drivers/acpi/
H A Dacpi_pad.c145 struct sched_param param = {.sched_priority = 1}; power_saving_thread()
/linux-4.1.27/kernel/sched/
H A Dcore.c891 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; sched_set_stop_task()
3299 * __sched_setscheduler() ensures attr->sched_priority == 0 when __setscheduler_params()
3303 p->rt_priority = attr->sched_priority; __setscheduler_params()
3336 attr->sched_priority = p->rt_priority; __getparam_dl()
3419 MAX_RT_PRIO - 1 - attr->sched_priority; __sched_setscheduler()
3452 if ((p->mm && attr->sched_priority > MAX_USER_RT_PRIO-1) || __sched_setscheduler()
3453 (!p->mm && attr->sched_priority > MAX_RT_PRIO-1)) __sched_setscheduler()
3456 (rt_policy(policy) != (attr->sched_priority != 0))) __sched_setscheduler()
3478 if (attr->sched_priority > p->rt_priority && __sched_setscheduler()
3479 attr->sched_priority > rlim_rtprio) __sched_setscheduler()
3540 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) __sched_setscheduler()
3649 .sched_priority = param->sched_priority, _sched_setscheduler()
3898 struct sched_param lp = { .sched_priority = 0 }; SYSCALL_DEFINE2()
3916 lp.sched_priority = p->rt_priority; SYSCALL_DEFINE2()
4003 attr.sched_priority = p->rt_priority; SYSCALL_DEFINE4()
/linux-4.1.27/drivers/thermal/
H A Dintel_powerclamp.c376 .sched_priority = MAX_USER_RT_PRIO/2, clamp_thread()
/linux-4.1.27/arch/arm/common/
H A DbL_switcher.c275 struct sched_param param = { .sched_priority = 1 }; bL_switcher_thread()
/linux-4.1.27/kernel/
H A Dkthread.c310 static const struct sched_param param = { .sched_priority = 0 }; kthread_create_on_node()
H A Dwatchdog.c435 struct sched_param param = { .sched_priority = prio }; watchdog_set_prio()
/linux-4.1.27/include/linux/
H A Dsched.h10 int sched_priority; member in struct:sched_param
97 * @sched_priority task's static priority (SCHED_FIFO/RR)
120 u32 sched_priority; member in struct:sched_attr
/linux-4.1.27/tools/perf/
H A Dbuiltin-record.c451 param.sched_priority = rec->realtime_prio; __cmd_record()
H A Dbuiltin-top.c987 param.sched_priority = top->realtime_prio; __cmd_top()
/linux-4.1.27/kernel/rcu/
H A Dtree_plugin.h1193 sp.sched_priority = kthread_prio; rcu_spawn_one_boost_kthread()
1210 sp.sched_priority = kthread_prio; rcu_cpu_kthread_setup()
H A Drcutorture.c690 sp.sched_priority = 1; rcu_torture_boost()
H A Dtree.c3898 sp.sched_priority = kthread_prio; for_each_rcu_flavor()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-driver.c740 struct sched_param param = { .sched_priority = 99 }; ivtv_init_struct1()
/linux-4.1.27/kernel/irq/
H A Dmanage.c1036 .sched_priority = MAX_USER_RT_PRIO/2, __setup_irq()
/linux-4.1.27/drivers/spi/
H A Dspi.c922 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; spi_init_queue()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_receiver.c5508 struct sched_param param = { .sched_priority = 2 }; drbd_asender()

Completed in 1118 milliseconds