/Linux-v4.19/drivers/firmware/ |
D | psci_checker.c | 283 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/ |
D | types.h | 8 int sched_priority; member 67 __u32 sched_priority; member
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | system.c | 121 param.sched_priority = priority; in set_process_priority()
|
/Linux-v4.19/kernel/trace/ |
D | ring_buffer_benchmark.c | 460 .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/ |
D | freefall.c | 142 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
|
/Linux-v4.19/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 75 schedp.sched_priority = prio; in create_rt_thread()
|
D | futex_requeue_pi.c | 96 schedp.sched_priority = prio; in create_rt_thread()
|
/Linux-v4.19/drivers/powercap/ |
D | idle_inject.c | 257 struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 }; in idle_inject_setup()
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 1559 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 …]
|
D | cpufreq_schedutil.c | 632 .sched_priority = 0, in sugov_kthread_create()
|
/Linux-v4.19/kernel/rcu/ |
D | rcuperf.c | 439 sp.sched_priority = 1; in rcu_perf_writer() 493 sp.sched_priority = 0; in rcu_perf_writer()
|
D | tree_plugin.h | 1239 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/ |
D | sdio_irq.c | 125 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
|
/Linux-v4.19/kernel/locking/ |
D | locktorture.c | 466 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/ |
D | ion_heap.c | 245 struct sched_param param = { .sched_priority = 0 }; in ion_heap_init_deferred_free()
|
/Linux-v4.19/crypto/ |
D | crypto_engine.c | 433 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in crypto_engine_alloc_init()
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_pad.c | 146 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
|
/Linux-v4.19/drivers/thermal/ |
D | intel_powerclamp.c | 89 .sched_priority = MAX_USER_RT_PRIO / 2,
|
/Linux-v4.19/arch/arm/common/ |
D | bL_switcher.c | 276 struct sched_param param = { .sched_priority = 1 }; in bL_switcher_thread()
|
/Linux-v4.19/kernel/irq/ |
D | manage.c | 1129 .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/ |
D | intel_breadcrumbs.c | 611 struct sched_param param = { .sched_priority = 1 }; in signaler_set_rtpriority()
|
/Linux-v4.19/drivers/gpu/drm/scheduler/ |
D | gpu_scheduler.c | 849 struct sched_param sparam = {.sched_priority = 1}; in drm_sched_main()
|
/Linux-v4.19/kernel/ |
D | kthread.c | 327 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()
|
/Linux-v4.19/drivers/watchdog/ |
D | watchdog_dev.c | 1137 struct sched_param param = {.sched_priority = MAX_RT_PRIO - 1,}; in watchdog_dev_init()
|
/Linux-v4.19/drivers/tty/serial/ |
D | sc16is7xx.c | 1147 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe()
|