next_flush        830 tools/perf/builtin-kvm.c 		oe->next_flush = flush_time;
next_flush        227 tools/perf/util/ordered-events.c 	u64 limit = oe->next_flush;
next_flush        288 tools/perf/util/ordered-events.c 		oe->next_flush = ULLONG_MAX;
next_flush        303 tools/perf/util/ordered-events.c 		oe->next_flush  = first->timestamp;
next_flush        304 tools/perf/util/ordered-events.c 		oe->next_flush += (last->timestamp - first->timestamp) / 2;
next_flush        309 tools/perf/util/ordered-events.c 		oe->next_flush = timestamp;
next_flush        319 tools/perf/util/ordered-events.c 	pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush PRE  %s, nr_events %u\n",
next_flush        327 tools/perf/util/ordered-events.c 			oe->next_flush = oe->max_timestamp;
next_flush        332 tools/perf/util/ordered-events.c 	pr_oe_time(oe->next_flush, "next_flush - ordered_events__flush POST %s, nr_events %u\n",
next_flush         37 tools/perf/util/ordered-events.h 	u64				 next_flush;