Searched refs:flush_buf (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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.4.14/arch/cris/include/arch-v32/arch/ |
D | cache.h | 13 void flush_dma_descr(dma_descr_data *descr, int flush_buf);
|
/linux-4.4.14/drivers/block/ |
D | cciss.c | 5220 char *flush_buf; in cciss_shutdown() local 5224 flush_buf = kzalloc(4, GFP_KERNEL); in cciss_shutdown() 5225 if (!flush_buf) { in cciss_shutdown() 5230 return_code = sendcmd_withirq(h, CCISS_CACHE_FLUSH, flush_buf, in cciss_shutdown() 5232 kfree(flush_buf); in cciss_shutdown()
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa.c | 8592 char *flush_buf; in hpsa_flush_cache() local 8598 flush_buf = kzalloc(4, GFP_KERNEL); in hpsa_flush_cache() 8599 if (!flush_buf) in hpsa_flush_cache() 8604 if (fill_cmd(c, HPSA_CACHE_FLUSH, h, flush_buf, 4, 0, in hpsa_flush_cache() 8617 kfree(flush_buf); in hpsa_flush_cache()
|