Linux Kernel
3.7.1
|
#include <ttm_execbuf_util.h>
Data Fields | |
struct list_head | head |
struct ttm_buffer_object * | bo |
void * | new_sync_obj_arg |
bool | reserved |
bool | removed |
int | put_count |
void * | old_sync_obj |
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.
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.