Searched refs:poll_list (Results 1 – 1 of 1) sorted by relevance
839 struct poll_list { struct840 struct poll_list *next; argument845 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) argument884 static int do_poll(struct poll_list *list, struct poll_wqueues *wait, in do_poll()904 struct poll_list *walk; in do_poll()970 #define N_STACK_PPS ((sizeof(stack_pps) - sizeof(struct poll_list)) / \982 struct poll_list *const head = (struct poll_list *)stack_pps; in do_sys_poll()983 struct poll_list *walk = head; in do_sys_poll()1033 struct poll_list *pos = walk; in do_sys_poll()