Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
c2_pd.c File Reference
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include "c2.h"
#include "c2_provider.h"

Go to the source code of this file.

Functions

int c2_pd_alloc (struct c2_dev *c2dev, int privileged, struct c2_pd *pd)
 
void c2_pd_free (struct c2_dev *c2dev, struct c2_pd *pd)
 
int __devinit c2_init_pd_table (struct c2_dev *c2dev)
 
void __devexit c2_cleanup_pd_table (struct c2_dev *c2dev)
 

Function Documentation

void __devexit c2_cleanup_pd_table ( struct c2_dev c2dev)

Definition at line 87 of file c2_pd.c.

int __devinit c2_init_pd_table ( struct c2_dev c2dev)

Definition at line 73 of file c2_pd.c.

int c2_pd_alloc ( struct c2_dev c2dev,
int  privileged,
struct c2_pd pd 
)

Definition at line 43 of file c2_pd.c.

void c2_pd_free ( struct c2_dev c2dev,
struct c2_pd pd 
)

Definition at line 66 of file c2_pd.c.