Searched refs:tfd_lock (Results 1 – 1 of 1) sorted by relevance
90 struct mtx tfd_lock; /* tfd mtx lock */ member143 mtx_lock(&tfd->tfd_lock); in timerfd_jumped()147 mtx_unlock(&tfd->tfd_lock); in timerfd_jumped()175 mtx_unlock(&tfd->tfd_lock); in timerfd_jumped()191 mtx_lock(&tfd->tfd_lock); in timerfd_read()199 mtx_unlock(&tfd->tfd_lock); in timerfd_read()206 mtx_unlock(&tfd->tfd_lock); in timerfd_read()209 error = mtx_sleep(&tfd->tfd_count, &tfd->tfd_lock, in timerfd_read()214 mtx_unlock(&tfd->tfd_lock); in timerfd_read()221 mtx_unlock(&tfd->tfd_lock); in timerfd_read()[all …]