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

#include <rheap.h>

Data Fields

unsigned int alignment
 
int max_blocks
 
int empty_slots
 
rh_block_tblock
 
struct list_head empty_list
 
struct list_head free_list
 
struct list_head taken_list
 
unsigned int flags
 

Detailed Description

Definition at line 26 of file rheap.h.

Field Documentation

unsigned int alignment

Definition at line 27 of file rheap.h.

Definition at line 30 of file rheap.h.

struct list_head empty_list

Definition at line 31 of file rheap.h.

int empty_slots

Definition at line 29 of file rheap.h.

unsigned int flags

Definition at line 34 of file rheap.h.

struct list_head free_list

Definition at line 32 of file rheap.h.

int max_blocks

Definition at line 28 of file rheap.h.

struct list_head taken_list

Definition at line 33 of file rheap.h.


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