HomeSort by: relevance | last modified time | path
    Searched refs:drm_ht_remove (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_hashtab.h 63 extern void drm_ht_remove(struct drm_open_hash *ht);
drm_sman.c 54 drm_ht_remove(&sman->user_hash_tab);
55 drm_ht_remove(&sman->owner_hash_tab);
82 drm_ht_remove(&sman->owner_hash_tab);
drm_hashtab.c 174 void drm_ht_remove(struct drm_open_hash *ht) function in typeref:typename:void
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_hashtab.h 66 void drm_ht_remove(struct drm_open_hash *ht);
  /src/sys/external/bsd/drm2/dist/drm/
drm_hashtab.c 207 void drm_ht_remove(struct drm_open_hash *ht) function in typeref:typename:void
214 EXPORT_SYMBOL(drm_ht_remove);
drm_legacy.h 89 drm_ht_remove(&dev->map_hash);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c 493 drm_ht_remove(&tfile->ref_hash[i]);
525 drm_ht_remove(&tfile->ref_hash[i]);
571 drm_ht_remove(&tdev->object_hash);
vmwgfx_cmdbuf_res.c 330 drm_ht_remove(&man->resources);
vmwgfx_drv.c 1045 drm_ht_remove(&dev_priv->ctx.res_ht);

Completed in 16 milliseconds