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, Oct 18, 7:16 AM
Unknown Object (File)
Wed, Oct 15, 6:31 PM
Unknown Object (File)
Mon, Oct 13, 10:51 PM
Unknown Object (File)
Mon, Oct 13, 10:51 PM
Unknown Object (File)
Mon, Oct 13, 10:51 PM
Unknown Object (File)
Mon, Oct 13, 9:09 AM
Unknown Object (File)
Fri, Oct 10, 6:22 AM
Unknown Object (File)
Sep 20 2025, 7:34 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