Searched refs:tfd_count (Results 1 – 1 of 1) sorted by relevance
88 timerfd_t tfd_count; /* (t) expiration count since read */ member198 tfd->tfd_count = 0; in timerfd_read()204 if (tfd->tfd_count == 0) { in timerfd_read()209 error = mtx_sleep(&tfd->tfd_count, &tfd->tfd_lock, in timerfd_read()219 count = tfd->tfd_count; in timerfd_read()220 tfd->tfd_count = 0; in timerfd_read()257 tfd->tfd_count > 0 && tfd->tfd_jumped != TFD_READ) in timerfd_poll()282 kn->kn_data = (int64_t)tfd->tfd_count; in filt_timerfdread()283 return (tfd->tfd_count > 0); in filt_timerfdread()398 ++tfd->tfd_count; in timerfd_expire()[all …]