Home
last modified time | relevance | path

Searched refs:sched_setattr (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt366 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/
Dsyscall_table.S432 ENTRY_SAME(sched_setattr)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h362 SYSCALL_SPU(sched_setattr)
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c163 COMPAT_SYSCALL_WRAP3(sched_setattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, fla…
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl323 314 common sched_setattr sys_sched_setattr
Dsyscall_32.tbl360 351 i386 sched_setattr sys_sched_setattr
/linux-4.4.14/kernel/trace/
Dtrace_selftest.c1049 sched_setattr(current, &attr); in trace_wakeup_test_thread()
/linux-4.4.14/kernel/sched/
Dcore.c4061 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/
Dsched.h2386 extern int sched_setattr(struct task_struct *,