Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
cmm.c File Reference
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/gfp.h>
#include <linux/sched.h>
#include <linux/sysctl.h>
#include <linux/ctype.h>
#include <linux/swap.h>
#include <linux/kthread.h>
#include <linux/oom.h>
#include <linux/suspend.h>
#include <linux/uaccess.h>
#include <asm/pgalloc.h>
#include <asm/diag.h>
#include "../../../drivers/s390/net/smsgiucv.h"

Go to the source code of this file.

Data Structures

struct  cmm_page_array
 

Macros

#define CMM_NR_PAGES   ((PAGE_SIZE / sizeof(unsigned long)) - 2)
 

Functions

 module_param (sender, charp, 0400)
 
 MODULE_PARM_DESC (sender,"Guest name that may send SMSG messages (default VMRMSVM)")
 
 module_init (cmm_init)
 
 module_exit (cmm_exit)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define CMM_NR_PAGES   ((PAGE_SIZE / sizeof(unsigned long)) - 2)

Definition at line 36 of file cmm.c.

Function Documentation

module_exit ( cmm_exit  )
module_init ( cmm_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( sender  ,
charp  ,
0400   
)
MODULE_PARM_DESC ( sender  ,
"Guest name that may send SMSG messages (default VMRMSVM)"   
)