Home
last modified time | relevance | path

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

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