Searched defs:poll_list (Results 1 – 2 of 2) sorted by relevance
826 struct poll_list { struct827 struct poll_list *next; argument832 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) argument
260 struct list_head poll_list; member