Home
last modified time | relevance | path

Searched refs:ll_cache (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/lib/
Dll_map.c27 struct ll_cache { struct
40 static struct ll_cache *ll_get_by_index(unsigned index) in ll_get_by_index() argument
46 struct ll_cache *im in ll_get_by_index()
47 = container_of(n, struct ll_cache, idx_hash); in ll_get_by_index()
65 static struct ll_cache *ll_get_by_name(const char *name) in ll_get_by_name()
71 struct ll_cache *im in ll_get_by_name()
72 = container_of(n, struct ll_cache, name_hash); in ll_get_by_name()
87 struct ll_cache *im; in ll_remember_index()
142 const struct ll_cache *im; in ll_idx_n2a()
166 const struct ll_cache *im; in ll_index_to_type()
[all …]
/external/gemmlowp/standalone/
Dcache_counters.cc120 int ll_cache = 0; member
133 printf("ll_cache = %d\n", cache_counts.ll_cache); in PrintCacheCounts()
199 ArmPmuEvent ll_cache(only_reads ? ArmPmuEvent::LL_CACHE_RD in MeasureCacheCounts() local
218 ll_cache.Start(); in MeasureCacheCounts()
231 cache_counts->ll_cache = ll_cache.Stop(); in MeasureCacheCounts()