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)
Oct 3 2024, 12:21 AM
Unknown Object (File)
Oct 2 2024, 7:35 PM
Unknown Object (File)
Oct 1 2024, 6:58 AM
Unknown Object (File)
Sep 30 2024, 3:23 PM
Unknown Object (File)
Sep 30 2024, 1:32 PM
Unknown Object (File)
Sep 28 2024, 7:08 AM
Unknown Object (File)
Sep 28 2024, 12:20 AM
Unknown Object (File)
Sep 27 2024, 5:07 PM
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