Home
last modified time | relevance | path

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

/linux/fs/
A Dselect.c630 long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; in core_sys_select() local
650 bits = stack_fds; in core_sys_select()
651 if (size > sizeof(stack_fds) / 6) { in core_sys_select()
694 if (bits != stack_fds) in core_sys_select()
1198 long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; in compat_core_sys_select() local
1217 bits = stack_fds; in compat_core_sys_select()
1218 if (size > sizeof(stack_fds) / 6) { in compat_core_sys_select()
1255 if (bits != stack_fds) in compat_core_sys_select()

Completed in 5 milliseconds