Home
last modified time | relevance | path

Searched refs:sched_setattr (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dutils.c236 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr() function
246 retval = sched_setattr(pid, attr, flags); in __set_sched_attr()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_selftest.c1063 sched_setattr(current, &attr); in trace_wakeup_test_thread()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_selftest.c1165 sched_setattr(current, &attr); in trace_wakeup_test_thread()
/kernel/linux/linux-5.10/include/linux/
H A Dsched.h626 * during sched_setattr(), they will remain the same until
627 * the next sched_setattr().
1856 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
/kernel/linux/linux-6.6/include/linux/
H A Dsched.h712 * during sched_setattr(), they will remain the same until
713 * the next sched_setattr().
2053 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c978 * * A task modifying its uclamp value with sched_setattr().
5734 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function
5919 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3()
5946 retval = sched_setattr(p, &attr); in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c1433 * * A task modifying its uclamp value with sched_setattr().
8082 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function
8278 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3()
8307 retval = sched_setattr(p, &attr); in SYSCALL_DEFINE3()

Completed in 34 milliseconds