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

#include <drm_mm.h>

Data Fields

struct list_head node_list
 
struct list_head hole_stack
 
unsigned hole_follows: 1
 
unsigned scanned_block: 1
 
unsigned scanned_prev_free: 1
 
unsigned scanned_next_free: 1
 
unsigned scanned_preceeds_hole: 1
 
unsigned allocated: 1
 
unsigned long color
 
unsigned long start
 
unsigned long size
 
struct drm_mmmm
 

Detailed Description

Definition at line 44 of file drm_mm.h.

Field Documentation

unsigned allocated

Definition at line 52 of file drm_mm.h.

unsigned long color

Definition at line 53 of file drm_mm.h.

unsigned hole_follows

Definition at line 47 of file drm_mm.h.

struct list_head hole_stack

Definition at line 46 of file drm_mm.h.

Definition at line 56 of file drm_mm.h.

struct list_head node_list

Definition at line 45 of file drm_mm.h.

unsigned scanned_block

Definition at line 48 of file drm_mm.h.

unsigned scanned_next_free

Definition at line 50 of file drm_mm.h.

unsigned scanned_preceeds_hole

Definition at line 51 of file drm_mm.h.

unsigned scanned_prev_free

Definition at line 49 of file drm_mm.h.

unsigned long size

Definition at line 55 of file drm_mm.h.

unsigned long start

Definition at line 54 of file drm_mm.h.


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