Searched refs:subsection_map (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| A D | sparse.c | 205 subsection_mask_set(ms->usage->subsection_map, pfn, pfns); in subsection_map_init() 662 unsigned long *subsection_map = ms->usage in clear_subsection_map() local 663 ? &ms->usage->subsection_map[0] : NULL; in clear_subsection_map() 666 if (subsection_map) in clear_subsection_map() 667 bitmap_and(tmp, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map() 674 bitmap_xor(subsection_map, map, subsection_map, SUBSECTIONS_PER_SECTION); in clear_subsection_map() 680 return bitmap_empty(&ms->usage->subsection_map[0], in is_subsection_map_empty() 688 unsigned long *subsection_map; in fill_subsection_map() local 693 subsection_map = &ms->usage->subsection_map[0]; in fill_subsection_map() 697 else if (bitmap_intersects(map, subsection_map, SUBSECTIONS_PER_SECTION)) in fill_subsection_map() [all …]
|
| /linux/include/linux/ |
| A D | mmzone.h | 1812 DECLARE_BITMAP(subsection_map, SUBSECTIONS_PER_SECTION); 2005 return usage ? test_bit(idx, usage->subsection_map) : 0; in pfn_section_valid()
|
Completed in 11 milliseconds