Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall_defs.h2621 #define TARGET_EP_MAX_EVENTS (INT_MAX / sizeof(struct target_epoll_event)) macro
H A Dsyscall.c13251 if (maxevents <= 0 || maxevents > TARGET_EP_MAX_EVENTS) { in _syscall2()