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)
Mon, Jan 27, 5:07 PM
Unknown Object (File)
Mon, Jan 27, 5:01 PM
Unknown Object (File)
Fri, Jan 17, 7:29 PM
Unknown Object (File)
Fri, Jan 17, 7:19 PM
Unknown Object (File)
Fri, Jan 17, 1:43 PM
Unknown Object (File)
Fri, Jan 17, 12:23 PM
Unknown Object (File)
Mon, Jan 13, 11:44 PM
Unknown Object (File)
Wed, Jan 1, 4:21 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 49383
Build 46273: arc lint + arc unit

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.