Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
resource.h File Reference
#include <uapi/linux/resource.h>

Go to the source code of this file.

Functions

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)
 

Function Documentation

int do_prlimit ( struct task_struct tsk,
unsigned int  resource,
struct rlimit new_rlim,
struct rlimit old_rlim 
)

Definition at line 1514 of file sys.c.

int getrusage ( struct task_struct p,
int  who,
struct rusage __user ru 
)

Definition at line 1770 of file sys.c.