Home
last modified time | relevance | path

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

12

/linux/Documentation/scheduler/
H A Dsched-eevdf.rst31 can request specific time slices using the new sched_setattr() system call,
H A Dsched-deadline.rst584 sched_setattr()). Scheduling is then performed considering actual tasks'
629 sched_setattr() and sched_getattr() are implemented.
855 int sched_setattr(pid_t pid,
889 ret = sched_setattr(0, &attr, flags);
892 perror("sched_setattr");
/linux/kernel/sched/
H A Dsyscalls.c794 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function
977 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument
1002 return sched_setattr(p, &attr); in SYSCALL_DEFINE3()
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-capacity.rst
/linux/Documentation/translations/sp_SP/scheduler/
H A Dsched-eevdf.rst46 del sistema sched_setattr(), todo esto facilitara el trabajo de las aplicaciones
/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst106 (e.g. by calling ``sched_setattr(2)``) is rejected on an asymmetric
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl320 309 n64 sched_setattr sys_sched_setattr
H A Dsyscall_n32.tbl324 313 n32 sched_setattr sys_sched_setattr
H A Dsyscall_o32.tbl363 349 o32 sched_setattr sys_sched_setattr
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl320 309 n64 sched_setattr sys_sched_setattr
/linux/scripts/
H A Dsyscall.tbl324 274 common sched_setattr sys_sched_setattr
/linux/tools/scripts/
H A Dsyscall.tbl324 274 common sched_setattr sys_sched_setattr
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl324 274 common sched_setattr sys_sched_setattr
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl324 274 common sched_setattr sys_sched_setattr
H A Dsyscall_32.tbl395 380 common sched_setattr sys_sched_setattr
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl326 314 common sched_setattr sys_sched_setattr
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl357 334 common sched_setattr sys_sched_setattr
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl380 370 common sched_setattr sys_sched_setattr
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl379 334 common sched_setattr sys_sched_setattr
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl359 349 common sched_setattr sys_sched_setattr
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl326 314 common sched_setattr sys_sched_setattr
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl357 334 common sched_setattr sys_sched_setattr
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl380 370 common sched_setattr sys_sched_setattr
/linux/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl415 343 common sched_setattr sys_sched_setattr
/linux/kernel/trace/
H A Dtrace_selftest.c1433 sched_setattr(current, &attr); in trace_wakeup_test_thread()

12