Home
last modified time | relevance | path

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

/arch/um/os-Linux/
Dirq.c92 int os_add_epoll_fd(int events, int fd, void *data) in os_add_epoll_fd() function
/arch/um/include/shared/
Dos.h303 extern int os_add_epoll_fd(int events, int fd, void *data);
/arch/um/kernel/
Dirq.c122 return os_add_epoll_fd(events, irq_entry->fd, irq_entry); in assign_epoll_events_to_irq()