Home
last modified time | relevance | path

Searched refs:populate_cache (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/mips/kernel/
Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \ macro
87 populate_cache(dcache, this_leaf, level, CACHE_TYPE_DATA); in populate_cache_leaves()
89 populate_cache(icache, this_leaf, level, CACHE_TYPE_INST); in populate_cache_leaves()
92 populate_cache(dcache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
99 populate_cache(vcache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
106 populate_cache(scache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
111 populate_cache(tcache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
/linux-6.12.1/fs/btrfs/
Dzoned.h57 int btrfs_get_dev_zone_info(struct btrfs_device *device, bool populate_cache);
107 bool populate_cache) in btrfs_get_dev_zone_info() argument
Dzoned.c349 int btrfs_get_dev_zone_info(struct btrfs_device *device, bool populate_cache) in btrfs_get_dev_zone_info() argument
459 if (populate_cache && bdev_is_zoned(device->bdev)) { in btrfs_get_dev_zone_info()