consecutive       501 fs/nfs/nfs42xdr.c 	res->consecutive = be32_to_cpup(p++);
consecutive      1451 include/linux/nfs_xdr.h 	bool				consecutive;
consecutive       279 tools/perf/util/auxtrace.c 	bool consecutive = false;
consecutive       288 tools/perf/util/auxtrace.c 		b->consecutive = consecutive;
consecutive       296 tools/perf/util/auxtrace.c 		consecutive = true;
consecutive       300 tools/perf/util/auxtrace.c 	buffer->consecutive = consecutive;
consecutive       196 tools/perf/util/auxtrace.h 	bool			consecutive;
consecutive       478 tools/perf/util/intel-bts.c 	if (buffer->consecutive) {
consecutive       493 tools/perf/util/intel-bts.c 	if (btsq->bts->snapshot_mode && !buffer->consecutive &&
consecutive       502 tools/perf/util/intel-bts.c 	     (btsq->bts->snapshot_mode && !buffer->consecutive)))
consecutive       520 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	if (!buffer.consecutive || reposition) {
consecutive      2856 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 						size_t len_b, bool *consecutive)
consecutive      2887 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 				*consecutive = true;
consecutive      2919 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 				     bool have_tsc, bool *consecutive)
consecutive      2932 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 						  consecutive);
consecutive      2951 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 			*consecutive = true;
consecutive       229 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h 	bool consecutive;
consecutive       266 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h 				     bool have_tsc, bool *consecutive);
consecutive       239 tools/perf/util/intel-pt.c 	bool consecutive = false;
consecutive       243 tools/perf/util/intel-pt.c 				      pt->have_tsc, &consecutive);
consecutive       248 tools/perf/util/intel-pt.c 	if (b->use_size && consecutive)
consecutive       249 tools/perf/util/intel-pt.c 		b->consecutive = true;
consecutive       269 tools/perf/util/intel-pt.c 	if (might_overlap && !buffer->consecutive && old_buffer &&
consecutive       282 tools/perf/util/intel-pt.c 	if (!old_buffer || (might_overlap && !buffer->consecutive)) {
consecutive       283 tools/perf/util/intel-pt.c 		b->consecutive = false;
consecutive       286 tools/perf/util/intel-pt.c 		b->consecutive = true;