Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c50 #define EPOLL 1 macro
81 #if EPOLL || PORT
137 #if EPOLL || PORT in ospoll_find()
154 #if EPOLL || PORT
225 #if EPOLL in ospoll_create()
252 #if EPOLL || PORT in ospoll_destroy()
337 #if EPOLL in ospoll_add()
443 #if EPOLL in ospoll_remove()
478 #if EPOLL
514 #if EPOLL || PORT in ospoll_listen()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpoll.h131 #define M(X) __MAP(v, (__force __u16)EPOLL##X, POLL##X) in mangle_poll()
140 #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) in demangle_poll()
/OK3568_Linux_fs/kernel/init/
H A DKconfig1593 config EPOLL config