cregit-Linux how code gets into the kernel

Release 4.7 include/linux/resource.h

Directory: include/linux
#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

PersonTokensPropCommitsCommitProp
jiri slabyjiri slaby2647.27%337.50%
adrian bunkadrian bunk1832.73%112.50%
pre-gitpre-git1018.18%337.50%
david howellsdavid howells11.82%112.50%
Total55100.00%8100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}