#include <stdint.h>
#include <errno.h>
#include "linux/vserver/switch.h"
#include "linux/vserver/limit_cmd.h"
#include "vserver.h"
Include dependency graph for limit.c:
Go to the source code of this file.
Functions | |
int | vx_limit_mask_get (vx_limit_t *data) |
Get resource limits mask. | |
int | vx_limit_set (xid_t xid, vx_limit_t *data) |
Set resource limit. | |
int | vx_limit_get (xid_t xid, vx_limit_t *data) |
Get resource limits. | |
int | vx_limit_stat (xid_t xid, vx_limit_stat_t *data) |
Get resource limit accounting data. | |
int | vx_limit_reset (xid_t xid) |
Reset resource limit accounting data. |