K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-03-11T16:30:02.000000Z K 7 svn:log V 353 When setting up a socket in socreate(), there's no need to lock the socket lock around knlist_init(), so don't. Hard code the setting of the socket reference count to 1 rather than using soref() to avoid asserting the socket lock, since we've not yet exposed the socket to other threads. This removes two mutex operations from each socket allocation. END