Lines Matching refs:set
420 unsigned long set; in max_select_fd() local
425 set = ~(~0UL << (n & (BITS_PER_LONG-1))); in max_select_fd()
430 if (set) { in max_select_fd()
431 set &= BITS(fds, n); in max_select_fd()
432 if (set) { in max_select_fd()
433 if (!(set & ~*open_fds)) in max_select_fd()
441 set = BITS(fds, n); in max_select_fd()
442 if (!set) in max_select_fd()
444 if (set & ~*open_fds) in max_select_fd()
451 set >>= 1; in max_select_fd()
452 } while (set); in max_select_fd()