Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
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/tools/perf/util/
A 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/drivers/md/
A 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()
A Draid5-cache.c1288 bool do_flush; in r5l_flush_stripe_to_raid() local
1300 do_flush = !list_empty(&log->flushing_ios); in r5l_flush_stripe_to_raid()
1303 if (!do_flush) in r5l_flush_stripe_to_raid()
A Draid5.c5779 bool do_flush = false; in raid5_make_request() local
5795 do_flush = bi->bi_opf & REQ_PREFLUSH; in raid5_make_request()
5916 if (do_flush) { in raid5_make_request()
5919 do_flush = false; in raid5_make_request()
/linux/fs/nfs/
A Dwrite.c1191 int do_flush, status; in nfs_flush_incompatible() local
1205 do_flush = req->wb_page != page || in nfs_flush_incompatible()
1210 do_flush |= l_ctx->lockowner != current->files; in nfs_flush_incompatible()
1213 if (!do_flush) in nfs_flush_incompatible()
/linux/drivers/video/fbdev/intelfb/
A 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/drivers/usb/musb/
A 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/net/ipv4/
A Dnexthop.c1845 bool do_flush = false; in __remove_nexthop_fib() local
1850 do_flush = true; in __remove_nexthop_fib()
1852 if (do_flush) in __remove_nexthop_fib()
/linux/net/core/
A Ddev.c5793 bool do_flush; in flush_required() local
5801 do_flush = !skb_queue_empty(&sd->input_pkt_queue) || in flush_required()
5806 return do_flush; in flush_required()

Completed in 67 milliseconds