Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/
H A Dinit.c107 static void cache_init(void) in cache_init() function
193 #define cache_init() do { } while (0) macro
320 cache_init(); in cpu_init()
/linux/scripts/gendwarfksyms/
H A Dcache.c36 void cache_init(struct cache *cache) in cache_init() function
H A Dgendwarfksyms.h216 void cache_init(struct cache *cache);
H A Dtypes.c561 cache_init(&expansion_cache); in generate_symtypes_and_versions()
H A Ddwarf.c840 cache_init(&state->expansion_cache);
/linux/arch/powerpc/kernel/
H A Dcacheinfo.c145 static void cache_init(struct cache *cache, int type, int level, in cache_init() function
163 cache_init(cache, type, level, ofnode, group_id); in new_cache()
/linux/net/sunrpc/
H A Dcache.c48 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() function
116 cache_init(new, detail); in sunrpc_cache_add_entry()
233 cache_init(tmp, detail); in sunrpc_cache_update()
/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst67 references create by 'cache_init' and, if CACHE_VALID
/linux/drivers/md/
H A Ddm-bufio.c543 static void cache_init(struct dm_buffer_cache *bc, unsigned int num_locks, bool no_sleep) in cache_init() function
2521 cache_init(&c->cache, num_locks, (flags & DM_BUFIO_CLIENT_NO_SLEEP) != 0); in dm_bufio_client_create()