Searched refs:tfd_lock (Results 1 – 1 of 1) sorted by relevance
90 struct mtx tfd_lock; /* tfd mtx lock */ member151 mtx_lock(&tfd->tfd_lock); in timerfd_jumped()155 mtx_unlock(&tfd->tfd_lock); in timerfd_jumped()185 mtx_unlock(&tfd->tfd_lock); in timerfd_jumped()201 mtx_lock(&tfd->tfd_lock); in timerfd_read()209 mtx_unlock(&tfd->tfd_lock); in timerfd_read()216 mtx_unlock(&tfd->tfd_lock); in timerfd_read()219 error = mtx_sleep(&tfd->tfd_count, &tfd->tfd_lock, in timerfd_read()224 mtx_unlock(&tfd->tfd_lock); in timerfd_read()231 mtx_unlock(&tfd->tfd_lock); in timerfd_read()[all …]