Home
last modified time | relevance | path

Searched refs:sched_setattr (Results 1 – 25 of 28) 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");
H A Dsched-capacity.rst349 value for a task, either via sched_setattr() or via the cgroup interface (see
/linux/kernel/sched/
H A Dsyscalls.c764 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 Dsched-capacity.rst307 此外,uclamp允许用户空间指定任务的最小和最大利用率,要么以sched_setattr()的方式,要么以
/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/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/perf/arch/arm64/entry/syscalls/
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/arm64/tools/
H A Dsyscall_64.tbl324 274 common sched_setattr sys_sched_setattr
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl299 345 common sched_setattr sys_sched_setattr
/linux/tools/scripts/
H A Dsyscall.tbl324 274 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/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl380 370 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/x86/entry/syscalls/
H A Dsyscall_64.tbl326 314 common sched_setattr sys_sched_setattr
H A Dsyscall_32.tbl366 351 i386 sched_setattr sys_sched_setattr
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl439 508 common sched_setattr sys_sched_setattr
/linux/kernel/trace/
H A Dtrace_selftest.c1433 sched_setattr(current, &attr); in trace_wakeup_test_thread()
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl398 380 common sched_setattr sys_sched_setattr
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl415 343 common sched_setattr sys_sched_setattr
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl459 355 common sched_setattr sys_sched_setattr
/linux/include/linux/
H A Dsched.h1930 extern int sched_setattr(struct task_struct *, const struct sched_attr *);

12