Lines Matching refs:sched_param
724 const struct sched_param *param, bool check) in _sched_setscheduler()
757 const struct sched_param *param) in sched_setscheduler()
787 const struct sched_param *param) in sched_setscheduler_nocheck()
812 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()
822 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()
836 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 - 1 }; in sched_set_fifo_secondary()
851 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler()
853 struct sched_param lparam; in do_sched_setscheduler()
857 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler()
932 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3()
947 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2()
1023 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2()
1025 struct sched_param lp = { .sched_priority = 0 }; in SYSCALL_DEFINE2()