Searched refs:bitmap_weight_from (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/ |
| H A D | test_bitmap.c | 868 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 D | topology.c | 211 return bitmap_weight_from(map, lvlid, end); in topo_unit_count()
|
| /linux/include/linux/ |
| H A D | bitmap.h | 508 unsigned long bitmap_weight_from(const unsigned long *bitmap, in bitmap_weight_from() function
|