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

/mm/
H A Dsparse-vmemmap.c198 unsigned long map_count, int nodeid)
205 vmemmap_buf_start = __earlyonly_bootmem_alloc(nodeid, size * map_count,
210 vmemmap_buf_end = vmemmap_buf_start + size * map_count;
195 sparse_mem_maps_populate_node(struct page **map_map, unsigned long pnum_begin, unsigned long pnum_end, unsigned long map_count, int nodeid) argument
H A Dsparse.c390 unsigned long map_count, int nodeid)
396 map = alloc_remap(nodeid, size * map_count);
408 map = memblock_virt_alloc_try_nid(size * map_count,
442 unsigned long map_count, int nodeid)
446 map_count, nodeid);
479 unsigned long map_count; local
493 map_count = 1;
503 map_count++;
508 map_count, nodeid_begin);
512 map_count
387 sparse_mem_maps_populate_node(struct page **map_map, unsigned long pnum_begin, unsigned long pnum_end, unsigned long map_count, int nodeid) argument
439 sparse_early_mem_maps_alloc_node(void *data, unsigned long pnum_begin, unsigned long pnum_end, unsigned long map_count, int nodeid) argument
[all...]

Completed in 125 milliseconds