Lines Matching refs:ll_cache
27 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()
143 const struct ll_cache *im; in ll_idx_n2a()
167 const struct ll_cache *im; in ll_index_to_type()
178 const struct ll_cache *im; in ll_index_to_flags()
189 const struct ll_cache *im; in ll_name_to_index()