Searched refs:EPOLLPRI (Results 1 – 25 of 25) sorted by relevance
13 #if defined(EPOLLPRI) || (defined(HAVE_DECL_EPOLLPRI) && HAVE_DECL_EPOLLPRI)15 static_assert((EPOLLPRI) == (0x00000002), "EPOLLPRI != 0x00000002");18 # define EPOLLPRI 0x00000002130 XLAT(EPOLLPRI),
2 EPOLLPRI 0x00000002
30 EPOLLPRI = 0x002, enumerator31 #define EPOLLPRI EPOLLPRI macro
32 #define EPOLLPRI (__force __poll_t)0x00000002 macro
42 EPOLLPRI
420 (EPOLLPRI * ((index & 0x04) >> 2)) | in test_epoll_ctl()
935 unsigned int events = EPOLLIN | EPOLLOUT | EPOLLPRI; in pyepoll_register()1915 PyModule_AddIntConstant(m, "EPOLLPRI", EPOLLPRI);
1437 unsigned int events = EPOLLIN | EPOLLOUT | EPOLLPRI; in pyepoll_register()2491 PyModule_AddIntMacro(m, EPOLLPRI);
129 | :const:`EPOLLPRI` | Urgent data for read |
670 bool read_ev = (ev->events & (EPOLLIN | EPOLLPRI)) != 0; in process_epoll_events()
1258 bool read_ev = (ep_ev[i].events & (EPOLLIN | EPOLLPRI)) != 0;
952 bool read_ev = (ev->events & (EPOLLIN | EPOLLPRI)) != 0;
343 EPOLLPRI = 0x2 const
371 EPOLLPRI = 0x2 const
289 | :const:`EPOLLPRI` | Urgent data for read |