Page MenuHomeFreeBSD

tcp_hpts: use tcp_pace.cts_last_ran for last ran table
ClosedPublic

Authored by glebius on Dec 19 2023, 1:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 21, 4:00 AM
Unknown Object (File)
Tue, Apr 21, 3:18 AM
Unknown Object (File)
Mon, Apr 20, 10:44 PM
Unknown Object (File)
Sun, Apr 19, 5:41 AM
Unknown Object (File)
Thu, Apr 16, 1:49 PM
Unknown Object (File)
Tue, Apr 7, 8:58 AM
Unknown Object (File)
Mar 13 2026, 9:29 AM
Unknown Object (File)
Mar 13 2026, 9:22 AM
Subscribers

Details

Summary

Remove the global cts_last_ran and use already existing unused field of
struct tcp_hptsi, which seems originally planned to hold this table. This
makes it consistent with other malloc-ed tables, like main array of HPTS
entities and CPU groups.

Diff Detail

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