Home
last modified time | relevance | path

Searched refs:is_cache (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/block/
Dnull_blk_main.c195 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
702 bool is_cache) in null_free_sector() argument
709 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
721 if (is_cache) in null_free_sector()
728 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert() argument
732 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_radix_tree_insert()
738 } else if (is_cache) in null_radix_tree_insert()
744 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument
751 root = is_cache ? &dev->cache : &dev->data; in null_free_device_storage()
769 if (is_cache) in null_free_device_storage()
[all …]
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_dma.c41 bool is_cache; member
872 if (comp_cb->is_cache) in scif_rma_completion_cb()
1588 comp_cb->is_cache = false; in scif_rma_list_dma_copy_wrapper()
1599 comp_cb->is_cache = true; in scif_rma_list_dma_copy_wrapper()
1631 if (comp_cb->is_cache) in scif_rma_list_dma_copy_wrapper()