Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 7ff2819e8dd5b528887dfbe4ff395f5d2142edff 13 lines 300 B view raw
1#ifndef _LINUX_RESOURCE_H 2#define _LINUX_RESOURCE_H 3 4#include <uapi/linux/resource.h> 5 6 7struct task_struct; 8 9void getrusage(struct task_struct *p, int who, struct rusage *ru); 10int do_prlimit(struct task_struct *tsk, unsigned int resource, 11 struct rlimit *new_rlim, struct rlimit *old_rlim); 12 13#endif