Home
last modified time | relevance | path

Searched refs:ipi_pktlog_mtx (Results 1 – 2 of 2) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h147 InitializeCriticalSection(&SCTP_BASE_INFO(ipi_pktlog_mtx))
149 DeleteCriticalSection(&SCTP_BASE_INFO(ipi_pktlog_mtx))
151 EnterCriticalSection(&SCTP_BASE_INFO(ipi_pktlog_mtx))
153 LeaveCriticalSection(&SCTP_BASE_INFO(ipi_pktlog_mtx))
300 (void)pthread_mutex_init(&SCTP_BASE_INFO(ipi_pktlog_mtx), &SCTP_BASE_VAR(mtx_attr))
302 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(ipi_pktlog_mtx))
305 …KASSERT(pthread_mutex_lock(&SCTP_BASE_INFO(ipi_pktlog_mtx)) == 0, ("%s: ipi_pktlog_mtx already loc…
307 …KASSERT(pthread_mutex_unlock(&SCTP_BASE_INFO(ipi_pktlog_mtx)) == 0, ("%s: ipi_pktlog_mtx not locke…
310 (void)pthread_mutex_lock(&SCTP_BASE_INFO(ipi_pktlog_mtx))
312 (void)pthread_mutex_unlock(&SCTP_BASE_INFO(ipi_pktlog_mtx))
Dsctp_pcb.h219 struct mtx ipi_pktlog_mtx; member
225 userland_mutex_t ipi_pktlog_mtx; member
231 lck_mtx_t *ipi_pktlog_mtx; member
241 struct spinlock ipi_pktlog_mtx; member