Home
last modified time | relevance | path

Searched refs:sched_setscheduler (Results 1 – 24 of 24) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dinit_enable_count.c88 ret = sched_setscheduler(0, SCHED_EXT, &param); in run_test()
98 ret = sched_setscheduler(0, SCHED_OTHER, &param); in run_test()
H A Drt_stall.c78 if (sched_setscheduler(0, policy, &param) != 0) { in set_sched()
/linux/tools/tracing/rtla/sample/
H A Dtimerlat_load.py
/linux/tools/power/cpupower/bench/
H A Dsystem.c110 if (sched_setscheduler(0, SCHEDULER, &param) < 0) { in set_process_priority()
/linux/tools/laptop/freefall/
H A Dfreefall.c142 sched_setscheduler(0, SCHED_FIFO, &param); in main()
/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.c53 retval = sched_setscheduler(0, SCHED_FIFO, &sp); in timerlat_u_main()
/linux/arch/s390/kernel/
H A Dwti.c180 sched_setscheduler(st->thread, SCHED_FIFO, &wti_sched_param); in wti_init()
/linux/kernel/sched/
H A Dsyscalls.c758 int sched_setscheduler(struct task_struct *p, int policy, in sched_setscheduler() function
866 return sched_setscheduler(p, policy, &lparam); in do_sched_setscheduler()
934 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3() argument
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl151 141 n64 sched_setscheduler sys_sched_setscheduler
/linux/scripts/
H A Dsyscall.tbl154 119 common sched_setscheduler sys_sched_setscheduler
/linux/tools/scripts/
H A Dsyscall.tbl154 119 common sched_setscheduler sys_sched_setscheduler
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl127 156 common sched_setscheduler sys_sched_setscheduler
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl166 156 common sched_setscheduler sys_sched_setscheduler
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl233 214 common sched_setscheduler sys_sched_setscheduler
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl156 144 common sched_setscheduler sys_sched_setscheduler
H A Dsyscall_32.tbl171 156 i386 sched_setscheduler sys_sched_setscheduler
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl292 243 common sched_setscheduler sys_sched_setscheduler
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl173 156 common sched_setscheduler sys_sched_setscheduler
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl203 156 common sched_setscheduler sys_sched_setscheduler
/linux/include/linux/
H A Dsched.h1926 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *);
/linux/tools/tracing/latency/
H A Dlatency-collector.c1041 r = sched_setscheduler(pid, sched_policy, &param); in set_priority()
/linux/tools/perf/
H A Dbuiltin-top.c1354 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_top()
H A Dbuiltin-record.c2625 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_record()
/linux/Documentation/scheduler/
H A Dsched-ext.rst355 operations like ``sched_setaffinity()``, ``sched_setscheduler()``,