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

#include <ttm_bo_api.h>

Data Fields

unsigned fpfn
 
unsigned lpfn
 
unsigned num_placement
 
const uint32_tplacement
 
unsigned num_busy_placement
 
const uint32_tbusy_placement
 

Detailed Description

struct ttm_placement

: first valid page frame number to put the object : last valid page frame number to put the object : number of preferred placements : preferred placements : number of preferred placements when need to evict buffer : preferred placements when need to evict buffer

Structure indicating the placement you request for an object.

Definition at line 60 of file ttm_bo_api.h.

Field Documentation

const uint32_t* busy_placement

Definition at line 66 of file ttm_bo_api.h.

unsigned fpfn

Definition at line 61 of file ttm_bo_api.h.

unsigned lpfn

Definition at line 62 of file ttm_bo_api.h.

unsigned num_busy_placement

Definition at line 65 of file ttm_bo_api.h.

unsigned num_placement

Definition at line 63 of file ttm_bo_api.h.

const uint32_t* placement

Definition at line 64 of file ttm_bo_api.h.


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