HomeSort by: relevance | last modified time | path
    Searched defs:object_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c 87 * @object_lock: lock that protects the object_hash hash table.
89 * @object_hash: hash table for fast lookup of object global names.
98 struct drm_open_hash object_hash; member in struct:ttm_object_device
546 ret = drm_ht_create(&tdev->object_hash, hash_order);
571 drm_ht_remove(&tdev->object_hash);
ttm_object.c 87 * @object_lock: lock that protects the object_hash hash table.
89 * @object_hash: hash table for fast lookup of object global names.
98 struct drm_open_hash object_hash; member in struct:ttm_object_device
546 ret = drm_ht_create(&tdev->object_hash, hash_order);
571 drm_ht_remove(&tdev->object_hash);

Completed in 26 milliseconds