Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
dm-round-robin.c File Reference
#include <linux/device-mapper.h>
#include "dm-path-selector.h"
#include <linux/slab.h>
#include <linux/module.h>

Go to the source code of this file.

Data Structures

struct  path_info
 
struct  selector
 

Macros

#define DM_MSG_PREFIX   "multipath round-robin"
 
#define RR_MIN_IO   1000
 

Functions

 module_init (dm_rr_init)
 
 module_exit (dm_rr_exit)
 
 MODULE_DESCRIPTION (DM_NAME" round-robin multipath path selector")
 
 MODULE_AUTHOR ("Sistina Software <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DM_MSG_PREFIX   "multipath round-robin"

Definition at line 19 of file dm-round-robin.c.

#define RR_MIN_IO   1000

Definition at line 44 of file dm-round-robin.c.

Function Documentation

MODULE_AUTHOR ( "Sistina Software <[email protected]>"  )
MODULE_DESCRIPTION ( DM_NAME" round-robin multipath path selector )
module_exit ( dm_rr_exit  )
module_init ( dm_rr_init  )
MODULE_LICENSE ( "GPL"  )