Searched refs:drm_ht_insert_item (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_hashtab.h54 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
H A Ddrm_hashtab.c90 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) function
131 ret = drm_ht_insert_item(ht, item);
H A Ddrm_sman.c185 if (drm_ht_insert_item(&sman->owner_hash_tab, &owner_item->owner_hash))

Completed in 112 milliseconds