Searched refs:map_hash (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | symbol-summary.h | 72 typedef typename hash_map <map_hash, T *>::iterator map_iterator; in class() 198 typedef int_hash <int, 0, -1> map_hash; in class() typedef 216 hash_map <map_hash, T *> m_map; in class() 301 typedef typename hash_map <map_hash, T *>::iterator map_iterator; in class() 398 typedef int_hash <int, 0, -1> map_hash; in class() typedef 419 hash_map <map_hash, T *> m_map; in class()
|
| /dragonfly/sys/dev/drm/include/drm/ |
| HD | drm_device.h | 77 struct drm_open_hash map_hash; /**< User token hash table for maps */ member
|
| /dragonfly/sys/dev/drm/ |
| HD | drm_vm.c | 91 if (drm_ht_find_item(&dev->map_hash, offset, &hash)) { in drm_mmap()
|
| HD | drm_drv.c | 632 ret = drm_ht_create(&dev->map_hash, 12); in drm_dev_init() 663 drm_ht_remove(&dev->map_hash); in drm_dev_init() 703 drm_ht_remove(&dev->map_hash); in drm_dev_fini()
|
| HD | drm_bufs.c | 97 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle() 123 return drm_ht_just_insert_please(&dev->map_hash, hash, in drm_map_handle() 509 drm_ht_remove_key(&dev->map_hash, in drm_legacy_rmmap_locked()
|