Searched refs:nr_absent (Results 1 - 1 of 1) sorted by last modified time

/linux-master/mm/
H A Dmm_init.c1152 unsigned long nr_absent = range_end_pfn - range_start_pfn;
1159 nr_absent -= end_pfn - start_pfn;
1161 return nr_absent;
1183 unsigned long nr_absent;
1189 nr_absent = __absent_pages_in_range(nid, zone_start_pfn, zone_end_pfn);
1208 nr_absent += end_pfn - start_pfn;
1212 nr_absent += end_pfn - start_pfn;
1216 return nr_absent;
1151 unsigned long nr_absent = range_end_pfn - range_start_pfn; local
1182 unsigned long nr_absent; local

Completed in 335 milliseconds