Home
last modified time | relevance | path

Searched refs:os_add_epoll_fd (Results 1 – 3 of 3) sorted by relevance

/linux/arch/um/os-Linux/
H A Dirq.c92 int os_add_epoll_fd(int events, int fd, void *data) in os_add_epoll_fd() function
/linux/arch/um/include/shared/
H A Dos.h307 extern int os_add_epoll_fd(int events, int fd, void *data);
/linux/arch/um/kernel/
H A Dirq.c281 os_add_epoll_fd(events, entry->fd, entry); in update_irq_entry()