Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/RCU/
H A DlistRCU.rst45 call_rcu(&p->rcu, delayed_put_task_struct);
61 from invoking the delayed_put_task_struct() callback function until
/openbmc/linux/kernel/
H A Dexit.c218 static void delayed_put_task_struct(struct rcu_head *rhp) in delayed_put_task_struct() function
232 call_rcu(&task->rcu, delayed_put_task_struct); in put_task_struct_rcu_user()