Release 4.13 include/linux/resource.h
#ifndef _LINUX_RESOURCE_H
#define _LINUX_RESOURCE_H
#include <uapi/linux/resource.h>
struct task_struct;
void getrusage(struct task_struct *p, int who, struct rusage *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 | 48.15% | 3 | 33.33% |
Adrian Bunk | 16 | 29.63% | 1 | 11.11% |
Linus Torvalds (pre-git) | 10 | 18.52% | 3 | 33.33% |
Al Viro | 1 | 1.85% | 1 | 11.11% |
David Howells | 1 | 1.85% | 1 | 11.11% |
Total | 54 | 100.00% | 9 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.