Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v4.19/include/uapi/linux/sched/
Dtypes.h7 struct sched_param { struct
/Linux-v4.19/tools/power/cpupower/bench/
Dsystem.c117 struct sched_param param; in set_process_priority()
/Linux-v4.19/kernel/trace/
Dring_buffer_benchmark.c459 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/
Dfreefall.c111 struct sched_param param; in main()
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c102 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/
Dfutex_requeue_pi_signal_restart.c56 struct sched_param schedp; in create_rt_thread()
Dfutex_requeue_pi.c78 struct sched_param schedp; 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/drivers/mmc/core/
Dsdio_irq.c125 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
/Linux-v4.19/include/linux/
Dsched.h51 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 *);
Dsyscalls.h41 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/
Dcore.c1559 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/
Dpsci_checker.c283 struct sched_param sched_priority = { .sched_priority = MAX_RT_PRIO-1 }; in suspend_test_thread()
/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/tty/serial/
Dsc16is7xx.c1147 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/
Dacpi_pad.c146 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c88 static const struct sched_param sparam = {
/Linux-v4.19/arch/arm/common/
DbL_switcher.c276 struct sched_param param = { .sched_priority = 1 }; in bL_switcher_thread()
/Linux-v4.19/kernel/rcu/
Drcuperf.c430 struct sched_param sp; in rcu_perf_writer()
Dtree_plugin.h1220 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/
Dintel_breadcrumbs.c611 struct sched_param param = { .sched_priority = 1 }; in signaler_set_rtpriority()
/Linux-v4.19/kernel/locking/
Dlocktorture.c454 struct sched_param param; in torture_rtmutex_boost()
/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()

12