Home
last modified time | relevance | path

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

/linux/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/tools/testing/selftests/net/netfilter/
H A Dconntrack_reverse_clash.sh28 do_flush() function
42 do_flush &
/linux/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/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()
/linux/fs/nfs/
H A Dwrite.c1118 int do_flush, status; in nfs_flush_incompatible() local
1132 do_flush = nfs_page_to_folio(req) != folio || in nfs_flush_incompatible()
1137 do_flush |= l_ctx->lockowner != current->files; in nfs_flush_incompatible()
1140 if (!do_flush) in nfs_flush_incompatible()
/linux/net/core/
H A Ddev.c6468 bool do_flush; in flush_required() local
6475 do_flush = !skb_queue_empty(&sd->input_pkt_queue) || in flush_required()
6479 return do_flush; in flush_required()