| /Linux-v5.4/drivers/firmware/psci/ |
| D | psci_checker.c | 275 struct sched_param sched_priority = { .sched_priority = MAX_RT_PRIO-1 }; in suspend_test_thread() local 285 if (sched_setscheduler_nocheck(current, SCHED_FIFO, &sched_priority)) in suspend_test_thread() 353 sched_priority.sched_priority = 0; in suspend_test_thread() 354 if (sched_setscheduler_nocheck(current, SCHED_NORMAL, &sched_priority)) in suspend_test_thread()
|
| /Linux-v5.4/include/uapi/linux/sched/ |
| D | types.h | 8 int sched_priority; member 110 __u32 sched_priority; member
|
| /Linux-v5.4/tools/power/cpupower/bench/ |
| D | system.c | 108 param.sched_priority = priority; in set_process_priority()
|
| /Linux-v5.4/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-v5.4/tools/laptop/freefall/ |
| D | freefall.c | 141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
|
| /Linux-v5.4/drivers/platform/chrome/ |
| D | cros_ec_spi.c | 708 struct sched_param sched_priority = { in cros_ec_spi_devm_high_pri_alloc() local 709 .sched_priority = MAX_RT_PRIO / 2, in cros_ec_spi_devm_high_pri_alloc() 728 SCHED_FIFO, &sched_priority); in cros_ec_spi_devm_high_pri_alloc()
|
| /Linux-v5.4/tools/testing/selftests/powerpc/mm/ |
| D | tlbie_test.c | 407 param.sched_priority = 1; in set_pthread_cpu() 423 param.sched_priority = 1; in set_mycpu()
|
| /Linux-v5.4/tools/testing/selftests/futex/functional/ |
| D | futex_requeue_pi_signal_restart.c | 71 schedp.sched_priority = prio; in create_rt_thread()
|
| D | futex_requeue_pi.c | 92 schedp.sched_priority = prio; in create_rt_thread()
|
| /Linux-v5.4/drivers/powercap/ |
| D | idle_inject.c | 258 struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 }; in idle_inject_setup()
|
| /Linux-v5.4/kernel/rcu/ |
| D | rcuperf.c | 372 sp.sched_priority = 1; in rcu_perf_writer() 434 sp.sched_priority = 0; in rcu_perf_writer()
|
| D | tree_plugin.h | 948 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup() 1139 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
|
| /Linux-v5.4/kernel/sched/ |
| D | core.c | 2136 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task() 4700 p->rt_priority = attr->sched_priority; in __setscheduler_params() 4755 MAX_RT_PRIO - 1 - attr->sched_priority; in __sched_setscheduler() 4786 if ((p->mm && attr->sched_priority > MAX_USER_RT_PRIO-1) || in __sched_setscheduler() 4787 (!p->mm && attr->sched_priority > MAX_RT_PRIO-1)) in __sched_setscheduler() 4790 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler() 4812 if (attr->sched_priority > p->rt_priority && in __sched_setscheduler() 4813 attr->sched_priority > rlim_rtprio) in __sched_setscheduler() 4888 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler() 5022 .sched_priority = param->sched_priority, in _sched_setscheduler() [all …]
|
| D | cpufreq_schedutil.c | 664 .sched_priority = 0, in sugov_kthread_create()
|
| /Linux-v5.4/drivers/mmc/core/ |
| D | sdio_irq.c | 142 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
|
| /Linux-v5.4/kernel/locking/ |
| D | locktorture.c | 453 param.sched_priority = MAX_RT_PRIO - 1; in torture_rtmutex_boost() 467 param.sched_priority = 0; in torture_rtmutex_boost()
|
| /Linux-v5.4/drivers/staging/android/ion/ |
| D | ion_heap.c | 247 struct sched_param param = { .sched_priority = 0 }; in ion_heap_init_deferred_free()
|
| /Linux-v5.4/crypto/ |
| D | crypto_engine.c | 428 struct sched_param param = { .sched_priority = MAX_RT_PRIO / 2 }; in crypto_engine_alloc_init()
|
| /Linux-v5.4/drivers/acpi/ |
| D | acpi_pad.c | 139 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
|
| /Linux-v5.4/drivers/thermal/intel/ |
| D | intel_powerclamp.c | 74 .sched_priority = MAX_USER_RT_PRIO / 2,
|
| /Linux-v5.4/drivers/gpu/drm/scheduler/ |
| D | sched_main.c | 700 struct sched_param sparam = {.sched_priority = 1}; in drm_sched_main()
|
| /Linux-v5.4/arch/arm/common/ |
| D | bL_switcher.c | 273 struct sched_param param = { .sched_priority = 1 }; in bL_switcher_thread()
|
| /Linux-v5.4/kernel/ |
| D | kthread.c | 336 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()
|
| /Linux-v5.4/kernel/irq/ |
| D | manage.c | 1236 .sched_priority = MAX_USER_RT_PRIO/2, in setup_irq_thread() 1245 param.sched_priority -= 1; in setup_irq_thread()
|
| /Linux-v5.4/drivers/watchdog/ |
| D | watchdog_dev.c | 1164 struct sched_param param = {.sched_priority = MAX_RT_PRIO - 1,}; in watchdog_dev_init()
|