Searched refs:symbol_cache (Results 1 – 2 of 2) sorted by relevance
233 struct symbol_cache;234 unsigned long update_symbol_cache(struct symbol_cache *sc);235 void free_symbol_cache(struct symbol_cache *sc);236 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset);246 struct symbol_cache { struct248 static inline unsigned long __used update_symbol_cache(struct symbol_cache *sc) in update_symbol_cache()253 static inline void __used free_symbol_cache(struct symbol_cache *sc) in free_symbol_cache()257 static inline struct symbol_cache * __used
87 struct symbol_cache { struct93 unsigned long update_symbol_cache(struct symbol_cache *sc) in update_symbol_cache() argument103 void free_symbol_cache(struct symbol_cache *sc) in free_symbol_cache()109 struct symbol_cache *alloc_symbol_cache(const char *sym, long offset) in alloc_symbol_cache()111 struct symbol_cache *sc; in alloc_symbol_cache()116 sc = kzalloc(sizeof(struct symbol_cache), GFP_KERNEL); in alloc_symbol_cache()220 struct symbol_cache *sc = data; \