Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/tools/perf/util/
Dordered-events.c224 static int do_flush(struct ordered_events *oe, bool show_progress) in do_flush() function
324 err = do_flush(oe, show_progress); in __ordered_events__flush()
/linux-6.1.9/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.c1289 bool do_flush; in r5l_flush_stripe_to_raid() local
1301 do_flush = !list_empty(&log->flushing_ios); in r5l_flush_stripe_to_raid()
1304 if (!do_flush) in r5l_flush_stripe_to_raid()
Draid5.c783 bool do_flush; member
6061 if (ctx->do_flush) { in make_stripe_request()
6064 ctx->do_flush = false; in make_stripe_request()
6106 ctx.do_flush = bi->bi_opf & REQ_PREFLUSH; in raid5_make_request()
/linux-6.1.9/fs/nfs/
Dwrite.c1190 int do_flush, status; in nfs_flush_incompatible() local
1204 do_flush = req->wb_page != page || in nfs_flush_incompatible()
1209 do_flush |= l_ctx->lockowner != current->files; in nfs_flush_incompatible()
1212 if (!do_flush) in nfs_flush_incompatible()
/linux-6.1.9/drivers/video/fbdev/intelfb/
Dintelfbhw.c1482 static void do_flush(struct intelfb_info *dinfo);
1527 do_flush(dinfo); in wait_ring()
1544 static void do_flush(struct intelfb_info *dinfo) in do_flush() function
1566 do_flush(dinfo); in intelfbhw_do_sync()
/linux-6.1.9/drivers/usb/musb/
Dmusb_host.c414 int do_flush = 0; in musb_host_packet_rx() local
446 do_flush = 1; in musb_host_packet_rx()
464 do_flush = 1; in musb_host_packet_rx()
486 if (unlikely(do_flush)) in musb_host_packet_rx()
/linux-6.1.9/arch/x86/kvm/
Dhyperv.c1856 goto do_flush; in kvm_hv_flush_tlb()
1867 do_flush: in kvm_hv_flush_tlb()
/linux-6.1.9/net/ipv4/
Dnexthop.c1846 bool do_flush = false; in __remove_nexthop_fib() local
1851 do_flush = true; in __remove_nexthop_fib()
1853 if (do_flush) in __remove_nexthop_fib()
/linux-6.1.9/net/core/
Ddev.c5815 bool do_flush; in flush_required() local
5822 do_flush = !skb_queue_empty(&sd->input_pkt_queue) || in flush_required()
5826 return do_flush; in flush_required()