Home
last modified time | relevance | path

Searched refs:stack_vm_area (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/sched/
Dtask.h147 return t->stack_vm_area; in task_stack_vm_area()
/Linux-v5.15/kernel/
Dfork.c235 tsk->stack_vm_area = s; in alloc_thread_stack_node()
257 tsk->stack_vm_area = find_vm_area(stack); in alloc_thread_stack_node()
286 NULL, tsk->stack_vm_area) != NULL) in free_thread_stack()
435 tsk->stack_vm_area = NULL; in release_task_stack()
878 struct vm_struct *stack_vm_area __maybe_unused; in dup_task_struct()
894 stack_vm_area = task_stack_vm_area(tsk); in dup_task_struct()
905 tsk->stack_vm_area = stack_vm_area; in dup_task_struct()
/Linux-v5.15/kernel/dma/
Ddebug.c1045 struct vm_struct *stack_vm_area = task_stack_vm_area(current); in check_for_stack() local
1047 if (!stack_vm_area) { in check_for_stack()
1058 for (i = 0; i < stack_vm_area->nr_pages; i++) { in check_for_stack()
1059 if (page != stack_vm_area->pages[i]) in check_for_stack()
/Linux-v5.15/arch/s390/kernel/
Dsetup.c400 current->stack_vm_area = (void *) stack; in arch_call_rest_init()
/Linux-v5.15/include/linux/
Dsched.h1441 struct vm_struct *stack_vm_area; member