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

/mm/
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...]
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 Dmmap.c456 if (i != mm->map_count) {
457 pr_emerg("map_count %d vm_next %d\n", mm->map_count, i);
466 if (i != mm->map_count) {
468 pr_emerg("map_count %d rb %d\n", mm->map_count, i);
686 mm->map_count++;
703 mm->map_count++;
902 mm->map_count--;
1302 if (mm->map_count > sysctl_max_map_coun
[all...]
H A Ddebug.c174 "pgd %p mm_users %d mm_count %d nr_ptes %lu map_count %d\n"
207 mm->map_count,
H A Dnommu.c716 mm->map_count++;
785 mm->map_count--;
1560 if (mm->map_count >= sysctl_max_map_count)
H A Dmremap.c256 if (mm->map_count >= sysctl_max_map_count - 3)

Completed in 306 milliseconds