tag | line | file | source code |
---|---|---|---|
stk_vma | 66 | fs/binfmt_elf.c | current->stk_vma = mpnt; |
stk_vma | 285 | fs/exec.c | current->stk_vma = mpnt; |
stk_vma | 491 | fs/exec.c | current->stk_vma = NULL; |
stk_vma | 247 | include/linux/sched.h | struct vm_area_struct *stk_vma; |
stk_vma | 97 | kernel/fork.c | tsk->stk_vma = NULL; |
stk_vma | 110 | kernel/fork.c | if (current->stk_vma == mpnt) |
stk_vma | 111 | kernel/fork.c | tsk->stk_vma = tmp; |
stk_vma | 866 | mm/memory.c | if (mpnt && mpnt == tsk->stk_vma && |