Searched refs:CLUMP_EXP_NUMBITS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_bitmap.c | 546 #define CLUMP_EXP_NUMBITS 64 in test_for_each_set_clump8() macro 547 DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8() 552 bitmap_zero(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8() 562 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS) in test_for_each_set_clump8() 563 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump); in test_for_each_set_clump8()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bitmap.c | 721 #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()
|
Completed in 3 milliseconds