Searched refs:bitmap_copy_and_extend (Results 1 – 2 of 2) sorted by relevance
61 bitmap_copy_and_extend(nfdt->open_fds, ofdt->open_fds, in copy_fd_bitmaps()63 bitmap_copy_and_extend(nfdt->close_on_exec, ofdt->close_on_exec, in copy_fd_bitmaps()65 bitmap_copy_and_extend(nfdt->full_fds_bits, ofdt->full_fds_bits, in copy_fd_bitmaps()
288 static inline void bitmap_copy_and_extend(unsigned long *to, in bitmap_copy_and_extend() function