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

#include <mbcache.h>

Data Fields

struct list_head c_cache_list
 
const charc_name
 
atomic_t c_entry_count
 
int c_max_entries
 
int c_bucket_bits
 
struct kmem_cachec_entry_cache
 
struct list_headc_block_hash
 
struct list_headc_index_hash
 

Detailed Description

Definition at line 21 of file mbcache.h.

Field Documentation

struct list_head* c_block_hash

Definition at line 28 of file mbcache.h.

int c_bucket_bits

Definition at line 26 of file mbcache.h.

struct list_head c_cache_list

Definition at line 22 of file mbcache.h.

struct kmem_cache* c_entry_cache

Definition at line 27 of file mbcache.h.

atomic_t c_entry_count

Definition at line 24 of file mbcache.h.

struct list_head* c_index_hash

Definition at line 29 of file mbcache.h.

int c_max_entries

Definition at line 25 of file mbcache.h.

const char* c_name

Definition at line 23 of file mbcache.h.


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