Home
last modified time | relevance | path

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

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