/openbmc/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()
|
/openbmc/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() 309 cache_init(&cid, *fclus, *dclus); in exfat_get_cluster()
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | cache.h | 34 void cache_init(void);
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | Makefile | 7 obj-y += cache_init.o
|
/openbmc/qemu/migration/ |
H A D | page_cache.h | 31 PageCache *cache_init(uint64_t cache_size, size_t page_size, Error **errp);
|
H A D | page_cache.c | 41 PageCache *cache_init(uint64_t new_size, size_t page_size, Error **errp) in cache_init() function
|
H A D | ram.c | 198 new_cache = cache_init(new_size, TARGET_PAGE_SIZE, errp); in xbzrle_cache_resize() 2656 XBZRLE.cache = cache_init(migrate_xbzrle_cache_size(), in xbzrle_init()
|
/openbmc/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 252 cache_init(&cid, -1, -1); in fat_get_cluster() 282 cache_init(&cid, *fclus, *dclus); in fat_get_cluster()
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | cpu.c | 20 cache_init(); in arch_cpu_init()
|
H A D | cache.c | 457 void cache_init(void) in cache_init() function
|
/openbmc/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()
|
/openbmc/qemu/contrib/plugins/ |
H A D | cache.c | 249 static Cache *cache_init(int blksize, int assoc, int cachesize) in cache_init() function 297 caches[i] = cache_init(blksize, assoc, cachesize); in caches_init()
|
/openbmc/linux/drivers/xen/ |
H A D | grant-table.c | 908 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init() function 934 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init() function 963 cache_init(cache); in gnttab_page_cache_init()
|
/openbmc/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() 228 cache_init(tmp, detail); in sunrpc_cache_update()
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 67 references create by 'cache_init' and, if CACHE_VALID
|
/openbmc/linux/drivers/md/ |
H A D | dm-bufio.c | 538 static void cache_init(struct dm_buffer_cache *bc, unsigned int num_locks, bool no_sleep) in cache_init() function 2462 cache_init(&c->cache, num_locks, (flags & DM_BUFIO_CLIENT_NO_SLEEP) != 0); in dm_bufio_client_create()
|