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()210 error = mtx_sleep(&tfd->tfd_count, &tfd->tfd_lock, in timerfd_read()215 mtx_unlock(&tfd->tfd_lock); in timerfd_read()222 mtx_unlock(&tfd->tfd_lock); in timerfd_read()[all …]