.\" 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_VMA_UNMAP" "9" "09 October 2005" "" "" .SH NAME sq_vma_unmap \- Unmap a VMA range .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void sq_vma_unmap (struct vm_area_struct * \fIarea\fB, unsigned long \fIaddr\fB, size_t \fIlen\fB); \fR .SH "ARGUMENTS" .TP \fB\fIarea\fB\fR VMA containing range. .TP \fB\fIaddr\fB\fR Start of range. .TP \fB\fIlen\fB\fR Length of range. .SH "DESCRIPTION" .PP Searches the sq_mapping_list for a mapping matching the sq addr \fIaddr\fR, and subsequently frees up the entry. Further cleanup is done by generic code.