Searched defs:usemap (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dmemory_hotplug.c126 unsigned long *usemap, mapsize, section_nr, i; local
151 usemap = __nr_to_section(section_nr)->pageblock_flags;
152 page = virt_to_page(usemap);
H A Dsparse.c283 * other sections referencing the usemap retmain active. Similarly,
285 * contains a pgdat and section B contains the usemap, both
294 static void __init check_usemap_section_nr(int nid, unsigned long *usemap) argument
302 usemap_snr = pfn_to_section_nr(__pa(usemap) >> PAGE_SHIFT);
330 " have a circular dependency on usemap and pgdat allocations\n");
340 static void __init check_usemap_section_nr(int nid, unsigned long *usemap) argument
350 void *usemap; local
354 usemap = sparse_early_usemaps_alloc_pgdat_section(NODE_DATA(nodeid),
356 if (usemap) {
360 usemap_map[pnum] = usemap;
485 unsigned long *usemap; local
607 usemap); local
698 free_section_usemap(struct page *memmap, unsigned long *usemap) argument
745 unsigned long *usemap; local
789 unsigned long *usemap = NULL; local
[all...]

Completed in 64 milliseconds