Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dbinfmt_elf.c1827 static struct vm_area_struct *next_vma(struct vm_area_struct *this_vma, in next_vma() argument
1832 ret = this_vma->vm_next; in next_vma()
1835 if (this_vma == gate_vma) in next_vma()