.\" 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 "NFS_COALESCE_REQUESTS" "9" "09 October 2005" "" "" .SH NAME nfs_coalesce_requests \- Split coalesced requests out from a list. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int nfs_coalesce_requests (struct list_head * \fIhead\fB, struct list_head * \fIdst\fB, unsigned int \fInmax\fB); \fR .SH "ARGUMENTS" .TP \fB\fIhead\fB\fR source list .TP \fB\fIdst\fB\fR destination list .TP \fB\fInmax\fB\fR maximum number of requests to coalesce .SH "DESCRIPTION" .PP Moves a maximum of 'nmax' elements from one list to another. The elements are checked to ensure that they form a contiguous set of pages, and that the RPC credentials are the same.