Searched refs:orig (Results 1 – 1 of 1) sorted by relevance
869 void bitmap_onto(unsigned long *dst, const unsigned long *orig, in bitmap_onto() argument874 if (dst == orig) /* following doesn't handle inplace mappings */ in bitmap_onto()891 if (test_bit(m, orig)) in bitmap_onto()909 void bitmap_fold(unsigned long *dst, const unsigned long *orig, in bitmap_fold() argument914 if (dst == orig) /* following doesn't handle inplace mappings */ in bitmap_fold()918 for_each_set_bit(oldbit, orig, nbits) in bitmap_fold()