Page MenuHomeFreeBSD

kboot: space_avail -- how much space exists from 'start' to end of segment
ClosedPublic

Authored by imp on Feb 1 2023, 6:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 14, 2:42 AM
Unknown Object (File)
Sun, Apr 12, 3:45 AM
Unknown Object (File)
Sat, Apr 11, 8:59 PM
Unknown Object (File)
Thu, Apr 9, 6:32 PM
Unknown Object (File)
Thu, Apr 9, 10:03 AM
Unknown Object (File)
Thu, Apr 9, 7:34 AM
Unknown Object (File)
Thu, Apr 9, 1:07 AM
Unknown Object (File)
Mar 17 2026, 6:32 AM
Subscribers

Diff Detail

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

Event Timeline

rebase / refactor / redo

nr_seg is int, but it can not get to negative, can it?

This revision is now accepted and ready to land.Feb 2 2023, 2:14 PM

nr_seg is int, but it can not get to negative, can it?

Correct. It's never negative. We'll have dozens maybe hundreds, at most of segments, so it will never wrap.