lib\sbitmap.c
static
unsigned
int
sbitmap_weight(
const
struct
sbitmap *sb)
{
return
__sbitmap_weight(sb,
true
);
}