Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/firmware/
Dpsci_checker.c283 struct sched_param sched_priority = { .sched_priority = MAX_RT_PRIO-1 }; in suspend_test_thread() local
293 if (sched_setscheduler_nocheck(current, SCHED_FIFO, &sched_priority)) in suspend_test_thread()
362 sched_priority.sched_priority = 0; in suspend_test_thread()
363 if (sched_setscheduler_nocheck(current, SCHED_NORMAL, &sched_priority)) in suspend_test_thread()
/Linux-v4.19/include/uapi/linux/sched/
Dtypes.h8 int sched_priority; member
67 __u32 sched_priority; member
/Linux-v4.19/tools/power/cpupower/bench/
Dsystem.c121 param.sched_priority = priority; in set_process_priority()
/Linux-v4.19/kernel/trace/
Dring_buffer_benchmark.c460 .sched_priority = consumer_fifo in ring_buffer_benchmark_init()
469 .sched_priority = producer_fifo in ring_buffer_benchmark_init()
/Linux-v4.19/tools/laptop/freefall/
Dfreefall.c142 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
/Linux-v4.19/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c75 schedp.sched_priority = prio; in create_rt_thread()
Dfutex_requeue_pi.c96 schedp.sched_priority = prio; in create_rt_thread()
/Linux-v4.19/drivers/powercap/
Didle_inject.c257 struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 }; in idle_inject_setup()
/Linux-v4.19/kernel/sched/
Dcore.c1559 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()
4072 p->rt_priority = attr->sched_priority; in __setscheduler_params()
4120 MAX_RT_PRIO - 1 - attr->sched_priority; in __sched_setscheduler()
4151 if ((p->mm && attr->sched_priority > MAX_USER_RT_PRIO-1) || in __sched_setscheduler()
4152 (!p->mm && attr->sched_priority > MAX_RT_PRIO-1)) in __sched_setscheduler()
4155 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler()
4177 if (attr->sched_priority > p->rt_priority && in __sched_setscheduler()
4178 attr->sched_priority > rlim_rtprio) in __sched_setscheduler()
4243 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler()
4363 .sched_priority = param->sched_priority, in _sched_setscheduler()
[all …]
Dcpufreq_schedutil.c632 .sched_priority = 0, in sugov_kthread_create()
/Linux-v4.19/kernel/rcu/
Drcuperf.c439 sp.sched_priority = 1; in rcu_perf_writer()
493 sp.sched_priority = 0; in rcu_perf_writer()
Dtree_plugin.h1239 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
1256 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
/Linux-v4.19/drivers/mmc/core/
Dsdio_irq.c125 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
/Linux-v4.19/kernel/locking/
Dlocktorture.c466 param.sched_priority = MAX_RT_PRIO - 1; in torture_rtmutex_boost()
480 param.sched_priority = 0; in torture_rtmutex_boost()
/Linux-v4.19/drivers/staging/android/ion/
Dion_heap.c245 struct sched_param param = { .sched_priority = 0 }; in ion_heap_init_deferred_free()
/Linux-v4.19/crypto/
Dcrypto_engine.c433 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in crypto_engine_alloc_init()
/Linux-v4.19/drivers/acpi/
Dacpi_pad.c146 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c89 .sched_priority = MAX_USER_RT_PRIO / 2,
/Linux-v4.19/arch/arm/common/
DbL_switcher.c276 struct sched_param param = { .sched_priority = 1 }; in bL_switcher_thread()
/Linux-v4.19/kernel/irq/
Dmanage.c1129 .sched_priority = MAX_USER_RT_PRIO/2, in setup_irq_thread()
1138 param.sched_priority -= 1; in setup_irq_thread()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_breadcrumbs.c611 struct sched_param param = { .sched_priority = 1 }; in signaler_set_rtpriority()
/Linux-v4.19/drivers/gpu/drm/scheduler/
Dgpu_scheduler.c849 struct sched_param sparam = {.sched_priority = 1}; in drm_sched_main()
/Linux-v4.19/kernel/
Dkthread.c327 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()
/Linux-v4.19/drivers/watchdog/
Dwatchdog_dev.c1137 struct sched_param param = {.sched_priority = MAX_RT_PRIO - 1,}; in watchdog_dev_init()
/Linux-v4.19/drivers/tty/serial/
Dsc16is7xx.c1147 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe()

12