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

/linux-master/arch/arm/mm/
H A 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-master/tools/perf/util/
H A Dordered-events.c224 static int do_flush(struct ordered_events *oe, bool show_progress) function
324 err = do_flush(oe, show_progress);
/linux-master/drivers/md/
H A Ddm-log-userspace-base.c157 static void do_flush(struct work_struct *work) function
309 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush);
H A Draid5-cache.c1290 bool do_flush; local
1302 do_flush = !list_empty(&log->flushing_ios);
1305 if (!do_flush)
H A Draid5.c784 bool do_flush; member in struct:stripe_request_ctx
5996 if (ctx->do_flush) {
5999 ctx->do_flush = false;
6079 ctx.do_flush = bi->bi_opf & REQ_PREFLUSH;
/linux-master/fs/nfs/
H A Dwrite.c1181 int do_flush, status; local
1195 do_flush = nfs_page_to_folio(req) != folio ||
1200 do_flush |= l_ctx->lockowner != current->files;
1203 if (!do_flush)
/linux-master/drivers/usb/musb/
H A Dmusb_host.c420 int do_flush = 0; local
452 do_flush = 1;
470 do_flush = 1;
492 if (unlikely(do_flush))
/linux-master/net/ipv4/
H A Dnexthop.c2096 bool do_flush = false; local
2101 do_flush = true;
2103 if (do_flush)
/linux-master/net/core/
H A Ddev.c5871 bool do_flush; local
5878 do_flush = !skb_queue_empty(&sd->input_pkt_queue) ||
5882 return do_flush;

Completed in 232 milliseconds