OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unp_streamlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
unpcb.h
79
kmutex_t *
unp_streamlock
; /* lock for est. stream connections */
member in struct:unpcb
/src/sys/kern/
uipc_usrreq.c
292
KASSERT(unp->
unp_streamlock
!= NULL);
293
KASSERT(sotounpcb(so2)->
unp_streamlock
== NULL);
294
lock = unp->
unp_streamlock
;
295
unp->
unp_streamlock
= NULL;
328
KASSERT(unp->
unp_streamlock
== NULL);
329
unp->
unp_streamlock
= olock;
341
if (unp->
unp_streamlock
!= NULL)
342
mutex_obj_free(unp->
unp_streamlock
);
850
* There is a race here: sotounpcb(so2)->
unp_streamlock
857
* the socket locked. Grabbing sotounpcb(so2)->
unp_streamlock
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025