Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtask.h196 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area() function
201 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area() function
/linux/kernel/
H A Dfork.c440 struct vm_struct *vm_area = task_stack_vm_area(tsk); in account_kernel_stack()
463 vm_area = task_stack_vm_area(tsk); in exit_task_stack_account()
/linux/kernel/dma/
H A Ddebug.c1058 struct vm_struct *stack_vm_area = task_stack_vm_area(current); in check_for_stack()