Home
last modified time | relevance | path

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

/arch/x86/kernel/
De820.c267 int old_nr, new_nr, chg_nr; in sanitize_e820_map() local
298 chg_nr = chgidx; in sanitize_e820_map()
301 sort(change_point, chg_nr, sizeof *change_point, cpcompare, NULL); in sanitize_e820_map()
310 for (chgidx = 0; chgidx < chg_nr; chgidx++) { in sanitize_e820_map()
/arch/blackfin/kernel/
Dsetup.c305 int old_nr, new_nr, chg_nr; in sanitize_memmap() local
369 chg_nr = chgidx; /* true number of change-points */ in sanitize_memmap()
375 for (i = 1; i < chg_nr; i++) { in sanitize_memmap()
397 for (chgidx = 0; chgidx < chg_nr; chgidx++) { in sanitize_memmap()