Searched refs:sched_setattr (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 242 sched_setattr()). Scheduling is then performed considering actual tasks' 284 sched_setattr() and sched_getattr() are implemented. 461 int sched_setattr(pid_t pid, 495 ret = sched_setattr(0, &attr, flags); 498 perror("sched_setattr");
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 432 ENTRY_SAME(sched_setattr)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 362 SYSCALL_SPU(sched_setattr)
|
/linux-4.1.27/kernel/trace/ |
D | trace_selftest.c | 1049 sched_setattr(current, &attr); in trace_wakeup_test_thread()
|
/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…
|
/linux-4.1.27/arch/x86/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.1.27/kernel/sched/ |
D | core.c | 3679 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function 3683 EXPORT_SYMBOL_GPL(sched_setattr); 3833 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 3854 retval = sched_setattr(p, &attr); in SYSCALL_DEFINE3()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 2288 extern int sched_setattr(struct task_struct *,
|