/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_hashtab.h | 65 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item); 80 #define drm_ht_remove_item_rcu drm_ht_remove_item
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_hashtab.h | 62 extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
|
drm_sman.c | 242 drm_ht_remove_item(&sman->user_hash_tab, &memblock->user_hash); 256 drm_ht_remove_item(&sman->user_hash_tab, &item->user_hash); 279 drm_ht_remove_item(&sman->owner_hash_tab, &owner_item->owner_hash);
|
drm_hashtab.c | 168 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) function in typeref:typename:int
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_hashtab.c | 200 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) function in typeref:typename:int 205 EXPORT_SYMBOL(drm_ht_remove_item);
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_cmdbuf_res.c | 113 WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash)); 270 (void) drm_ht_remove_item(&man->resources, &entry->hash);
|
vmwgfx_validation.c | 695 (void) drm_ht_remove_item(ctx->ht, &entry->hash); 698 (void) drm_ht_remove_item(ctx->ht, &val->hash); 701 (void) drm_ht_remove_item(ctx->ht, &val->hash);
|