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

#include <ttm_execbuf_util.h>

Data Fields

struct list_head head
 
struct ttm_buffer_objectbo
 
voidnew_sync_obj_arg
 
bool reserved
 
bool removed
 
int put_count
 
voidold_sync_obj
 

Detailed Description

struct ttm_validate_buffer

: list head for thread-private list. : refcounted buffer object pointer. : New sync_obj_arg for , to be used once adding a new sync object. : Indicates whether has been reserved for validation. : Indicates whether has been removed from lru lists. : Number of outstanding references on bo::list_kref. : Pointer to a sync object about to be unreferenced

Definition at line 50 of file ttm_execbuf_util.h.

Field Documentation

Definition at line 52 of file ttm_execbuf_util.h.

Definition at line 51 of file ttm_execbuf_util.h.

void* new_sync_obj_arg

Definition at line 53 of file ttm_execbuf_util.h.

void* old_sync_obj

Definition at line 57 of file ttm_execbuf_util.h.

int put_count

Definition at line 56 of file ttm_execbuf_util.h.

bool removed

Definition at line 55 of file ttm_execbuf_util.h.

bool reserved

Definition at line 54 of file ttm_execbuf_util.h.


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