Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dfork.c214 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu() function
229 call_rcu(&vm_stack->rcu, thread_stack_free_rcu); in thread_stack_delayed_free()
347 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu() function
356 call_rcu(rh, thread_stack_free_rcu); in thread_stack_delayed_free()
382 static void thread_stack_free_rcu(struct rcu_head *rh) in thread_stack_free_rcu() function
391 call_rcu(rh, thread_stack_free_rcu); in thread_stack_delayed_free()