Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-common/
Dcache.S29 .macro do_flush flushins:req label macro
76 do_flush IFLUSH
108 do_flush FLUSHINV
113 do_flush FLUSH, .Ldfr
/linux-4.4.14/drivers/block/
Dosdblk.c304 bool do_write, do_flush; in osdblk_rq_fn() local
324 do_flush = rq->cmd_flags & REQ_FLUSH; in osdblk_rq_fn()
327 if (!do_flush) { /* osd_flush does not use a bio */ in osdblk_rq_fn()
349 if (do_flush) in osdblk_rq_fn()
360 do_flush ? "flush" : do_write ? in osdblk_rq_fn()
/linux-4.4.14/fs/nfs/
Dwrite.c1117 int do_flush, status; in nfs_flush_incompatible() local
1131 do_flush = req->wb_page != page || req->wb_context != ctx; in nfs_flush_incompatible()
1133 do_flush |= req->wb_this_page != req; in nfs_flush_incompatible()
1137 do_flush |= l_ctx->lockowner.l_owner != current->files in nfs_flush_incompatible()
1141 if (!do_flush) in nfs_flush_incompatible()
/linux-4.4.14/drivers/md/
Ddm-log-userspace-base.c156 static void do_flush(struct work_struct *work) in do_flush() function
309 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush); in userspace_ctr()
Draid5-cache.c629 bool do_flush; in r5l_flush_stripe_to_raid() local
641 do_flush = !list_empty(&log->flushing_ios); in r5l_flush_stripe_to_raid()
644 if (!do_flush) in r5l_flush_stripe_to_raid()
/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbhw.c1487 static void do_flush(struct intelfb_info *dinfo);
1532 do_flush(dinfo); in wait_ring()
1549 static void do_flush(struct intelfb_info *dinfo) in do_flush() function
1571 do_flush(dinfo); in intelfbhw_do_sync()
/linux-4.4.14/drivers/usb/musb/
Dmusb_host.c474 int do_flush = 0; in musb_host_packet_rx() local
506 do_flush = 1; in musb_host_packet_rx()
524 do_flush = 1; in musb_host_packet_rx()
546 if (unlikely(do_flush)) in musb_host_packet_rx()