Home
last modified time | relevance | path

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

/fs/
Dselect.c839 struct poll_list { struct
840 struct poll_list *next; argument
845 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd)) argument
884 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()