Searched refs:vm_stack (Results 1 – 1 of 1) sorted by relevance
206 struct vm_stack { struct226 struct vm_stack *vm_stack = container_of(rh, struct vm_stack, rcu); in thread_stack_free_rcu() argument227 struct vm_struct *vm_area = vm_stack->stack_vm_area; in thread_stack_free_rcu()229 if (try_release_thread_stack_to_cache(vm_stack->stack_vm_area)) in thread_stack_free_rcu()237 struct vm_stack *vm_stack = tsk->stack; in thread_stack_delayed_free() local239 vm_stack->stack_vm_area = tsk->stack_vm_area; in thread_stack_delayed_free()240 call_rcu(&vm_stack->rcu, thread_stack_free_rcu); in thread_stack_delayed_free()