Home
last modified time | relevance | path

Searched refs:do_flush (Results 1 – 5 of 5) sorted by relevance

/drivers/md/
Ddm-log-userspace-base.c156 static void do_flush(struct work_struct *work) in do_flush() function
308 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush); in userspace_ctr()
Draid5-cache.c1288 bool do_flush; in r5l_flush_stripe_to_raid() local
1300 do_flush = !list_empty(&log->flushing_ios); in r5l_flush_stripe_to_raid()
1303 if (!do_flush) in r5l_flush_stripe_to_raid()
Draid5.c5776 bool do_flush = false; in raid5_make_request() local
5792 do_flush = bi->bi_opf & REQ_PREFLUSH; in raid5_make_request()
5913 if (do_flush) { in raid5_make_request()
5916 do_flush = false; in raid5_make_request()
/drivers/video/fbdev/intelfb/
Dintelfbhw.c1484 static void do_flush(struct intelfb_info *dinfo);
1529 do_flush(dinfo); in wait_ring()
1546 static void do_flush(struct intelfb_info *dinfo) in do_flush() function
1568 do_flush(dinfo); in intelfbhw_do_sync()
/drivers/usb/musb/
Dmusb_host.c420 int do_flush = 0; in musb_host_packet_rx() local
452 do_flush = 1; in musb_host_packet_rx()
470 do_flush = 1; in musb_host_packet_rx()
492 if (unlikely(do_flush)) in musb_host_packet_rx()