Home
last modified time | relevance | path

Searched refs:is_cache (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/null_blk/
H A Dmain.c227 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
759 bool is_cache) in null_free_sector()
766 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
778 if (is_cache) in null_free_sector()
785 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert()
789 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_radix_tree_insert()
795 } else if (is_cache) in null_radix_tree_insert()
801 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument
808 root = is_cache ? &dev->cache : &dev->data; in null_free_device_storage()
826 if (is_cache) in null_free_device_storage()
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-6.6/drivers/block/null_blk/
H A Dmain.c249 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
897 bool is_cache) in null_free_sector()
904 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
916 if (is_cache) in null_free_sector()
923 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert()
927 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_radix_tree_insert()
933 } else if (is_cache) in null_radix_tree_insert()
939 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument
946 root = is_cache ? &dev->cache : &dev->data; in null_free_device_storage()
964 if (is_cache) in null_free_device_storage()
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...]
/kernel/linux/linux-6.6/fs/fscache/
H A Dcache.c59 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache) in fscache_lookup_cache() argument
105 if (unnamed && is_cache && in fscache_lookup_cache()
H A Dinternal.h28 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache);
/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Dghes.c518 bool is_cache = (err_info->type == CPER_ARM_CACHE_ERROR); in ghes_handle_arm_hw_error() local
528 if (is_cache && has_pa) { in ghes_handle_arm_hw_error()
/kernel/linux/linux-6.6/drivers/acpi/apei/
H A Dghes.c546 bool is_cache = (err_info->type == CPER_ARM_CACHE_ERROR); in ghes_handle_arm_hw_error() local
556 if (is_cache && has_pa) { in ghes_handle_arm_hw_error()

Completed in 10 milliseconds