Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dselect.c923 #define N_STACK_PPS ((sizeof(stack_pps) - sizeof(struct poll_list)) / \
934 long stack_pps[POLL_STACK_ALLOC/sizeof(long)]; in do_sys_poll() local
935 struct poll_list *const head = (struct poll_list *)stack_pps; in do_sys_poll()