Searched defs:is_cache (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/fscache/ |
H A D | cache.c | 59 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache) in fscache_lookup_cache() argument
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | main.c | 801 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument 758 null_free_sector(struct nullb *nullb, sector_t sector, bool is_cache) null_free_sector() argument 784 null_radix_tree_insert(struct nullb *nullb, u64 idx, struct nullb_page *t_page, bool is_cache) null_radix_tree_insert() argument 830 __null_lookup_page(struct nullb *nullb, sector_t sector, bool for_write, bool is_cache) __null_lookup_page() argument [all...] |
/kernel/linux/linux-5.10/drivers/acpi/apei/ |
H A D | ghes.c | 518 bool is_cache = (err_info->type == CPER_ARM_CACHE_ERROR); in ghes_handle_arm_hw_error() local
|
/kernel/linux/linux-6.6/drivers/acpi/apei/ |
H A D | ghes.c | 546 bool is_cache = (err_info->type == CPER_ARM_CACHE_ERROR); in ghes_handle_arm_hw_error() local
|
/kernel/linux/linux-6.6/drivers/block/null_blk/ |
H A D | main.c | 939 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument 896 null_free_sector(struct nullb *nullb, sector_t sector, bool is_cache) null_free_sector() argument 922 null_radix_tree_insert(struct nullb *nullb, u64 idx, struct nullb_page *t_page, bool is_cache) null_radix_tree_insert() argument 968 __null_lookup_page(struct nullb *nullb, sector_t sector, bool for_write, bool is_cache) __null_lookup_page() argument [all...] |
Completed in 9 milliseconds