Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) \
/kernel/linux/linux-6.6/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) \
/kernel/linux/linux-5.10/tools/perf/util/
H 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()
/kernel/linux/linux-6.6/tools/perf/util/
H A 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()
/kernel/linux/linux-5.10/drivers/md/
H 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()
H 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()
H A Draid5.c5774 bool do_flush = false; in raid5_make_request() local
5790 do_flush = bi->bi_opf & REQ_PREFLUSH; in raid5_make_request()
5910 if (do_flush) { in raid5_make_request()
5913 do_flush = false; in raid5_make_request()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-log-userspace-base.c157 static void do_flush(struct work_struct *work) in do_flush() function
309 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush); in userspace_ctr()
H 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()
H A Draid5.c783 bool do_flush; member
6069 if (ctx->do_flush) { in make_stripe_request()
6072 ctx->do_flush = false; in make_stripe_request()
6155 ctx.do_flush = bi->bi_opf & REQ_PREFLUSH; in raid5_make_request()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_host.c420 int do_flush = 0; in musb_host_packet_rx() local
452 do_flush = 1; in musb_host_packet_rx()
470 do_flush = 1; in musb_host_packet_rx()
492 if (unlikely(do_flush)) in musb_host_packet_rx()
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H 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()
/kernel/linux/linux-5.10/fs/nfs/
H A Dwrite.c1179 int do_flush, status; in nfs_flush_incompatible() local
1193 do_flush = req->wb_page != page || in nfs_flush_incompatible()
1198 do_flush |= l_ctx->lockowner != current->files; in nfs_flush_incompatible()
1201 if (!do_flush) in nfs_flush_incompatible()
/kernel/linux/linux-6.6/fs/nfs/
H A Dwrite.c1196 int do_flush, status; in nfs_flush_incompatible() local
1210 do_flush = nfs_page_to_folio(req) != folio || in nfs_flush_incompatible()
1215 do_flush |= l_ctx->lockowner != current->files; in nfs_flush_incompatible()
1218 if (!do_flush) in nfs_flush_incompatible()
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A 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()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_host.c420 int do_flush = 0; in musb_host_packet_rx() local
452 do_flush = 1; in musb_host_packet_rx()
470 do_flush = 1; in musb_host_packet_rx()
492 if (unlikely(do_flush)) in musb_host_packet_rx()
/kernel/linux/linux-5.10/net/ipv4/
H A Dnexthop.c871 bool do_flush = false; in __remove_nexthop_fib() local
876 do_flush = true; in __remove_nexthop_fib()
878 if (do_flush) in __remove_nexthop_fib()
/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c1869 bool do_flush = false; in __remove_nexthop_fib() local
1874 do_flush = true; in __remove_nexthop_fib()
1876 if (do_flush) in __remove_nexthop_fib()
/kernel/linux/linux-5.10/net/core/
H A Ddev.c5722 bool do_flush; in flush_required() local
5730 do_flush = !skb_queue_empty(&sd->input_pkt_queue) || in flush_required()
5735 return do_flush; in flush_required()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c5881 bool do_flush; in flush_required() local
5888 do_flush = !skb_queue_empty(&sd->input_pkt_queue) || in flush_required()
5892 return do_flush; in flush_required()

Completed in 81 milliseconds