Page MenuHomeFreeBSD

newbus: Simplify reallocation of devices array
ClosedPublic

Authored by imp on Oct 31 2024, 8:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 16, 12:21 AM
Unknown Object (File)
Thu, May 14, 6:50 PM
Unknown Object (File)
Thu, May 14, 6:50 PM
Unknown Object (File)
Thu, May 14, 6:50 PM
Unknown Object (File)
Thu, May 14, 6:48 PM
Unknown Object (File)
Wed, Apr 29, 7:23 AM
Unknown Object (File)
Wed, Apr 29, 7:15 AM
Unknown Object (File)
Wed, Apr 29, 7:13 AM
Subscribers

Details

Summary

Simplify the complex expression down to what it is on 64-bit systems.
32-bit kernels would allocate 2 at a time. Replace all that with
reallocf which will eliminate a bunch of copies. This should be faster
and simpler on both types of kernels.

Suggested by: jhb@
Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable