Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseqlock.h48 struct mtx seql_lock; member
122 mtx_init(&seqlock->seql_lock, "seqlock", NULL, MTX_DEF|MTX_NOWITNESS); in seqlock_init()
129 mtx_lock(&seqlock->seql_lock); in lkpi_write_seqlock()
147 mtx_unlock(&seqlock->seql_lock); in lkpi_write_sequnlock()