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)
Sep 14 2025, 9:44 AM
Unknown Object (File)
Sep 5 2025, 5:22 AM
Unknown Object (File)
Aug 29 2025, 8:47 AM
Unknown Object (File)
Aug 1 2025, 4:36 PM
Unknown Object (File)
Jul 1 2025, 3:11 AM
Unknown Object (File)
Jul 1 2025, 1:18 AM
Unknown Object (File)
Jun 19 2025, 5:23 AM
Unknown Object (File)
Jun 18 2025, 6:43 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.