drm_ht_insert_item
ret = drm_ht_insert_item(&dev->map_hash, hash);
ret = drm_ht_insert_item(&mm->offset_hash, &obj->map_list);
EXPORT_SYMBOL(drm_ht_insert_item);
ret = drm_ht_insert_item(ht, item);
int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
#define drm_ht_insert_item_rcu drm_ht_insert_item