NFS_COALESCE_REQUESTS
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
nfs_coalesce_requests - Split coalesced requests out from a list.
SYNOPSIS
"SYNOPSIS"
int nfs_coalesce_requests (struct list_head * head, struct list_head * dst, unsigned int nmax);
ARGUMENTS
- head
-
source list
- dst
-
destination list
- nmax
-
maximum number of requests to coalesce
DESCRIPTION
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:32 GMT, October 09, 2005