Page MenuHomeFreeBSD

inpcb: retire the inpcbinfo list lock
Needs ReviewPublic

Authored by glebius on Thu, Mar 19, 7:19 PM.

Details

Reviewers
markj
Group Reviewers
transport
network
Summary

With the SMR locking of inpcbs the use of this lock reduced down to the
global list and generation number. It was used only on an inpcb creation
and destruction. Use the inpcbinfo hash lock for this purpose.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71551
Build 68434: arc lint + arc unit