Searched refs:poll_list (Results 1 – 1 of 1) sorted by relevance
749 struct poll_list { struct750 struct poll_list *next; argument755 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) argument795 static int do_poll(struct poll_list *list, struct poll_wqueues *wait, in do_poll()815 struct poll_list *walk; in do_poll()881 #define N_STACK_PPS ((sizeof(stack_pps) - sizeof(struct poll_list)) / \893 struct poll_list *const head = (struct poll_list *)stack_pps; in do_sys_poll()894 struct poll_list *walk = head; in do_sys_poll()916 size = sizeof(struct poll_list) + sizeof(struct pollfd) * len; in do_sys_poll()941 struct poll_list *pos = walk; in do_sys_poll()