Page MenuHomeFreeBSD

vm_phys: hide alloc_freelist_pages
ClosedPublic

Authored by dougm on Sep 5 2024, 3:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 4:47 PM
Unknown Object (File)
Thu, Apr 9, 4:09 PM
Unknown Object (File)
Thu, Apr 9, 5:24 AM
Unknown Object (File)
Wed, Apr 8, 11:32 PM
Unknown Object (File)
Tue, Apr 7, 12:48 AM
Unknown Object (File)
Sun, Mar 29, 1:09 AM
Unknown Object (File)
Sat, Mar 21, 7:18 AM
Unknown Object (File)
Sat, Mar 21, 1:13 AM
Subscribers

Details

Summary

Make vm_phys_alloc_freelist_pages static. If anyone outside the kernel called it,they'd have to know about pools, their number and meaning, and I don't think that information is widespread.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.Sep 5 2024, 3:11 AM
dougm created this revision.
This revision is now accepted and ready to land.Sep 5 2024, 1:05 PM

The caller in vm_page.c to the formerly public function was eliminated this past summer.

This revision was automatically updated to reflect the committed changes.