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
F115315985: D38313.id116270.diff
Tue, Apr 22, 12:46 PM
F115260308: D38313.id116403.diff
Mon, Apr 21, 11:33 PM
Unknown Object (File)
Mon, Apr 21, 1:08 PM
Unknown Object (File)
Fri, Apr 18, 11:39 PM
Unknown Object (File)
Tue, Apr 15, 6:44 AM
Unknown Object (File)
Fri, Apr 11, 12:21 AM
Unknown Object (File)
Mon, Apr 7, 9:31 PM
Unknown Object (File)
Sat, Apr 5, 10:33 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.