Linux Kernel
3.7.1
|
Data Fields | |
rwlock_t | object_lock |
struct drm_open_hash | object_hash |
atomic_t | object_count |
struct ttm_mem_global * | mem_glob |
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.
struct ttm_mem_global* mem_glob |
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.