Searched refs:tfd_count (Results 1 – 1 of 1) sorted by relevance
198 tfd->tfd_count = 0; in timerfd_read()204 if (tfd->tfd_count == 0) { in timerfd_read()210 error = mtx_sleep(&tfd->tfd_count, &tfd->tfd_lock, in timerfd_read()220 count = tfd->tfd_count; in timerfd_read()221 tfd->tfd_count = 0; in timerfd_read()283 kn->kn_data = (int64_t)tfd->tfd_count; in filt_timerfdread()284 return (tfd->tfd_count > 0); in filt_timerfdread()399 ++tfd->tfd_count; in timerfd_expire()406 tfd->tfd_count += tstosbt(uptime) / in timerfd_expire()420 wakeup(&tfd->tfd_count); in timerfd_expire()[all …]