Searched refs:size_bytes (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dsparse.c249 unsigned long size_bytes; local
250 size_bytes = roundup(SECTION_BLOCKFLAGS_BITS, 8) / 8;
251 size_bytes = roundup(size_bytes, sizeof(unsigned long));
252 return size_bytes;

Completed in 21 milliseconds