Searched refs:os_add_epoll_fd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | irq.c | 92 int os_add_epoll_fd(int events, int fd, void *data) in os_add_epoll_fd() function
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | irq.c | 92 int os_add_epoll_fd(int events, int fd, void *data) in os_add_epoll_fd() function
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | irq.c | 122 return os_add_epoll_fd(events, irq_entry->fd, irq_entry); in assign_epoll_events_to_irq()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 305 extern int os_add_epoll_fd(int events, int fd, void *data);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 304 extern int os_add_epoll_fd(int events, int fd, void *data);
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | irq.c | 236 os_add_epoll_fd(events, entry->fd, entry); in update_irq_entry()
|
Completed in 4 milliseconds