Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/mm/
H A Dcache-b15-rac.c105 unsigned int do_flush; \
115 do_flush = test_bit(RAC_ENABLED, &b15_rac_flags); \
116 if (do_flush) \
119 if (!do_flush) \
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dconntrack_reverse_clash.sh28 do_flush() function
42 do_flush &
/linux-6.15/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()
/linux-6.15/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.c1286 bool do_flush; in r5l_flush_stripe_to_raid() local
1298 do_flush = !list_empty(&log->flushing_ios); in r5l_flush_stripe_to_raid()
1301 if (!do_flush) in r5l_flush_stripe_to_raid()
H A Draid5.c783 bool do_flush; member
6010 if (ctx->do_flush) { in make_stripe_request()
6013 ctx->do_flush = false; in make_stripe_request()
6094 ctx.do_flush = bi->bi_opf & REQ_PREFLUSH; in raid5_make_request()
/linux-6.15/fs/nfs/
H A Dwrite.c1174 int do_flush, status; in nfs_flush_incompatible() local
1188 do_flush = nfs_page_to_folio(req) != folio || in nfs_flush_incompatible()
1193 do_flush |= l_ctx->lockowner != current->files; in nfs_flush_incompatible()
1196 if (!do_flush) in nfs_flush_incompatible()
/linux-6.15/drivers/usb/musb/
H A Dmusb_host.c421 int do_flush = 0; in musb_host_packet_rx() local
453 do_flush = 1; in musb_host_packet_rx()
471 do_flush = 1; in musb_host_packet_rx()
493 if (unlikely(do_flush)) in musb_host_packet_rx()
/linux-6.15/net/ipv4/
H A Dnexthop.c2122 bool do_flush = false; in __remove_nexthop_fib() local
2127 do_flush = true; in __remove_nexthop_fib()
2129 if (do_flush) in __remove_nexthop_fib()
/linux-6.15/net/core/
H A Ddev.c6216 bool do_flush; in flush_required() local
6223 do_flush = !skb_queue_empty(&sd->input_pkt_queue) || in flush_required()
6227 return do_flush; in flush_required()