Searched refs:TARGET_EP_MAX_EVENTS (Results 1 – 2 of 2) sorted by relevance
2615 #define TARGET_EP_MAX_EVENTS (INT_MAX / sizeof(struct target_epoll_event)) macro
13353 if (maxevents <= 0 || maxevents > TARGET_EP_MAX_EVENTS) { in _syscall2()