Searched refs:cache_map (Results 1 – 4 of 4) sorted by relevance
38 struct cache_map { struct 64 * CACHE_MAP_MAX is the maximum number of memory ranges in cache_map, where argument 81 static struct cache_map init_cache_map[CACHE_MAP_MAX] __initdata;82 static struct cache_map *cache_map __refdata = init_cache_map;170 memmove(cache_map + idx, cache_map + idx + 1, in rm_map_entry_at() 171 sizeof(*cache_map) * (cache_map_n - idx)); in rm_map_entry_at() 176 * Add an entry into cache_map at a specific index. Merges adjacent entries if193 struct cache_map *pre in add_map_entry_at() 39 startcache_map global() argument 40 endcache_map global() argument [all...]
121 armpmu_map_cache_event(const unsigned (*cache_map) in armpmu_map_cache_event() 141 if (!cache_map) in armpmu_map_cache_event() 144 ret = (int)(*cache_map)[cache_type][cache_op][cache_result]; in armpmu_map_cache_event() 176 const unsigned (*cache_map) in armpmu_map_event() 192 return armpmu_map_cache_event(cache_map, config); in armpmu_map_event()
143 const unsigned (*cache_map)[PERF_COUNT_HW_CACHE_MAX]
2650 static int cache_map(struct dm_target *ti, struct bio *bio) in cache_map() function 3523 .map = cache_map,