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

Data Fields

rwlock_t object_lock
 
struct drm_open_hash object_hash
 
atomic_t object_count
 
struct ttm_mem_globalmem_glob
 

Detailed Description

struct ttm_object_device

: lock that protects the object_hash hash table.

: hash table for fast lookup of object global names.

: Per device object count.

This is the per-device data structure needed for ttm object management.

Definition at line 82 of file ttm_object.c.

Field Documentation

Definition at line 86 of file ttm_object.c.

atomic_t object_count

Definition at line 85 of file ttm_object.c.

struct drm_open_hash object_hash

Definition at line 84 of file ttm_object.c.

rwlock_t object_lock

Definition at line 83 of file ttm_object.c.


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