Searched refs:map_list (Results 1 – 7 of 7) sorted by relevance
16 struct map_list { struct17 struct map_list *next; argument21 static struct map_list *world; argument32 struct map_list *m; in DviFindMap()45 struct map_list *m; in DviRegisterMap()53 m = (struct map_list *) xmalloc (sizeof *m); in DviRegisterMap()
249 struct drm_hash_item *list = &obj->map_list; in drm_gem_free_mmap_offset()270 obj->map_list.key = alloc_unr(mm->idxunr); in drm_gem_create_mmap_offset()271 ret = drm_ht_insert_item(&mm->offset_hash, &obj->map_list); in drm_gem_create_mmap_offset()274 free_unr(mm->idxunr, obj->map_list.key); in drm_gem_create_mmap_offset()440 struct drm_hash_item *map_list; in drm_gem_object_from_offset() local447 &map_list) != 0) { in drm_gem_object_from_offset()452 obj = __containerof(map_list, struct drm_gem_object, map_list); in drm_gem_object_from_offset()
593 struct drm_hash_item map_list; member
57 map_list = stringprep.get_maplist() variable91 for t in map_list.iterkeys():131 symbols = stringprep.symbols(map_list, tables)
1745 *offset = DRM_GEM_MAPPING_OFF(obj->base.map_list.key) | in i915_gem_mmap_gtt()
8238 map_list from former (instead of having it be static).8251 * cpplib.c (cpp_options): Add map_list.
12523 (cpp_options): Remove map_list.