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

Data Fields

union {
   struct page   page
 
   struct {
      unsigned long   space_for_flags
 
      struct {
         unsigned   zbud0_size:12
 
         unsigned   zbud1_size:12
 
         unsigned   unevictable:2
 
      } 
 
      struct list_head   budlist
 
      struct list_head   lru
 
   } 
 
}; 
 

Detailed Description

Definition at line 100 of file zbud.c.

Field Documentation

union { ... }
struct list_head budlist

Definition at line 110 of file zbud.c.

Definition at line 111 of file zbud.c.

Definition at line 102 of file zbud.c.

unsigned long space_for_flags

Definition at line 104 of file zbud.c.

unsigned unevictable

Definition at line 108 of file zbud.c.

unsigned zbud0_size

Definition at line 106 of file zbud.c.

unsigned zbud1_size

Definition at line 107 of file zbud.c.


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