Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/exfat/
H A Dcache.c227 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()
309 cache_init(&cid, *fclus, *dclus); in exfat_get_cluster()
/linux-6.15/fs/fat/
H A Dcache.c217 static inline void cache_init(struct fat_cache_id *cid, int fclus, int dclus) in cache_init() function
252 cache_init(&cid, -1, -1); in fat_get_cluster()
282 cache_init(&cid, *fclus, *dclus); in fat_get_cluster()
/linux-6.15/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.c453 cache_init(&expansion_cache); in generate_symtypes_and_versions()
H A Ddwarf.c826 cache_init(&state->expansion_cache); in state_init()
/linux-6.15/arch/powerpc/kernel/
H A Dcacheinfo.c144 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-6.15/drivers/xen/
H A Dgrant-table.c906 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init() function
932 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init() function
961 cache_init(cache); in gnttab_page_cache_init()
/linux-6.15/net/sunrpc/
H A Dcache.c45 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()
228 cache_init(tmp, detail); in sunrpc_cache_update()
/linux-6.15/Documentation/filesystems/nfs/
H A Drpc-cache.rst67 references create by 'cache_init' and, if CACHE_VALID
/linux-6.15/drivers/md/
H A Ddm-bufio.c538 static void cache_init(struct dm_buffer_cache *bc, unsigned int num_locks, bool no_sleep) in cache_init() function
2506 cache_init(&c->cache, num_locks, (flags & DM_BUFIO_CLIENT_NO_SLEEP) != 0); in dm_bufio_client_create()