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)
Wed, May 13, 10:37 AM
Unknown Object (File)
Wed, May 13, 10:36 AM
Unknown Object (File)
Wed, May 13, 10:36 AM
Unknown Object (File)
Wed, May 13, 10:33 AM
Unknown Object (File)
Wed, May 13, 10:33 AM
Unknown Object (File)
Wed, May 13, 5:34 AM
Unknown Object (File)
Tue, Apr 28, 10:29 PM
Unknown Object (File)
Tue, Apr 28, 10:26 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