Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dselect.c633 long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; in core_sys_select() local
653 bits = stack_fds; in core_sys_select()
654 if (size > sizeof(stack_fds) / 6) { in core_sys_select()
697 if (bits != stack_fds) in core_sys_select()
1201 long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; in compat_core_sys_select() local
1220 bits = stack_fds; in compat_core_sys_select()
1221 if (size > sizeof(stack_fds) / 6) { in compat_core_sys_select()
1258 if (bits != stack_fds) in compat_core_sys_select()
/kernel/linux/linux-6.6/fs/
H A Dselect.c634 long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; in core_sys_select() local
654 bits = stack_fds; in core_sys_select()
655 if (size > sizeof(stack_fds) / 6) { in core_sys_select()
698 if (bits != stack_fds) in core_sys_select()
1202 long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; in compat_core_sys_select() local
1221 bits = stack_fds; in compat_core_sys_select()
1222 if (size > sizeof(stack_fds) / 6) { in compat_core_sys_select()
1259 if (bits != stack_fds) in compat_core_sys_select()

Completed in 4 milliseconds