Home
last modified time | relevance | path

Searched refs:cache_init (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/sh/kernel/cpu/
Dinit.c110 static void cache_init(void) in cache_init() function
196 #define cache_init() do { } while (0) macro
323 cache_init(); in cpu_init()
/linux-4.4.14/fs/fat/
Dcache.c216 static inline void cache_init(struct fat_cache_id *cid, int fclus, int dclus) in cache_init() function
244 cache_init(&cid, -1, -1); in fat_get_cluster()
276 cache_init(&cid, *fclus, *dclus); in fat_get_cluster()
/linux-4.4.14/arch/powerpc/kernel/
Dcacheinfo.c143 static void cache_init(struct cache *cache, int type, int level, in cache_init() function
159 cache_init(cache, type, level, ofnode); in new_cache()
/linux-4.4.14/net/sunrpc/
Dcache.c44 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() function
87 cache_init(new, detail); in sunrpc_cache_lookup()
173 cache_init(tmp, detail); in sunrpc_cache_update()
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt58 references create by 'cache_init' and, if CACHE_VALID
/linux-4.4.14/sound/soc/
Dsoc-core.c1472 if (codec->cache_init) in snd_soc_init_codec_cache()
1482 codec->cache_init = 1; in snd_soc_init_codec_cache()
1576 if (codec->cache_init) in snd_soc_instantiate_card()
/linux-4.4.14/include/sound/
Dsoc.h850 unsigned int cache_init:1; /* codec cache has been initialized */ member