Home
last modified time | relevance | path

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

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