Lines Matching defs:vm_stack
207 struct vm_stack {
274 struct vm_stack *vm_stack = container_of(rh, struct vm_stack, rcu);
275 struct vm_struct *vm_area = vm_stack->stack_vm_area;
277 if (try_release_thread_stack_to_cache(vm_stack->stack_vm_area))
285 struct vm_stack *vm_stack = tsk->stack;
287 vm_stack->stack_vm_area = tsk->stack_vm_area;
288 call_rcu(&vm_stack->rcu, thread_stack_free_rcu);