Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_bitmap.c868 w2 = bitmap_weight_from(b, 15, 30); in test_bitmap_weight()
878 w2 = bitmap_weight_from(exp1, bit, EXP1_IN_BITS); in test_bitmap_weight()
883 w = bitmap_weight_from(b, 31, 30); in test_bitmap_weight()
1507 ret = bitmap_weight_from(NULL, 0, 0); in test_zero_nbits()
/linux/arch/x86/kernel/cpu/
H A Dtopology.c211 return bitmap_weight_from(map, lvlid, end); in topo_unit_count()
/linux/include/linux/
H A Dbitmap.h508 unsigned long bitmap_weight_from(const unsigned long *bitmap, in bitmap_weight_from() function