Home
last modified time | relevance | path

Searched refs:drm_ht_insert_item (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/dev/drm2/
H A Ddrm_hashtab.c92 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() function
116 EXPORT_SYMBOL(drm_ht_insert_item);
134 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
H A Ddrm_hashtab.h57 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
H A Ddrm_auth.c93 drm_ht_insert_item(&master->magiclist, &entry->hash_item); in drm_add_magic()
H A Ddrm_gem.c273 ret = drm_ht_insert_item(&mm->offset_hash, &obj->map_list); in drm_gem_create_mmap_offset()
H A Ddrm_bufs.c168 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle()
/freebsd-12.1/sys/dev/drm/
H A Ddrm_hashtab.c91 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() function
132 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
H A Ddrm_hashtab.h57 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
H A Ddrm_sman.c185 if (drm_ht_insert_item(&sman->owner_hash_tab, &owner_item->owner_hash)) in drm_sman_get_owner_item()
/freebsd-12.1/sys/dev/drm2/ttm/
H A Dttm_object.c299 ret = drm_ht_insert_item(ht, &ref->hash); in ttm_ref_object_add()