Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/minui/
H A Devents.c30 #define MAX_MISC_FDS 16 macro
45 static struct epoll_event polledevents[MAX_DEVICES + MAX_MISC_FDS];
48 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS];
62 epollfd = epoll_create(MAX_DEVICES + MAX_MISC_FDS); in ev_init()
120 if (ev_misc_count == MAX_MISC_FDS || cb == NULL) in ev_add_fd()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Devents.c34 #define MAX_MISC_FDS 16 macro
49 static struct epoll_event polledevents[MAX_DEVICES + MAX_MISC_FDS];
52 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS];