Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dselect.c529 long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; in core_sys_select() local
549 bits = stack_fds; in core_sys_select()
550 if (size > sizeof(stack_fds) / 6) { in core_sys_select()
589 if (bits != stack_fds) in core_sys_select()
Dcompat.c1682 long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; in compat_core_sys_select() local
1701 bits = stack_fds; in compat_core_sys_select()
1702 if (size > sizeof(stack_fds) / 6) { in compat_core_sys_select()
1739 if (bits != stack_fds) in compat_core_sys_select()