.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SQ_FLUSH_RANGE" "9" "09 October 2005" "" ""
.SH NAME
sq_flush_range \- Flush (prefetch) a specific SQ range
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sq_flush_range (unsigned long \fIstart\fB, unsigned int \fIlen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIstart\fB\fR
the store queue address to start flushing from
.TP
\fB\fIlen\fB\fR
the length to flush
.SH "DESCRIPTION"
.PP
Flushes the store queue cache from \fIstart\fR to \fIstart\fR + \fIlen\fR in a
linear fashion.