do_flush          104 arch/arm/mm/cache-b15-rac.c 	unsigned int do_flush;					\
do_flush          114 arch/arm/mm/cache-b15-rac.c 	do_flush = test_bit(RAC_ENABLED, &b15_rac_flags);	\
do_flush          115 arch/arm/mm/cache-b15-rac.c 	if (do_flush)						\
do_flush          118 arch/arm/mm/cache-b15-rac.c 	if (!do_flush)						\
do_flush          308 drivers/md/dm-log-userspace-base.c 		INIT_DELAYED_WORK(&lc->flush_log_work, do_flush);
do_flush         1290 drivers/md/raid5-cache.c 	bool do_flush;
do_flush         1302 drivers/md/raid5-cache.c 	do_flush = !list_empty(&log->flushing_ios);
do_flush         1305 drivers/md/raid5-cache.c 	if (!do_flush)
do_flush         5587 drivers/md/raid5.c 	bool do_flush = false;
do_flush         5603 drivers/md/raid5.c 		do_flush = bi->bi_opf & REQ_PREFLUSH;
do_flush         5723 drivers/md/raid5.c 			if (do_flush) {
do_flush         5726 drivers/md/raid5.c 				do_flush = false;
do_flush          432 drivers/usb/musb/musb_host.c 	int			do_flush = 0;
do_flush          464 drivers/usb/musb/musb_host.c 			do_flush = 1;
do_flush          482 drivers/usb/musb/musb_host.c 			do_flush = 1;
do_flush          504 drivers/usb/musb/musb_host.c 	if (unlikely(do_flush))
do_flush         1484 drivers/video/fbdev/intelfb/intelfbhw.c static void do_flush(struct intelfb_info *dinfo);
do_flush         1529 drivers/video/fbdev/intelfb/intelfbhw.c 				do_flush(dinfo);
do_flush         1568 drivers/video/fbdev/intelfb/intelfbhw.c 	do_flush(dinfo);
do_flush         1210 fs/nfs/write.c 	int do_flush, status;
do_flush         1224 fs/nfs/write.c 		do_flush = req->wb_page != page ||
do_flush         1229 fs/nfs/write.c 			do_flush |= l_ctx->lockowner != current->files;
do_flush         1232 fs/nfs/write.c 		if (!do_flush)
do_flush          788 net/ipv4/nexthop.c 	bool do_flush = false;
do_flush          793 net/ipv4/nexthop.c 		do_flush = true;
do_flush          795 net/ipv4/nexthop.c 	if (do_flush)
do_flush          323 tools/perf/util/ordered-events.c 	err = do_flush(oe, show_progress);