Searched refs:sched_setattr (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 366 sched_setattr()). Scheduling is then performed considering actual tasks' 408 sched_setattr() and sched_getattr() are implemented. 585 int sched_setattr(pid_t pid, 619 ret = sched_setattr(0, &attr, flags); 622 perror("sched_setattr");
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 432 ENTRY_SAME(sched_setattr)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 362 SYSCALL_SPU(sched_setattr)
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 163 COMPAT_SYSCALL_WRAP3(sched_setattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, fla…
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 323 314 common sched_setattr sys_sched_setattr
|
D | syscall_32.tbl | 360 351 i386 sched_setattr sys_sched_setattr
|
/linux-4.4.14/kernel/trace/ |
D | trace_selftest.c | 1049 sched_setattr(current, &attr); in trace_wakeup_test_thread()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 4061 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function 4065 EXPORT_SYMBOL_GPL(sched_setattr); 4216 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 4237 retval = sched_setattr(p, &attr); in SYSCALL_DEFINE3()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2386 extern int sched_setattr(struct task_struct *,
|