Searched refs:chg_nr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A De820.c270 int old_nr, new_nr, chg_nr; sanitize_e820_map() local
301 chg_nr = chgidx; sanitize_e820_map()
304 sort(change_point, chg_nr, sizeof *change_point, cpcompare, NULL); sanitize_e820_map()
313 for (chgidx = 0; chgidx < chg_nr; chgidx++) { sanitize_e820_map()
/linux-4.1.27/arch/blackfin/kernel/
H A Dsetup.c308 int old_nr, new_nr, chg_nr; sanitize_memmap() local
372 chg_nr = chgidx; /* true number of change-points */ sanitize_memmap()
378 for (i = 1; i < chg_nr; i++) { sanitize_memmap()
400 for (chgidx = 0; chgidx < chg_nr; chgidx++) { sanitize_memmap()

Completed in 422 milliseconds