Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Dtask.h145 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area() function
150 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area() function
/Linux-v5.4/kernel/
Dfork.c271 struct vm_struct *vm = task_stack_vm_area(tsk); in free_thread_stack()
373 struct vm_struct *vm = task_stack_vm_area(tsk); in account_kernel_stack()
405 struct vm_struct *vm = task_stack_vm_area(tsk); in memcg_charge_kernel_stack()
876 stack_vm_area = task_stack_vm_area(tsk); in dup_task_struct()
/Linux-v5.4/kernel/dma/
Ddebug.c1093 struct vm_struct *stack_vm_area = task_stack_vm_area(current); in check_for_stack()