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)
Wed, Nov 6, 11:05 PM
Unknown Object (File)
Wed, Nov 6, 9:42 AM
Unknown Object (File)
Thu, Oct 17, 5:02 PM
Unknown Object (File)
Wed, Oct 16, 2:42 AM
Unknown Object (File)
Mon, Oct 14, 6:22 PM
Unknown Object (File)
Oct 13 2024, 2:20 AM
Unknown Object (File)
Oct 12 2024, 2:59 PM
Unknown Object (File)
Oct 11 2024, 7:09 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.