Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dnull_blk_main.c200 static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
689 bool is_cache) in null_free_sector() argument
696 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
708 if (is_cache) in null_free_sector()
715 struct nullb_page *t_page, bool is_cache) in null_radix_tree_insert() argument
719 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_radix_tree_insert()
725 } else if (is_cache) in null_radix_tree_insert()
731 static void null_free_device_storage(struct nullb_device *dev, bool is_cache) in null_free_device_storage() argument
738 root = is_cache ? &dev->cache : &dev->data; in null_free_device_storage()
756 if (is_cache) in null_free_device_storage()
[all …]
/Linux-v5.4/drivers/misc/mic/scif/
Dscif_dma.c32 bool is_cache; member
858 if (comp_cb->is_cache) in scif_rma_completion_cb()
1567 comp_cb->is_cache = false; in scif_rma_list_dma_copy_wrapper()
1578 comp_cb->is_cache = true; in scif_rma_list_dma_copy_wrapper()
1610 if (comp_cb->is_cache) in scif_rma_list_dma_copy_wrapper()