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