Searched refs:drm_ht_remove_item (Results 1 – 4 of 4) sorted by relevance
61 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);76 #define drm_ht_remove_item_rcu drm_ht_remove_item
191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item() function196 EXPORT_SYMBOL(drm_ht_remove_item);
109 WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash)); in vmw_cmdbuf_res_free()264 (void) drm_ht_remove_item(&man->resources, &entry->hash); in vmw_cmdbuf_res_remove()
3716 (void) drm_ht_remove_item(&sw_context->res_ht, &entry->hash); in vmw_clear_validations()3722 (void) drm_ht_remove_item(&sw_context->res_ht, &val->hash); in vmw_clear_validations()