Searched defs:map_type (Results 1 – 8 of 8) sorted by relevance
103 typedef struct map_type map_type; typedef104 struct map_type { struct105 char *name; /* Name of this map type */106 init_fn *init; /* Initialisation */107 reload_fn *reload; /* Reload or fill */108 search_fn *search; /* Search for new entry */109 mtime_fn *mtime; /* Find modify time */110 int def_alloc; /* Default allocation mode */
314 sub map_type { subroutine
119 map_type; in copy_from_range() typedef
20 enum i915_map_type map_type = in igt_fill_check_buffer() local
38 enum i915_map_type map_type; in shmem_create_from_object() local
166 typedef std::map<void*, alloc_data_type> map_type; typedef
89 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot()
1130 reserve_bo_and_cond_vms(struct kgd_mem * mem,struct amdgpu_vm * vm,enum bo_vm_match map_type,struct bo_vm_reservation_context * ctx) reserve_bo_and_cond_vms() argument