Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dtest_bitmap.c545 #define CLUMP_EXP_NUMBITS 64 in test_for_each_set_clump8() macro
546 DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()
551 bitmap_zero(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()
561 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS) in test_for_each_set_clump8()
562 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump); in test_for_each_set_clump8()