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

/fs/
H A Dselect.c735 struct poll_list { struct
736 struct poll_list *next;
741 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd))
781 static int do_poll(unsigned int nfds, struct poll_list *list,
801 struct poll_list *walk;
867 #define N_STACK_PPS ((sizeof(stack_pps) - sizeof(struct poll_list)) / \
879 struct poll_list *const head = (struct poll_list *)stack_pps;
880 struct poll_list *walk = head;
902 size = sizeof(struct poll_list)
[all...]

Completed in 28 milliseconds