Searched refs:SHIFT_PER_LONG (Results 1 – 5 of 5) sorted by relevance
22 #define SHIFT_PER_LONG 6 macro24 #define SHIFT_PER_LONG 5 macro41 addr += (nr >> SHIFT_PER_LONG); in set_bit()52 addr += (nr >> SHIFT_PER_LONG); in clear_bit()63 addr += (nr >> SHIFT_PER_LONG); in change_bit()76 addr += (nr >> SHIFT_PER_LONG); in test_and_set_bit()94 addr += (nr >> SHIFT_PER_LONG); in test_and_clear_bit()111 addr += (nr >> SHIFT_PER_LONG); in test_and_change_bit()
7 #define SHIFT_PER_LONG 6 macro10 #define SHIFT_PER_LONG 5 macro
2566 #define SHIFT_PER_LONG 5 macro2569 #define SHIFT_PER_LONG 6 macro2753 dst += dst_idx >> SHIFT_PER_LONG; in bitcpy_rev()2756 src += src_idx >> SHIFT_PER_LONG; in bitcpy_rev()3138 dst += dst_idx >> SHIFT_PER_LONG; in fill_one_line()3153 dst += dst_idx >> SHIFT_PER_LONG; in xor_one_line()3212 dst += dst_idx >> SHIFT_PER_LONG; in copy_one_line()3214 src += src_idx >> SHIFT_PER_LONG; in copy_one_line()3229 dst += dst_idx >> SHIFT_PER_LONG; in copy_one_line_rev()3231 src += src_idx >> SHIFT_PER_LONG; in copy_one_line_rev()[all …]
2489 #define SHIFT_PER_LONG 5 macro2492 #define SHIFT_PER_LONG 6 macro
803 space_id[index >> SHIFT_PER_LONG] |= (1L << (index & (BITS_PER_LONG - 1))); in alloc_sid()816 dirty_space_offset = dirty_space_id + (index >> SHIFT_PER_LONG); in free_sid()