Searched refs:cache_init (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/sh/kernel/cpu/ | 
| D | init.c | 107 static void cache_init(void)  in cache_init()  function193 #define cache_init()	do { } while (0)  macro
 320 	cache_init();  in cpu_init()
 
 | 
| /Linux-v5.4/fs/fat/ | 
| D | cache.c | 217 static inline void cache_init(struct fat_cache_id *cid, int fclus, int dclus)  in cache_init()  function252 		cache_init(&cid, -1, -1);  in fat_get_cluster()
 282 			cache_init(&cid, *fclus, *dclus);  in fat_get_cluster()
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | cacheinfo.c | 142 static void cache_init(struct cache *cache, int type, int level,  in cache_init()  function158 		cache_init(cache, type, level, ofnode);  in new_cache()
 
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | cache.c | 43 static void cache_init(struct cache_head *h, struct cache_detail *detail)  in cache_init()  function97 	cache_init(new, detail);  in sunrpc_cache_add_entry()
 199 	cache_init(tmp, detail);  in sunrpc_cache_update()
 
 | 
| /Linux-v5.4/Documentation/filesystems/nfs/ | 
| D | rpc-cache.txt | 58 		references create by 'cache_init' and, if CACHE_VALID
 |