Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dlsm.c47 int is_stack = 0; in BPF_PROG() local
49 is_stack = (vma->vm_start <= vma->vm_mm->start_stack && in BPF_PROG()
52 if (is_stack && monitored_pid == pid) { in BPF_PROG()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_nommu.c129 static int is_stack(struct vm_area_struct *vma) in is_stack() function
179 } else if (mm && is_stack(vma)) { in nommu_vma_show()
H A Dtask_mmu.c289 static int is_stack(struct vm_area_struct *vma) in is_stack() function
372 if (is_stack(vma)) { in show_map_vma()
1983 } else if (is_stack(vma)) { in show_numa_map()