Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
gntalloc.c File Reference
#include <linux/atomic.h>
#include <linux/module.h>
#include <linux/miscdevice.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/device.h>
#include <linux/mm.h>
#include <linux/uaccess.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/highmem.h>
#include <xen/xen.h>
#include <xen/page.h>
#include <xen/grant_table.h>
#include <xen/gntalloc.h>
#include <xen/events.h>

Go to the source code of this file.

Data Structures

struct  notify_info
 
struct  gntalloc_gref
 
struct  gntalloc_file_private_data
 
struct  gntalloc_vma_private_data
 

Functions

 module_param (limit, int, 0644)
 
 MODULE_PARM_DESC (limit,"Maximum number of grants that may be allocated by ""the gntalloc device")
 
 module_init (gntalloc_init)
 
 module_exit (gntalloc_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Carter Weatherly <[email protected]>, ""Daniel De Graaf <[email protected]>")
 
 MODULE_DESCRIPTION ("User-space grant reference allocator driver")
 

Function Documentation

MODULE_AUTHOR ( "Carter Weatherly <[email protected] ,
""Daniel De Graaf< dgdegra @tycho.nsa.gov >"   
)
MODULE_DESCRIPTION ( "User-space grant reference allocator driver )
module_exit ( gntalloc_exit  )
module_init ( gntalloc_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( limit  ,
int  ,
0644   
)
MODULE_PARM_DESC ( limit  ,
"Maximum number of grants that may be allocated by ""the gntalloc device  
)