Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dtask.h148 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area() function
153 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area() function
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_log.c274 stack_vm_area = task_stack_vm_area(current); in dump_stack_minidump()
400 stack_vm_area = task_stack_vm_area(current); in md_current_stack_ipi_handler()
421 stack_vm_area = task_stack_vm_area(current); in update_md_suspend_current_stack()
461 stack_vm_area = task_stack_vm_area(current); in register_current_stack()
490 struct vm_struct *stack_vm_area = task_stack_vm_area(current); in register_suspend_stack()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c281 struct vm_struct *vm = task_stack_vm_area(tsk); in free_thread_stack()
386 struct vm_struct *vm = task_stack_vm_area(tsk); in account_kernel_stack()
401 struct vm_struct *vm = task_stack_vm_area(tsk); in memcg_charge_kernel_stack()
906 stack_vm_area = task_stack_vm_area(tsk); in dup_task_struct()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Ddebug.c1046 struct vm_struct *stack_vm_area = task_stack_vm_area(current); in check_for_stack()