Searched refs:vm_stack (Results 1 – 1 of 1) sorted by relevance
196 struct vm_stack { struct215 struct vm_stack *vm_stack = container_of(rh, struct vm_stack, rcu); in thread_stack_free_rcu() argument217 if (try_release_thread_stack_to_cache(vm_stack->stack_vm_area)) in thread_stack_free_rcu()220 vfree(vm_stack); in thread_stack_free_rcu()225 struct vm_stack *vm_stack = tsk->stack; in thread_stack_delayed_free() local227 vm_stack->stack_vm_area = tsk->stack_vm_area; in thread_stack_delayed_free()228 call_rcu(&vm_stack->rcu, thread_stack_free_rcu); in thread_stack_delayed_free()237 struct vm_struct *vm_stack = cached_vm_stacks[i]; in free_vm_stack_cache() local239 if (!vm_stack) in free_vm_stack_cache()242 vfree(vm_stack->addr); in free_vm_stack_cache()