Lines Matching defs:td

104 epoll_create_common(struct thread *td, int flags)  in epoll_create_common()
112 linux_epoll_create(struct thread *td, struct linux_epoll_create_args *args) in linux_epoll_create()
127 linux_epoll_create1(struct thread *td, struct linux_epoll_create1_args *args) in linux_epoll_create1()
143 epoll_to_kevent(struct thread *td, int fd, struct epoll_event *l_event, in epoll_to_kevent()
283 linux_epoll_ctl(struct thread *td, struct linux_epoll_ctl_args *args) in linux_epoll_ctl()
370 linux_epoll_wait_ts(struct thread *td, int epfd, struct epoll_event *events, in linux_epoll_wait_ts()
432 linux_epoll_wait_common(struct thread *td, int epfd, struct epoll_event *events, in linux_epoll_wait_common()
456 linux_epoll_wait(struct thread *td, struct linux_epoll_wait_args *args) in linux_epoll_wait()
465 linux_epoll_pwait(struct thread *td, struct linux_epoll_pwait_args *args) in linux_epoll_pwait()
481 linux_epoll_pwait2_64(struct thread *td, struct linux_epoll_pwait2_64_args *args) in linux_epoll_pwait2_64()
505 linux_epoll_pwait2(struct thread *td, struct linux_epoll_pwait2_args *args) in linux_epoll_pwait2()
530 epoll_register_kevent(struct thread *td, struct file *epfp, int fd, int filter, in epoll_register_kevent()
546 epoll_fd_registered(struct thread *td, struct file *epfp, int fd) in epoll_fd_registered()
564 epoll_delete_all_events(struct thread *td, struct file *epfp, int fd) in epoll_delete_all_events()
577 linux_eventfd(struct thread *td, struct linux_eventfd_args *args) in linux_eventfd()
588 linux_eventfd2(struct thread *td, struct linux_eventfd2_args *args) in linux_eventfd2()
611 linux_timerfd_create(struct thread *td, struct linux_timerfd_create_args *args) in linux_timerfd_create()
629 linux_timerfd_gettime(struct thread *td, struct linux_timerfd_gettime_args *args) in linux_timerfd_gettime()
647 linux_timerfd_settime(struct thread *td, struct linux_timerfd_settime_args *args) in linux_timerfd_settime()
674 linux_timerfd_gettime64(struct thread *td, struct linux_timerfd_gettime64_args *args) in linux_timerfd_gettime64()
692 linux_timerfd_settime64(struct thread *td, struct linux_timerfd_settime64_args *args) in linux_timerfd_settime64()