Home
last modified time | relevance | path

Searched refs:POLLFD_PER_PAGE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dselect.c845 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) macro
1004 len = min(todo, POLLFD_PER_PAGE); in do_sys_poll()
/kernel/linux/linux-6.6/fs/
H A Dselect.c846 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) macro
1005 len = min(todo, POLLFD_PER_PAGE); in do_sys_poll()

Completed in 4 milliseconds