Searched refs:ipi_hash_lock (Results 1 – 2 of 2) sorted by relevance
461 struct mtx ipi_hash_lock; member554 #define INP_HASH_WLOCK(ipi) mtx_lock(&(ipi)->ipi_hash_lock)555 #define INP_HASH_WUNLOCK(ipi) mtx_unlock(&(ipi)->ipi_hash_lock)557 mtx_owned(&(ipi)->ipi_hash_lock))558 #define INP_HASH_WLOCK_ASSERT(ipi) mtx_assert(&(ipi)->ipi_hash_lock, \
558 mtx_init(&pcbinfo->ipi_hash_lock, pcbstor->ips_hashlock_name, in in_pcbinfo_init()610 mtx_destroy(&pcbinfo->ipi_hash_lock); in in_pcbinfo_destroy()