Home
last modified time | relevance | path

Searched defs:sched_setattr (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c876 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) sched_setattr() function
1057 SYSCALL_DEFINE3(sched_setattr,pid_t,pid,struct sched_attr __user *,uattr,unsigned int,flags) SYSCALL_DEFINE3() argument
/linux/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