Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mm/
Dcache-b15-rac.c104 unsigned int do_flush; \
114 do_flush = test_bit(RAC_ENABLED, &b15_rac_flags); \
115 if (do_flush) \
118 if (!do_flush) \
/Linux-v5.4/tools/perf/util/
Dordered-events.c223 static int do_flush(struct ordered_events *oe, bool show_progress) in do_flush() function
323 err = do_flush(oe, show_progress); in __ordered_events__flush()
/Linux-v5.4/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.c1290 bool do_flush; in r5l_flush_stripe_to_raid() local
1302 do_flush = !list_empty(&log->flushing_ios); in r5l_flush_stripe_to_raid()
1305 if (!do_flush) in r5l_flush_stripe_to_raid()
Draid5.c5587 bool do_flush = false; in raid5_make_request() local
5603 do_flush = bi->bi_opf & REQ_PREFLUSH; in raid5_make_request()
5723 if (do_flush) { in raid5_make_request()
5726 do_flush = false; in raid5_make_request()
/Linux-v5.4/fs/nfs/
Dwrite.c1201 int do_flush, status; in nfs_flush_incompatible() local
1215 do_flush = req->wb_page != page || in nfs_flush_incompatible()
1220 do_flush |= l_ctx->lockowner != current->files; in nfs_flush_incompatible()
1223 if (!do_flush) in nfs_flush_incompatible()
/Linux-v5.4/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()
/Linux-v5.4/net/ipv4/
Dnexthop.c772 bool do_flush = false; in __remove_nexthop_fib() local
777 do_flush = true; in __remove_nexthop_fib()
779 if (do_flush) in __remove_nexthop_fib()
/Linux-v5.4/drivers/usb/musb/
Dmusb_host.c432 int do_flush = 0; in musb_host_packet_rx() local
464 do_flush = 1; in musb_host_packet_rx()
482 do_flush = 1; in musb_host_packet_rx()
504 if (unlikely(do_flush)) in musb_host_packet_rx()