Searched refs:vm_stack (Results 1 – 1 of 1) sorted by relevance
203 struct vm_stack { struct222 struct vm_stack *vm_stack = container_of(rh, struct vm_stack, rcu); in thread_stack_free_rcu() local224 if (try_release_thread_stack_to_cache(vm_stack->stack_vm_area)) in thread_stack_free_rcu()227 vfree(vm_stack); in thread_stack_free_rcu()232 struct vm_stack *vm_stack = tsk->stack; in thread_stack_delayed_free() local234 vm_stack->stack_vm_area = tsk->stack_vm_area; in thread_stack_delayed_free()235 call_rcu(&vm_stack->rcu, thread_stack_free_rcu); in thread_stack_delayed_free()244 struct vm_struct *vm_stack = cached_vm_stacks[i]; in free_vm_stack_cache() local246 if (!vm_stack) in free_vm_stack_cache()249 vfree(vm_stack->addr); in free_vm_stack_cache()