Searched refs:object_hash (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/ttm/
H A Dttm_object.c71 * @object_lock: lock that protects the object_hash hash table.
73 * @object_hash: hash table for fast lookup of object global names.
82 struct drm_open_hash object_hash; member in struct:ttm_object_device
160 ret = drm_ht_just_insert_please(&tdev->object_hash,
175 (void)drm_ht_remove_item(&tdev->object_hash, &base->hash);
187 (void)drm_ht_remove_item(&tdev->object_hash, &base->hash);
223 ret = drm_ht_find_item(&tdev->object_hash, key, &hash);
430 ret = drm_ht_create(&tdev->object_hash, hash_order);
447 drm_ht_remove(&tdev->object_hash);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_object.c71 * @object_lock: lock that protects the object_hash hash table.
73 * @object_hash: hash table for fast lookup of object global names.
82 struct drm_open_hash object_hash; member in struct:ttm_object_device
160 ret = drm_ht_just_insert_please(&tdev->object_hash,
175 (void)drm_ht_remove_item(&tdev->object_hash, &base->hash);
187 (void)drm_ht_remove_item(&tdev->object_hash, &base->hash);
223 ret = drm_ht_find_item(&tdev->object_hash, key, &hash);
430 ret = drm_ht_create(&tdev->object_hash, hash_order);
447 drm_ht_remove(&tdev->object_hash);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Drados.h97 __u8 object_hash; /* hash mapping object name to ps */ member in struct:ceph_pg_pool
H A Dosdmap.c991 ps = ceph_str_hash(pool->v.object_hash, oid, strlen(oid));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Drados.h97 __u8 object_hash; /* hash mapping object name to ps */ member in struct:ceph_pg_pool
H A Dosdmap.c991 ps = ceph_str_hash(pool->v.object_hash, oid, strlen(oid));

Completed in 115 milliseconds