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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmemory.c2072 struct vm_area_struct *next_vma = vma ? vma->vm_next : NULL; local
2098 vma = next_vma;
2099 next_vma = vma ? vma->vm_next : NULL;
2104 if (next_vma && addr >= next_vma->vm_start) {
2105 vma = next_vma;
2106 next_vma = vma->vm_next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c1456 static struct vm_area_struct *next_vma(struct vm_area_struct *this_vma, function
1646 vma = next_vma(vma, gate_vma)) {
1697 vma = next_vma(vma, gate_vma)) {

Completed in 146 milliseconds