Searched refs:ipi_hash_lock (Results 1 – 2 of 2) sorted by relevance
363 struct mtx ipi_hash_lock; member473 #define INP_HASH_WLOCK(ipi) mtx_lock(&(ipi)->ipi_hash_lock)474 #define INP_HASH_WUNLOCK(ipi) mtx_unlock(&(ipi)->ipi_hash_lock)476 mtx_owned(&(ipi)->ipi_hash_lock))477 #define INP_HASH_WLOCK_ASSERT(ipi) mtx_assert(&(ipi)->ipi_hash_lock, \
562 mtx_init(&pcbinfo->ipi_hash_lock, pcbstor->ips_hashlock_name, in in_pcbinfo_init()598 mtx_destroy(&pcbinfo->ipi_hash_lock); in in_pcbinfo_destroy()