test-rres-mod.c File Reference

#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/aquosa/rres_interface.h>

Go to the source code of this file.

Defines

#define UNASSIGNED   -1

Functions

 module_param (pid, int, 0)
 module_param (tid, int, 0)
 module_param (sid, int, 0)
 module_param (q, int, 0)
 module_param (p, int, 0)
 module_param (f, int, 0)
 module_param (create, int, 0)
 module_param (attach, int, 0)
 module_param (detach, int, 0)
 module_param (destroy, int, 0)
 module_param (setparam, int, 0)
static int test_rres_init_module (void)
static void test_rres_cleanup_module (void)
 MODULE_AUTHOR ("ReTiS Lab")
 MODULE_LICENSE ("GPL")
 module_init (test_rres_init_module)
 module_exit (test_rres_cleanup_module)

Variables

int pid = UNASSIGNED
int tid = UNASSIGNED
int sid = UNASSIGNED
int q = UNASSIGNED
int p = UNASSIGNED
int f = 0x00000000
int create = 0
int attach = 0
int detach = 0
int destroy = 0
int setparam = 0
struct server_tsrv

Define Documentation

#define UNASSIGNED   -1

Definition at line 11 of file test-rres-mod.c.

Referenced by test_rres_init_module().


Function Documentation

MODULE_AUTHOR ( "ReTiS Lab"   ) 
module_exit ( test_rres_cleanup_module   ) 
module_init ( test_rres_init_module   ) 
MODULE_LICENSE ( "GPL"   ) 
module_param ( setparam  ,
int  ,
 
)
module_param ( destroy  ,
int  ,
 
)
module_param ( detach  ,
int  ,
 
)
module_param ( attach  ,
int  ,
 
)
module_param ( create  ,
int  ,
 
)
module_param ( ,
int  ,
 
)
module_param ( p  ,
int  ,
 
)
module_param ( q  ,
int  ,
 
)
module_param ( sid  ,
int  ,
 
)
module_param ( tid  ,
int  ,
 
)
module_param ( pid  ,
int  ,
 
)
static void test_rres_cleanup_module ( void   )  [static]

Definition at line 95 of file test-rres-mod.c.

static int test_rres_init_module ( void   )  [static]

Variable Documentation

int attach = 0

Definition at line 20 of file test-rres-mod.c.

Referenced by main(), and test_rres_init_module().

int create = 0

Definition at line 19 of file test-rres-mod.c.

Referenced by main(), and test_rres_init_module().

int destroy = 0

Definition at line 22 of file test-rres-mod.c.

Referenced by main(), and test_rres_init_module().

int detach = 0

Definition at line 21 of file test-rres-mod.c.

Referenced by main(), and test_rres_init_module().

int f = 0x00000000

Definition at line 18 of file test-rres-mod.c.

int p = UNASSIGNED

Definition at line 17 of file test-rres-mod.c.

Referenced by parse_rule(), prof_register(), and test_rres_init_module().

int pid = UNASSIGNED

Definition at line 13 of file test-rres-mod.c.

Referenced by main(), and test_rres_init_module().

int q = UNASSIGNED

Definition at line 16 of file test-rres-mod.c.

int setparam = 0

Definition at line 23 of file test-rres-mod.c.

Referenced by test_rres_init_module().

int sid = UNASSIGNED

Definition at line 15 of file test-rres-mod.c.

struct server_t* srv
int tid = UNASSIGNED

Definition at line 14 of file test-rres-mod.c.

Referenced by main(), proc_next(), and test_rres_init_module().

Generated on Mon Aug 2 22:39:17 2010 for qosres by  doxygen 1.6.3