vm_page_lookup (9)
Leading comments
Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice(s), this list of conditions and the following disclaimer as the first lines of this file unmodified other than the possible addition of one or more copyright notices. 2. Redistributions in binary for...
NAME
vm_page_lookup - lookup a vm pageSYNOPSIS
In sys/param.h In vm/vm.h In vm/vm_page.h Ft vm_page_t Fn vm_page_lookup vm_object_t object vm_pindex_t pindexDESCRIPTION
The Fn vm_page_lookup function searches for a VM page given its VM object and index. If the page is not found, NULL is returned. Its arguments are:- Fa object
- The VM object to search on.
- Fa pindex
- The page index to search on.