<def f='src/src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_execbuf_util.h' l='48' ll='55'/>
<size>40</size>
<doc f='src/src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_execbuf_util.h' l='37'>/**
 * struct ttm_validate_buffer
 *
 * @head:           list head for thread-private list.
 * @bo:             refcounted buffer object pointer.
 * @reserved:       Indicates whether @bo has been reserved for validation.
 * @removed:        Indicates whether @bo has been removed from lru lists.
 * @put_count:      Number of outstanding references on bo::list_kref.
 * @old_sync_obj:   Pointer to a sync object about to be unreferenced
 */</doc>
<mbr r='ttm_validate_buffer::head' o='0' t='struct list_head'/>
<mbr r='ttm_validate_buffer::bo' o='128' t='struct ttm_buffer_object *'/>
<mbr r='ttm_validate_buffer::reserved' o='192' t='_Bool'/>
<mbr r='ttm_validate_buffer::removed' o='200' t='_Bool'/>
<mbr r='ttm_validate_buffer::put_count' o='224' t='int'/>
<mbr r='ttm_validate_buffer::old_sync_obj' o='256' t='void *'/>
