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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dinit.c1444 unsigned long old_start, old_end; local
1446 old_start = pavail[i].phys_addr;
1447 old_end = old_start +
1449 while (old_start < old_end) {
1459 if (new_start <= old_start &&
1460 new_end >= (old_start + PAGE_SIZE)) {
1461 set_bit(old_start >> 22,
1466 reserve_bootmem(old_start, PAGE_SIZE);
1469 old_start += PAGE_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c3898 int old_start; local
4127 old_start = journal->j_start;

Completed in 132 milliseconds