Searched refs:sched_attr (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/s390/kernel/
H A Dcompat_wrapper.c214 COMPAT_SYSCALL_WRAP3(sched_setattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, flags);
215 COMPAT_SYSCALL_WRAP4(sched_getattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, size, unsigned int, flags);
/linux-4.1.27/kernel/sched/
H A Dcore.c2031 const struct sched_attr *attr) dl_overflow()
3246 __setparam_dl(struct task_struct *p, const struct sched_attr *attr) __setparam_dl()
3284 const struct sched_attr *attr) __setscheduler_params()
3310 const struct sched_attr *attr, bool keep_boost) __setscheduler()
3332 __getparam_dl(struct task_struct *p, struct sched_attr *attr) __getparam_dl()
3354 __checkparam_dl(const struct sched_attr *attr) __checkparam_dl()
3401 const struct sched_attr *attr) dl_param_changed()
3415 const struct sched_attr *attr, __sched_setscheduler()
3647 struct sched_attr attr = { _sched_setscheduler()
3679 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) sched_setattr()
3729 static int sched_copy_attr(struct sched_attr __user *uattr, sched_copy_attr()
3730 struct sched_attr *attr) sched_copy_attr()
3828 * sys_sched_setattr - same as above, but with extended sched_attr
3833 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, SYSCALL_DEFINE3()
3836 struct sched_attr attr; SYSCALL_DEFINE3()
3931 static int sched_read_attr(struct sched_attr __user *uattr, sched_read_attr()
3932 struct sched_attr *attr, sched_read_attr()
3968 * sys_sched_getattr - similar to sched_getparam, but with sched_attr
3974 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, SYSCALL_DEFINE4()
3977 struct sched_attr attr = { SYSCALL_DEFINE4()
3978 .size = sizeof(struct sched_attr), SYSCALL_DEFINE4()
7350 struct sched_attr attr = { normalize_task()
/linux-4.1.27/include/linux/
H A Dsyscalls.h41 struct sched_attr;
293 struct sched_attr __user *attr,
299 struct sched_attr __user *attr,
H A Dsched.h77 * This variant (sched_attr) is meant at describing a so-called
90 * This is reflected by the actual fields of the sched_attr structure:
110 struct sched_attr { struct
1232 * Original scheduling parameters. Copied here from sched_attr
2289 const struct sched_attr *);
/linux-4.1.27/kernel/trace/
H A Dtrace_selftest.c1041 static const struct sched_attr attr = { trace_wakeup_test_thread()

Completed in 280 milliseconds