Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst580 sched_setattr()). Scheduling is then performed considering actual tasks'
624 sched_setattr() and sched_getattr() are implemented.
824 int sched_setattr(pid_t pid,
858 ret = sched_setattr(0, &attr, flags);
861 perror("sched_setattr");
H A Dsched-capacity.rst346 value for a task, either via sched_setattr() or via the cgroup interface (see
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl324 313 n32 sched_setattr sys_sched_setattr
H A Dsyscall_n64.tbl320 309 n64 sched_setattr sys_sched_setattr
H A Dsyscall_o32.tbl363 349 o32 sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl324 312 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_selftest.c1063 sched_setattr(current, &attr); in trace_wakeup_test_thread()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl357 334 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl325 314 common sched_setattr sys_sched_setattr
H A Dsyscall_32.tbl365 351 i386 sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl325 314 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl359 349 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl379 334 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl391 381 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl355 345 common sched_setattr sys_sched_setattr compat_sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl397 380 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl380 370 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl355 345 common sched_setattr sys_sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl439 508 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl415 343 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl456 355 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl450 355 common sched_setattr sys_sched_setattr
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1741 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo1434 sched_setattr
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c5782 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function
5786 EXPORT_SYMBOL_GPL(sched_setattr);
5970 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument
5999 retval = sched_setattr(p, &attr); in SYSCALL_DEFINE3()

12