Home
last modified time | relevance | path

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

/fs/
Dselect.c707 struct poll_list { struct
708 struct poll_list *next; argument
713 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) argument
748 static int do_poll(unsigned int nfds, struct poll_list *list, in do_poll()
766 struct poll_list *walk; in do_poll()
816 #define N_STACK_PPS ((sizeof(stack_pps) - sizeof(struct poll_list)) / \
828 struct poll_list *const head = (struct poll_list *)stack_pps; in do_sys_poll()
829 struct poll_list *walk = head; in do_sys_poll()
851 size = sizeof(struct poll_list) + sizeof(struct pollfd) * len; in do_sys_poll()
876 struct poll_list *pos = walk; in do_sys_poll()