Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dselect.c824 #define N_STACK_PPS ((sizeof(stack_pps) - sizeof(struct poll_list)) / \
835 long stack_pps[POLL_STACK_ALLOC/sizeof(long)]; in do_sys_poll() local
836 struct poll_list *const head = (struct poll_list *)stack_pps; in do_sys_poll()