Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h363 SYSCALL_SPU(sched_setattr)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S432 ENTRY_SAME(sched_setattr)
/Linux-v4.19/Documentation/scheduler/
Dsched-deadline.txt565 sched_setattr()). Scheduling is then performed considering actual tasks'
607 sched_setattr() and sched_getattr() are implemented.
807 int sched_setattr(pid_t pid,
841 ret = sched_setattr(0, &attr, flags);
844 perror("sched_setattr");
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c164 COMPAT_SYSCALL_WRAP3(sched_setattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, fla…
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl325 314 common sched_setattr __x64_sys_sched_setattr
Dsyscall_32.tbl365 351 i386 sched_setattr sys_sched_setattr __ia32_sys_sched_setattr
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl325 314 common sched_setattr __x64_sys_sched_setattr
/Linux-v4.19/kernel/trace/
Dtrace_selftest.c1051 sched_setattr(current, &attr); in trace_wakeup_test_thread()
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl397 380 common sched_setattr sys_sched_setattr
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl355 345 common sched_setattr sys_sched_setattr compat_sys_sched_setattr
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl355 345 common sched_setattr sys_sched_setattr compat_sys_sched_setattr
/Linux-v4.19/kernel/sched/
Dcore.c4393 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function
4397 EXPORT_SYMBOL_GPL(sched_setattr);
4550 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument
4571 retval = sched_setattr(p, &attr); in SYSCALL_DEFINE3()
/Linux-v4.19/include/linux/
Dsched.h1522 extern int sched_setattr(struct task_struct *, const struct sched_attr *);