Release 4.7 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 | jiri slaby | 26 | 47.27% | 3 | 37.50% |
adrian bunk | adrian bunk | 18 | 32.73% | 1 | 12.50% |
pre-git | pre-git | 10 | 18.18% | 3 | 37.50% |
david howells | 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.