Searched refs:map_hash (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | symbol-summary.h | 207 typedef int_hash <int, 0, -1> map_hash; in class() typedef 210 hash_map <map_hash, T *> m_map; in class() 241 typedef typename hash_map <map_hash, T *>::iterator map_iterator; in ~function_summary() 696 typedef int_hash <int, 0, -1> map_hash; 699 hash_map <map_hash, T *> m_map; 713 typedef typename hash_map <map_hash, T *>::iterator map_iterator;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | symbol-summary.h | 207 typedef int_hash <int, 0, -1> map_hash; in class() typedef 210 hash_map <map_hash, T *> m_map; in class() 241 typedef typename hash_map <map_hash, T *>::iterator map_iterator; in ~function_summary() 696 typedef int_hash <int, 0, -1> map_hash; 699 hash_map <map_hash, T *> m_map; 713 typedef typename hash_map <map_hash, T *>::iterator map_iterator;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_legacy.h | 82 return drm_ht_create(&dev->map_hash, 12); in drm_legacy_create_map_hash() 87 drm_ht_remove(&dev->map_hash); in drm_legacy_remove_map_hash()
|
| H A D | drm_vm.c | 133 if (drm_ht_find_item(&dev->map_hash, vma->vm_pgoff, &hash)) in drm_vm_fault() 554 if (drm_ht_find_item(&dev->map_hash, vma->vm_pgoff, &hash)) { in drm_mmap_locked()
|
| H A D | drm_bufs.c | 108 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle() 134 return drm_ht_just_insert_please(&dev->map_hash, hash, in drm_map_handle() 526 drm_ht_remove_key(&dev->map_hash, in drm_legacy_rmmap_locked()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_device.h | 348 struct drm_open_hash map_hash; member
|