Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
scsi_host_cmd_pool Struct Reference

Data Fields

struct kmem_cachecmd_slab
 
struct kmem_cachesense_slab
 
unsigned int users
 
charcmd_name
 
charsense_name
 
unsigned int slab_flags
 
gfp_t gfp_mask
 

Detailed Description

Definition at line 143 of file scsi.c.

Field Documentation

char* cmd_name

Definition at line 147 of file scsi.c.

struct kmem_cache* cmd_slab

Definition at line 144 of file scsi.c.

gfp_t gfp_mask

Definition at line 150 of file scsi.c.

char* sense_name

Definition at line 148 of file scsi.c.

struct kmem_cache* sense_slab

Definition at line 145 of file scsi.c.

unsigned int slab_flags

Definition at line 149 of file scsi.c.

unsigned int users

Definition at line 146 of file scsi.c.


The documentation for this struct was generated from the following file: