Home
last modified time | relevance | path

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

/arch/x86/kernel/
De820.c272 int old_nr, new_nr, chg_nr; in sanitize_e820_map() local
303 chg_nr = chgidx; in sanitize_e820_map()
306 sort(change_point, chg_nr, sizeof *change_point, cpcompare, NULL); in sanitize_e820_map()
315 for (chgidx = 0; chgidx < chg_nr; chgidx++) { in sanitize_e820_map()
/arch/blackfin/kernel/
Dsetup.c308 int old_nr, new_nr, chg_nr; in sanitize_memmap() local
372 chg_nr = chgidx; /* true number of change-points */ in sanitize_memmap()
378 for (i = 1; i < chg_nr; i++) { in sanitize_memmap()
400 for (chgidx = 0; chgidx < chg_nr; chgidx++) { in sanitize_memmap()