Searched defs:do_flush (Results 1 - 4 of 4) sorted by relevance

/drivers/block/
H A Dosdblk.c304 bool do_write, do_flush; local
324 do_flush = rq->cmd_flags & REQ_FLUSH;
327 if (!do_flush) { /* osd_flush does not use a bio */
349 if (do_flush)
360 do_flush ? "flush" : do_write ?
/drivers/md/
H A Ddm-log-userspace-base.c160 static void do_flush(struct work_struct *work) function
305 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush);
/drivers/usb/musb/
H A Dmusb_host.c464 int do_flush = 0; local
496 do_flush = 1;
514 do_flush = 1;
536 if (unlikely(do_flush))
/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1487 static void do_flush(struct intelfb_info *dinfo);
1532 do_flush(dinfo);
1549 static void do_flush(struct intelfb_info *dinfo) function
1571 do_flush(dinfo);

Completed in 391 milliseconds