Linux Kernel
3.7.1
|
#include <ttm_bo_api.h>
Data Fields | |
unsigned | fpfn |
unsigned | lpfn |
unsigned | num_placement |
const uint32_t * | placement |
unsigned | num_busy_placement |
const uint32_t * | busy_placement |
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.
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.
Definition at line 64 of file ttm_bo_api.h.