Home
last modified time | relevance | path

Searched refs:object_hash (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_object.c91 struct drm_open_hash object_hash; member
175 ret = drm_ht_just_insert_please_rcu(&tdev->object_hash, in ttm_base_object_init()
191 (void)drm_ht_remove_item_rcu(&tdev->object_hash, &base->hash); in ttm_base_object_init()
205 (void)drm_ht_remove_item_rcu(&tdev->object_hash, &base->hash); in ttm_release_base()
256 struct drm_open_hash *ht = &tdev->object_hash; in ttm_base_object_lookup_for_ref()
509 ret = drm_ht_create(&tdev->object_hash, hash_order); in ttm_object_device_init()
533 drm_ht_remove(&tdev->object_hash); in ttm_object_device_release()
/linux-4.1.27/include/linux/ceph/
Dosdmap.h35 u8 object_hash; member
/linux-4.1.27/net/ceph/
Dosdmap.c563 pi->object_hash = ceph_decode_8(p); in decode_pool()
1465 pg_out->seed = ceph_str_hash(pi->object_hash, oid->name, in ceph_oloc_oid_to_pg()