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)
Mon, Apr 20, 1:31 PM
Unknown Object (File)
Sun, Apr 19, 1:12 PM
Unknown Object (File)
Sat, Apr 18, 5:38 PM
Unknown Object (File)
Sat, Apr 18, 10:23 AM
Unknown Object (File)
Thu, Apr 16, 7:56 PM
Unknown Object (File)
Wed, Apr 15, 11:19 PM
Unknown Object (File)
Wed, Apr 15, 11:13 PM
Unknown Object (File)
Thu, Apr 9, 4:47 PM
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.