/linux/Documentation/scheduler/ |
H A D | sched-eevdf.rst | 31 can request specific time slices using the new sched_setattr() system call,
|
H A D | sched-deadline.rst | 584 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 D | syscalls.c | 794 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 D | sched-capacity.rst |
|
/linux/Documentation/translations/sp_SP/scheduler/ |
H A D | sched-eevdf.rst | 46 del sistema sched_setattr(), todo esto facilitara el trabajo de las aplicaciones
|
/linux/Documentation/arch/arm64/ |
H A D | asymmetric-32bit.rst | 106 (e.g. by calling ``sched_setattr(2)``) is rejected on an asymmetric
|
/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 320 309 n64 sched_setattr sys_sched_setattr
|
H A D | syscall_n32.tbl | 324 313 n32 sched_setattr sys_sched_setattr
|
H A D | syscall_o32.tbl | 363 349 o32 sched_setattr sys_sched_setattr
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 320 309 n64 sched_setattr sys_sched_setattr
|
/linux/scripts/ |
H A D | syscall.tbl | 324 274 common sched_setattr sys_sched_setattr
|
/linux/tools/scripts/ |
H A D | syscall.tbl | 324 274 common sched_setattr sys_sched_setattr
|
/linux/tools/perf/arch/arm64/entry/syscalls/ |
H A D | syscall_64.tbl | 324 274 common sched_setattr sys_sched_setattr
|
/linux/arch/arm64/tools/ |
H A D | syscall_64.tbl | 324 274 common sched_setattr sys_sched_setattr
|
H A D | syscall_32.tbl | 395 380 common sched_setattr sys_sched_setattr
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 326 314 common sched_setattr sys_sched_setattr
|
/linux/tools/perf/arch/xtensa/entry/syscalls/ |
H A D | syscall.tbl | 357 334 common sched_setattr sys_sched_setattr
|
/linux/tools/perf/arch/sh/entry/syscalls/ |
H A D | syscall.tbl | 380 370 common sched_setattr sys_sched_setattr
|
/linux/tools/perf/arch/parisc/entry/syscalls/ |
H A D | syscall.tbl | 379 334 common sched_setattr sys_sched_setattr
|
/linux/arch/m68k/kernel/syscalls/ |
H A D | syscall.tbl | 359 349 common sched_setattr sys_sched_setattr
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 326 314 common sched_setattr sys_sched_setattr
|
/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 357 334 common sched_setattr sys_sched_setattr
|
/linux/arch/sh/kernel/syscalls/ |
H A D | syscall.tbl | 380 370 common sched_setattr sys_sched_setattr
|
/linux/arch/sparc/kernel/syscalls/ |
H A D | syscall.tbl | 415 343 common sched_setattr sys_sched_setattr
|
/linux/kernel/trace/ |
H A D | trace_selftest.c | 1433 sched_setattr(current, &attr); in trace_wakeup_test_thread()
|