Searched refs:CLUMP_EXP_NUMBITS (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dtest_bitmap.c785 #define CLUMP_EXP_NUMBITS 64 macro
786 DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS);
791 bitmap_zero(bits, CLUMP_EXP_NUMBITS);
801 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS)
802 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump);

Completed in 99 milliseconds