Lines Matching refs:sched_param
891 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()
3645 const struct sched_param *param, bool check) in _sched_setscheduler()
3673 const struct sched_param *param) in sched_setscheduler()
3699 const struct sched_param *param) in sched_setscheduler_nocheck()
3705 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler()
3707 struct sched_param lparam; in do_sched_setscheduler()
3713 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler()
3806 struct sched_param __user *, param) in SYSCALL_DEFINE3()
3822 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2()
3896 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2()
3898 struct sched_param lp = { .sched_priority = 0 }; in SYSCALL_DEFINE2()