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
F96187592: D38313.diff
Tue, Sep 24, 12:23 AM
Unknown Object (File)
Sun, Sep 22, 12:32 PM
Unknown Object (File)
Wed, Sep 4, 11:50 PM
Unknown Object (File)
Wed, Aug 28, 2:41 AM
Unknown Object (File)
Aug 21 2024, 4:34 PM
Unknown Object (File)
Aug 21 2024, 4:34 PM
Unknown Object (File)
Aug 21 2024, 4:34 PM
Unknown Object (File)
Aug 21 2024, 4:33 PM
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.