Searched refs:symbol_cache (Results 1 – 2 of 2) sorted by relevance
239 struct symbol_cache;240 unsigned long update_symbol_cache(struct symbol_cache *sc);241 void free_symbol_cache(struct symbol_cache *sc);242 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset);254 struct symbol_cache { struct256 static inline unsigned long __used update_symbol_cache(struct symbol_cache *sc) in update_symbol_cache()261 static inline void __used free_symbol_cache(struct symbol_cache *sc) in free_symbol_cache()265 static inline struct symbol_cache * __used
124 struct symbol_cache { struct130 unsigned long update_symbol_cache(struct symbol_cache *sc) in update_symbol_cache() argument140 void free_symbol_cache(struct symbol_cache *sc) in free_symbol_cache()146 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()148 struct symbol_cache *sc; in alloc_symbol_cache()153 sc = kzalloc(sizeof(struct symbol_cache), GFP_KERNEL); in alloc_symbol_cache()257 struct symbol_cache *sc = data; \