Home
last modified time | relevance | path

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

/kernel/
Dfork.c205 struct vm_struct *stack_vm_area; member
224 if (try_release_thread_stack_to_cache(vm_stack->stack_vm_area)) in thread_stack_free_rcu()
234 vm_stack->stack_vm_area = tsk->stack_vm_area; in thread_stack_delayed_free()
308 tsk->stack_vm_area = s; in alloc_thread_stack_node()
336 tsk->stack_vm_area = vm; in alloc_thread_stack_node()
344 if (!try_release_thread_stack_to_cache(tsk->stack_vm_area)) in free_thread_stack()
348 tsk->stack_vm_area = NULL; in free_thread_stack()
/kernel/dma/
Ddebug.c1053 struct vm_struct *stack_vm_area = task_stack_vm_area(current); in check_for_stack() local
1055 if (!stack_vm_area) { in check_for_stack()
1066 for (i = 0; i < stack_vm_area->nr_pages; i++) { in check_for_stack()
1067 if (page != stack_vm_area->pages[i]) in check_for_stack()