Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c1033 * * A task modifying its uclamp value with sched_setattr().
6018 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() function
6022 EXPORT_SYMBOL_GPL(sched_setattr); variable
6219 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3()
6251 retval = sched_setattr(p, &attr); in SYSCALL_DEFINE3()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h621 * during sched_setattr(), they will remain the same until
622 * the next sched_setattr().
1850 extern int sched_setattr(struct task_struct *, const struct sched_attr *);

Completed in 15 milliseconds