Searched refs:poll_list (Results 1 – 1 of 1) sorted by relevance
658 struct poll_list { struct659 struct poll_list *next; argument664 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) argument700 static int do_poll(unsigned int nfds, struct poll_list *list, in do_poll()718 struct poll_list *walk; in do_poll()768 #define N_STACK_PPS ((sizeof(stack_pps) - sizeof(struct poll_list)) / \780 struct poll_list *const head = (struct poll_list *)stack_pps; in do_sys_poll()781 struct poll_list *walk = head; in do_sys_poll()803 size = sizeof(struct poll_list) + sizeof(struct pollfd) * len; in do_sys_poll()828 struct poll_list *pos = walk; in do_sys_poll()