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

#include <drm_mm.h>

Data Fields

struct list_head hole_stack
 
struct drm_mm_node head_node
 
struct list_head unused_nodes
 
int num_unused
 
spinlock_t unused_lock
 
unsigned int scan_check_range: 1
 
unsigned scan_alignment
 
unsigned long scan_color
 
unsigned long scan_size
 
unsigned long scan_hit_start
 
unsigned scan_hit_size
 
unsigned scanned_blocks
 
unsigned long scan_start
 
unsigned long scan_end
 
struct drm_mm_nodeprev_scanned_node
 
void(* color_adjust )(struct drm_mm_node *node, unsigned long color, unsigned long *start, unsigned long *end)
 

Detailed Description

Definition at line 59 of file drm_mm.h.

Field Documentation

void(* color_adjust)(struct drm_mm_node *node, unsigned long color, unsigned long *start, unsigned long *end)

Definition at line 79 of file drm_mm.h.

struct drm_mm_node head_node

Definition at line 64 of file drm_mm.h.

struct list_head hole_stack

Definition at line 61 of file drm_mm.h.

int num_unused

Definition at line 66 of file drm_mm.h.

struct drm_mm_node* prev_scanned_node

Definition at line 77 of file drm_mm.h.

unsigned scan_alignment

Definition at line 69 of file drm_mm.h.

unsigned int scan_check_range

Definition at line 68 of file drm_mm.h.

unsigned long scan_color

Definition at line 70 of file drm_mm.h.

unsigned long scan_end

Definition at line 76 of file drm_mm.h.

unsigned scan_hit_size

Definition at line 73 of file drm_mm.h.

unsigned long scan_hit_start

Definition at line 72 of file drm_mm.h.

unsigned long scan_size

Definition at line 71 of file drm_mm.h.

unsigned long scan_start

Definition at line 75 of file drm_mm.h.

unsigned scanned_blocks

Definition at line 74 of file drm_mm.h.

spinlock_t unused_lock

Definition at line 67 of file drm_mm.h.

struct list_head unused_nodes

Definition at line 65 of file drm_mm.h.


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