Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_object.c92 struct drm_open_hash object_hash; member
176 ret = drm_ht_just_insert_please_rcu(&tdev->object_hash, in ttm_base_object_init()
192 (void)drm_ht_remove_item_rcu(&tdev->object_hash, &base->hash); in ttm_base_object_init()
206 (void)drm_ht_remove_item_rcu(&tdev->object_hash, &base->hash); in ttm_release_base()
257 struct drm_open_hash *ht = &tdev->object_hash; in ttm_base_object_lookup_for_ref()
518 ret = drm_ht_create(&tdev->object_hash, hash_order); in ttm_object_device_init()
541 drm_ht_remove(&tdev->object_hash); in ttm_object_device_release()
/Linux-v4.19/include/linux/ceph/
Dosdmap.h48 u8 object_hash; member
/Linux-v4.19/net/ceph/
Dosdmap.c745 pi->object_hash = ceph_decode_8(p); in decode_pool()
2158 raw_pgid->seed = ceph_str_hash(pi->object_hash, oid->name, in __ceph_object_locator_to_pg()
2174 raw_pgid->seed = ceph_str_hash(pi->object_hash, buf, total); in __ceph_object_locator_to_pg()