Home
last modified time | relevance | path

Searched defs:poll_list (Results 1 – 2 of 2) sorted by relevance

/fs/
Dselect.c826 struct poll_list { struct
827 struct poll_list *next; argument
832 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) argument
Dio_uring.c260 struct list_head poll_list; member