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)
Sat, Jun 29, 6:22 PM
Unknown Object (File)
May 25 2024, 7:03 PM
Unknown Object (File)
May 17 2024, 10:30 AM
Unknown Object (File)
May 9 2024, 6:44 AM
Unknown Object (File)
May 9 2024, 6:44 AM
Unknown Object (File)
May 8 2024, 7:48 PM
Unknown Object (File)
Apr 25 2024, 7:08 PM
Unknown Object (File)
Apr 25 2024, 7:08 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