Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D47829
Change Details
Change Details
Old
New
Diff
Rename vm_page_rename() to vm_page_iter_rename() to reflect its reimplementation using iterators, and pass the page to this function rather than spending cycles looking it up. Change its return value from 0/1 to a bool.
Rename vm_page_rename() to vm_page_iter_rename() to reflect its reimplementation using iterators, and pass the page to this function rather than spending clock cycles looking it up. Change its return value from 0/1 to a bool.
Rename vm_page_rename() to vm_page_iter_rename() to reflect its reimplementation using iterators, and pass the page to this function rather than spending
clock
cycles looking it up. Change its return value from 0/1 to a bool.
Continue