Searched refs:cache_init (Results 1 – 11 of 11) sorted by relevance
/linux/arch/sh/kernel/cpu/ |
H A D | init.c | 107 static void cache_init(void) in cache_init() function 193 #define cache_init() do { } while (0) macro 320 cache_init(); in cpu_init()
|
/linux/fs/exfat/ |
H A D | cache.c | 227 static inline void cache_init(struct exfat_cache_id *cid, in cache_init() function 264 cache_init(&cid, EXFAT_EOF_CLUSTER, EXFAT_EOF_CLUSTER); in exfat_get_cluster() 270 * This is reinitialized by cache_init(), later. in exfat_get_cluster() 309 cache_init(&cid, *fclus, *dclus); in exfat_get_cluster()
|
/linux/fs/fat/ |
H A D | cache.c | 217 static inline void cache_init(struct fat_cache_id *cid, int fclus, int dclus) in cache_init() function 250 * This is reinitialized by cache_init(), later. in fat_get_cluster() 252 cache_init(&cid, -1, -1); in fat_get_cluster() 282 cache_init(&cid, *fclus, *dclus); in fat_get_cluster()
|
/linux/scripts/gendwarfksyms/ |
H A D | cache.c | 36 void cache_init(struct cache *cache) in cache_init() function
|
H A D | gendwarfksyms.h | 216 void cache_init(struct cache *cache);
|
H A D | types.c | 561 cache_init(&expansion_cache); in generate_symtypes_and_versions()
|
H A D | dwarf.c | 838 cache_init(&state->expansion_cache); in state_init()
|
/linux/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 144 static void cache_init(struct cache *cache, int type, int level, in cache_init() function 162 cache_init(cache, type, level, ofnode, group_id); in new_cache()
|
/linux/net/sunrpc/ |
H A D | cache.c | 45 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() function 113 cache_init(new, detail); in sunrpc_cache_add_entry() 230 cache_init(tmp, detail); in sunrpc_cache_update()
|
/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 67 references create by 'cache_init' and, if CACHE_VALID
|
/linux/drivers/md/ |
H A D | dm-bufio.c | 528 static void cache_init(struct dm_buffer_cache *bc, unsigned int num_locks, bool no_sleep) in cache_init() function 2493 cache_init(&c->cache, num_locks, (flags & DM_BUFIO_CLIENT_NO_SLEEP) != 0); in dm_bufio_client_create()
|