Home
last modified time | relevance | path

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

/kernel/bpf/
Dstackmap.c133 struct vm_area_struct *vma, *prev_vma = NULL; in stack_map_get_build_id_offset() local
152 if (range_in_vma(prev_vma, ips[i], ips[i])) { in stack_map_get_build_id_offset()
153 vma = prev_vma; in stack_map_get_build_id_offset()
170 prev_vma = vma; in stack_map_get_build_id_offset()