Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dtask.h148 return t->stack_vm_area; in task_stack_vm_area()
/linux/kernel/
A Dfork.c234 tsk->stack_vm_area = s; in alloc_thread_stack_node()
256 tsk->stack_vm_area = find_vm_area(stack); in alloc_thread_stack_node()
285 NULL, tsk->stack_vm_area) != NULL) in free_thread_stack()
434 tsk->stack_vm_area = NULL; in release_task_stack()
877 struct vm_struct *stack_vm_area __maybe_unused; in dup_task_struct()
893 stack_vm_area = task_stack_vm_area(tsk); in dup_task_struct()
904 tsk->stack_vm_area = stack_vm_area; in dup_task_struct()
/linux/kernel/dma/
A 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/arch/s390/kernel/
A Dsetup.c403 current->stack_vm_area = (void *) stack; in arch_call_rest_init()
/linux/include/linux/
A Dsched.h1437 struct vm_struct *stack_vm_area; member

Completed in 30 milliseconds