Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_bitmap.c721 #define CLUMP_EXP_NUMBITS 64 in test_for_each_set_clump8() macro
722 DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()
727 bitmap_zero(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()
737 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS) in test_for_each_set_clump8()
738 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump); in test_for_each_set_clump8()