Release 4.12 include/linux/resource.h
#ifndef _LINUX_RESOURCE_H
#define _LINUX_RESOURCE_H
#include <uapi/linux/resource.h>
struct task_struct;
int getrusage(struct task_struct *p, int who, struct rusage __user *ru);
int do_prlimit(struct task_struct *tsk, unsigned int resource,
struct rlimit *new_rlim, struct rlimit *old_rlim);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jiri Slaby | 26 | 47.27% | 3 | 37.50% |
Adrian Bunk | 18 | 32.73% | 1 | 12.50% |
Linus Torvalds (pre-git) | 10 | 18.18% | 3 | 37.50% |
David Howells | 1 | 1.82% | 1 | 12.50% |
Total | 55 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.