is_cache          200 drivers/block/null_blk_main.c static void null_free_device_storage(struct nullb_device *dev, bool is_cache);
is_cache          690 drivers/block/null_blk_main.c 	bool is_cache)
is_cache          697 drivers/block/null_blk_main.c 	root = is_cache ? &nullb->dev->cache : &nullb->dev->data;
is_cache          709 drivers/block/null_blk_main.c 			if (is_cache)
is_cache          716 drivers/block/null_blk_main.c 	struct nullb_page *t_page, bool is_cache)
is_cache          720 drivers/block/null_blk_main.c 	root = is_cache ? &nullb->dev->cache : &nullb->dev->data;
is_cache          726 drivers/block/null_blk_main.c 	} else if (is_cache)
is_cache          732 drivers/block/null_blk_main.c static void null_free_device_storage(struct nullb_device *dev, bool is_cache)
is_cache          739 drivers/block/null_blk_main.c 	root = is_cache ? &dev->cache : &dev->data;
is_cache          757 drivers/block/null_blk_main.c 	if (is_cache)
is_cache          762 drivers/block/null_blk_main.c 	sector_t sector, bool for_write, bool is_cache)
is_cache          772 drivers/block/null_blk_main.c 	root = is_cache ? &nullb->dev->cache : &nullb->dev->data;
is_cache           32 drivers/misc/mic/scif/scif_dma.c 	bool is_cache;
is_cache          858 drivers/misc/mic/scif/scif_dma.c 	if (comp_cb->is_cache)
is_cache         1567 drivers/misc/mic/scif/scif_dma.c 		comp_cb->is_cache = false;
is_cache         1578 drivers/misc/mic/scif/scif_dma.c 		comp_cb->is_cache = true;
is_cache         1610 drivers/misc/mic/scif/scif_dma.c 	if (comp_cb->is_cache)