Searched refs:vm_stack (Results 1 – 2 of 2) sorted by relevance
199 struct vm_stack { struct218 struct vm_stack *vm_stack = container_of(rh, struct vm_stack, rcu); in thread_stack_free_rcu() local220 if (try_release_thread_stack_to_cache(vm_stack->stack_vm_area)) in thread_stack_free_rcu()223 vfree(vm_stack); in thread_stack_free_rcu()228 struct vm_stack *vm_stack = tsk->stack; in thread_stack_delayed_free() local230 vm_stack->stack_vm_area = tsk->stack_vm_area; in thread_stack_delayed_free()231 call_rcu(&vm_stack->rcu, thread_stack_free_rcu); in thread_stack_delayed_free()240 struct vm_struct *vm_stack = cached_vm_stacks[i]; in free_vm_stack_cache() local242 if (!vm_stack) in free_vm_stack_cache()245 vfree(vm_stack->addr); in free_vm_stack_cache()
30 ((rb_control_frame_t *)((ec)->vm_stack + (ec)->vm_stack_size) - \