Merge branch 'linus' into sched/devel
This commit is contained in:
commit
7f79d852ed
835 changed files with 32213 additions and 9250 deletions
|
@ -1475,6 +1475,10 @@ static inline void put_task_struct(struct task_struct *t)
|
|||
__put_task_struct(t);
|
||||
}
|
||||
|
||||
extern cputime_t task_utime(struct task_struct *p);
|
||||
extern cputime_t task_stime(struct task_struct *p);
|
||||
extern cputime_t task_gtime(struct task_struct *p);
|
||||
|
||||
/*
|
||||
* Per process flags
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue