/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_hashtab.h | 57 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item); 77 #define drm_ht_insert_item_rcu drm_ht_insert_item
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_hashtab.h | 54 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
|
drm_hashtab.c | 90 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) function in typeref:typename:int 131 ret = drm_ht_insert_item(ht, item);
|
drm_sman.c | 185 if (drm_ht_insert_item(&sman->owner_hash_tab, &owner_item->owner_hash))
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_hashtab.c | 118 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) function in typeref:typename:int 143 EXPORT_SYMBOL(drm_ht_insert_item); 161 ret = drm_ht_insert_item(ht, item);
|
drm_bufs.c | 104 ret = drm_ht_insert_item(&dev->map_hash, hash);
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_cmdbuf_res.c | 176 ret = drm_ht_insert_item(&entry->man->resources, 216 ret = drm_ht_insert_item(&man->resources, &cres->hash);
|
vmwgfx_validation.c | 287 ret = drm_ht_insert_item(ctx->ht, &bo_node->hash); 342 ret = drm_ht_insert_item(ctx->ht, &node->hash);
|