Home
last modified time | relevance | path

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

/fs/
Dcoredump.c1058 struct vm_area_struct *gate_vma) in first_vma() argument
1064 return gate_vma; in first_vma()
1072 struct vm_area_struct *gate_vma) in next_vma() argument
1079 if (this_vma == gate_vma) in next_vma()
1081 return gate_vma; in next_vma()
1092 struct vm_area_struct *vma, *gate_vma; in dump_vma_snapshot() local
1105 gate_vma = get_gate_vma(mm); in dump_vma_snapshot()
1106 *vma_count = mm->map_count + (gate_vma ? 1 : 0); in dump_vma_snapshot()
1114 for (i = 0, vma = first_vma(current, gate_vma); vma != NULL; in dump_vma_snapshot()
1115 vma = next_vma(vma, gate_vma), i++) { in dump_vma_snapshot()