Home
last modified time | relevance | path

Searched refs:vm_stack (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/
Dfork.c203 struct vm_stack { struct
223 struct vm_stack *vm_stack = container_of(rh, struct vm_stack, rcu); in thread_stack_free_rcu() local
225 if (try_release_thread_stack_to_cache(vm_stack->stack_vm_area)) in thread_stack_free_rcu()
228 vfree(vm_stack); in thread_stack_free_rcu()
233 struct vm_stack *vm_stack = tsk->stack; in thread_stack_delayed_free() local
235 vm_stack->stack_vm_area = tsk->stack_vm_area; in thread_stack_delayed_free()
236 call_rcu(&vm_stack->rcu, thread_stack_free_rcu); in thread_stack_delayed_free()
245 struct vm_struct *vm_stack = cached_vm_stacks[i]; in free_vm_stack_cache() local
247 if (!vm_stack) in free_vm_stack_cache()
250 vfree(vm_stack->addr); in free_vm_stack_cache()