/Linux-v4.19/include/uapi/linux/sched/ |
D | types.h | 7 struct sched_param { struct
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | system.c | 117 struct sched_param param; in set_process_priority()
|
/Linux-v4.19/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-v4.19/tools/laptop/freefall/ |
D | freefall.c | 111 struct sched_param param; in main()
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 102 COMPAT_SYSCALL_WRAP2(sched_setparam, pid_t, pid, struct sched_param __user *, param); 103 COMPAT_SYSCALL_WRAP2(sched_getparam, pid_t, pid, struct sched_param __user *, param); 104 COMPAT_SYSCALL_WRAP3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, para…
|
/Linux-v4.19/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 56 struct sched_param schedp; in create_rt_thread()
|
D | futex_requeue_pi.c | 78 struct sched_param schedp; 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/drivers/mmc/core/ |
D | sdio_irq.c | 125 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
|
/Linux-v4.19/include/linux/ |
D | sched.h | 51 struct sched_param; 1520 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *); 1521 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
|
D | syscalls.h | 41 struct sched_param; 602 struct sched_param __user *param); 604 struct sched_param __user *param); 607 struct sched_param __user *param);
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 1559 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task() 4359 const struct sched_param *param, bool check) in _sched_setscheduler() 4387 const struct sched_param *param) in sched_setscheduler() 4418 const struct sched_param *param) in sched_setscheduler_nocheck() 4425 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler() 4427 struct sched_param lparam; in do_sched_setscheduler() 4433 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler() 4524 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3() 4539 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() 4613 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() [all …]
|
/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()
|
/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/tty/serial/ |
D | sc16is7xx.c | 1147 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe() local 1190 sched_setscheduler(s->kworker_task, SCHED_FIFO, &sched_param); in sc16is7xx_probe()
|
/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 | 88 static const struct sched_param sparam = {
|
/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/rcu/ |
D | rcuperf.c | 430 struct sched_param sp; in rcu_perf_writer()
|
D | tree_plugin.h | 1220 struct sched_param sp; in rcu_spawn_one_boost_kthread() 1254 struct sched_param sp; in rcu_cpu_kthread_setup()
|
/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/kernel/locking/ |
D | locktorture.c | 454 struct sched_param param; in torture_rtmutex_boost()
|
/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()
|