Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/RCU/
DlistRCU.rst54 call_rcu(&p->rcu, delayed_put_task_struct);
70 from invoking the delayed_put_task_struct() callback function until
/linux-6.12.1/kernel/
Dexit.c220 static void delayed_put_task_struct(struct rcu_head *rhp) in delayed_put_task_struct() function
234 call_rcu(&task->rcu, delayed_put_task_struct); in put_task_struct_rcu_user()