Searched refs:tfd (Results 1 – 1 of 1) sorted by relevance
67 struct rt_timerfd *tfd; in timerfd_close() local72 tfd = file->vnode->data; in timerfd_close()74 if (tfd) in timerfd_close()89 rt_free(tfd); in timerfd_close()97 struct rt_timerfd *tfd; in timerfd_poll() local136 if (!tfd) in timerfd_read()157 rt_wqueue_add(&tfd->timerfd_queue, &tfd->wqn); in timerfd_read()224 if (tfd) in timerfd_do_create()307 if (tfd == RT_NULL) in timerfd_timeout()322 if (tfd->timer) in timerfd_timeout()[all …]
Completed in 3 milliseconds