Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/os-Linux/
H A Dirq.c21 #define MAX_EPOLL_EVENTS 64 macro
23 static struct epoll_event epoll_events[MAX_EPOLL_EVENTS];
62 epollfd = epoll_create(MAX_EPOLL_EVENTS); in os_setup_epoll()
74 (struct epoll_event *) &epoll_events, MAX_EPOLL_EVENTS, 0); in os_waiting_for_events_epoll()