| /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");
|
| H A D | sched-capacity.rst | 349 value for a task, either via sched_setattr() or via the cgroup interface (see
|
| /linux/kernel/sched/ |
| H A D | syscalls.c | 764 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function 960 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 985 return sched_setattr(p, &attr); in SYSCALL_DEFINE3()
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-capacity.rst | 307 此外,uclamp允许用户空间指定任务的最小和最大利用率,要么以sched_setattr()的方式,要么以
|
| /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/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/perf/arch/arm64/entry/syscalls/ |
| 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/arm64/tools/ |
| H A D | syscall_64.tbl | 324 274 common sched_setattr sys_sched_setattr
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 299 345 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/parisc/entry/syscalls/ |
| H A D | syscall.tbl | 379 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/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 357 334 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
|
| H A D | syscall_32.tbl | 366 351 i386 sched_setattr sys_sched_setattr
|
| /linux/tools/perf/arch/alpha/entry/syscalls/ |
| H A D | syscall.tbl | 439 508 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()
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 398 380 common sched_setattr sys_sched_setattr
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 415 343 common sched_setattr sys_sched_setattr
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 459 355 common sched_setattr sys_sched_setattr
|
| /linux/include/linux/ |
| H A D | sched.h | 1930 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
|