mm\sparse.c
static
unsigned
long
usemap_size(
void
)
{
return
BITS_TO_LONGS(SECTION_BLOCKFLAGS_BITS) *
sizeof
(unsigned
);
}