HomeSort by: relevance | last modified time | path
    Searched defs:uipc_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
uipc_usrreq.c 146 * o We have a global lock, uipc_lock.
148 * o All datagram sockets are locked by uipc_lock.
159 * the global uipc_lock. When establishing a connection, the connecting
160 * socket also has its lock mutated to uipc_lock, which matches the head
163 * done on both ends, all three sockets are locked by uipc_lock. Once the
166 * lock pointers mutated away from uipc_lock, and back to the connecting
168 * by uipc_lock.
170 * o If uipc_lock is determined to be a significant source of contention,
196 static kmutex_t *uipc_lock; variable in typeref:typename:kmutex_t *
229 uipc_lock = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE)
    [all...]
uipc_usrreq.c 146 * o We have a global lock, uipc_lock.
148 * o All datagram sockets are locked by uipc_lock.
159 * the global uipc_lock. When establishing a connection, the connecting
160 * socket also has its lock mutated to uipc_lock, which matches the head
163 * done on both ends, all three sockets are locked by uipc_lock. Once the
166 * lock pointers mutated away from uipc_lock, and back to the connecting
168 * by uipc_lock.
170 * o If uipc_lock is determined to be a significant source of contention,
196 static kmutex_t *uipc_lock; variable in typeref:typename:kmutex_t *
229 uipc_lock = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE)
    [all...]

Completed in 48 milliseconds