Searched refs:sched_attr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/kernel/sched/ |
D | core.c | 2031 const struct sched_attr *attr) in dl_overflow() 3246 __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl() 3284 const struct sched_attr *attr) in __setscheduler_params() 3310 const struct sched_attr *attr, bool keep_boost) in __setscheduler() 3332 __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl() 3354 __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl() 3401 const struct sched_attr *attr) in dl_param_changed() 3415 const struct sched_attr *attr, in __sched_setscheduler() 3647 struct sched_attr attr = { in _sched_setscheduler() 3679 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() [all …]
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 281 * a new struct sched_attr, containing all the necessary fields is 443 struct sched_attr { 462 const struct sched_attr *attr, 469 struct sched_attr *attr, 478 struct sched_attr attr;
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 214 COMPAT_SYSCALL_WRAP3(sched_setattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, fla… 215 COMPAT_SYSCALL_WRAP4(sched_getattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, siz…
|
/linux-4.1.27/include/linux/ |
D | syscalls.h | 41 struct sched_attr; 293 struct sched_attr __user *attr, 299 struct sched_attr __user *attr,
|
D | sched.h | 110 struct sched_attr { struct 2289 const struct sched_attr *);
|
/linux-4.1.27/kernel/trace/ |
D | trace_selftest.c | 1041 static const struct sched_attr attr = { in trace_wakeup_test_thread()
|