Searched refs:flush_buf (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | cache.c | 8 inline void flush_dma_descr(struct dma_descr_data *descr, int flush_buf) in flush_dma_descr() argument 13 if (flush_buf) in flush_dma_descr()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | cache.h | 13 void flush_dma_descr(dma_descr_data *descr, int flush_buf);
|
/linux-4.1.27/drivers/block/ |
D | cciss.c | 5205 char *flush_buf; in cciss_shutdown() local 5209 flush_buf = kzalloc(4, GFP_KERNEL); in cciss_shutdown() 5210 if (!flush_buf) { in cciss_shutdown() 5215 return_code = sendcmd_withirq(h, CCISS_CACHE_FLUSH, flush_buf, in cciss_shutdown() 5217 kfree(flush_buf); in cciss_shutdown()
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 7041 char *flush_buf; in hpsa_flush_cache() local 7047 flush_buf = kzalloc(4, GFP_KERNEL); in hpsa_flush_cache() 7048 if (!flush_buf) in hpsa_flush_cache() 7056 if (fill_cmd(c, HPSA_CACHE_FLUSH, h, flush_buf, 4, 0, in hpsa_flush_cache() 7067 kfree(flush_buf); in hpsa_flush_cache()
|