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
F169480311: D38313.id116166.diff
Tue, Sep 1, 3:51 PM
F169387786: D38313.id116270.diff
Tue, Sep 1, 9:41 AM
F169364393: D38313.id.diff
Tue, Sep 1, 8:11 AM
F169225048: D38313.id116403.diff
Mon, Aug 31, 10:54 PM
Unknown Object (File)
Mon, Aug 31, 3:24 PM
Unknown Object (File)
Sun, Aug 30, 1:13 PM
Unknown Object (File)
Sun, Aug 30, 9:46 AM
Unknown Object (File)
Sun, Aug 30, 8:23 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.