Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dselect.c971 #define N_STACK_PPS ((sizeof(stack_pps) - sizeof(struct poll_list)) / \
982 long stack_pps[POLL_STACK_ALLOC/sizeof(long)]; in do_sys_poll() local
983 struct poll_list *const head = (struct poll_list *)stack_pps; in do_sys_poll()