| /Linux-v5.4/include/uapi/linux/sched/ |
| D | types.h | 7 struct sched_param { struct
|
| /Linux-v5.4/tools/power/cpupower/bench/ |
| D | system.c | 104 struct sched_param param; in set_process_priority()
|
| /Linux-v5.4/kernel/trace/ |
| D | ring_buffer_benchmark.c | 459 struct sched_param param = { in ring_buffer_benchmark_init() 468 struct sched_param param = { in ring_buffer_benchmark_init()
|
| /Linux-v5.4/tools/laptop/freefall/ |
| D | freefall.c | 110 struct sched_param param; in main()
|
| /Linux-v5.4/tools/testing/selftests/powerpc/mm/ |
| D | tlbie_test.c | 401 struct sched_param param; in set_pthread_cpu() 417 struct sched_param param; in set_mycpu()
|
| /Linux-v5.4/tools/testing/selftests/futex/functional/ |
| D | futex_requeue_pi_signal_restart.c | 52 struct sched_param schedp; in create_rt_thread()
|
| D | futex_requeue_pi.c | 74 struct sched_param schedp; 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/drivers/mmc/core/ |
| D | sdio_irq.c | 142 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
|
| /Linux-v5.4/include/linux/ |
| D | sched.h | 57 struct sched_param; 1606 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *); 1607 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
|
| D | syscalls.h | 39 struct sched_param; 654 struct sched_param __user *param); 656 struct sched_param __user *param); 659 struct sched_param __user *param);
|
| /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()
|
| /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/tty/serial/ |
| D | sc16is7xx.c | 1181 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe() local 1231 sched_setscheduler(s->kworker_task, SCHED_FIFO, &sched_param); in sc16is7xx_probe()
|
| /Linux-v5.4/kernel/sched/ |
| D | core.c | 2136 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task() 5018 const struct sched_param *param, bool check) in _sched_setscheduler() 5046 const struct sched_param *param) in sched_setscheduler() 5077 const struct sched_param *param) in sched_setscheduler_nocheck() 5084 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler() 5086 struct sched_param lparam; in do_sched_setscheduler() 5092 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler() 5163 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3() 5178 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() 5259 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() [all …]
|
| /Linux-v5.4/drivers/acpi/ |
| D | acpi_pad.c | 139 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
|
| /Linux-v5.4/kernel/rcu/ |
| D | rcuperf.c | 363 struct sched_param sp; in rcu_perf_writer()
|
| D | tree_plugin.h | 946 struct sched_param sp; in rcu_cpu_kthread_setup() 1117 struct sched_param sp; in rcu_spawn_one_boost_kthread()
|
| /Linux-v5.4/drivers/thermal/intel/ |
| D | intel_powerclamp.c | 73 static const struct sched_param sparam = {
|
| /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/drivers/platform/chrome/ |
| D | cros_ec_spi.c | 708 struct sched_param sched_priority = { in cros_ec_spi_devm_high_pri_alloc()
|
| /Linux-v5.4/kernel/locking/ |
| D | locktorture.c | 441 struct sched_param param; in torture_rtmutex_boost()
|
| /Linux-v5.4/kernel/ |
| D | kthread.c | 336 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()
|