Home
last modified time | relevance | path

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

/kernel/
Drcupdate.c407 void do_trace_rcu_torture_read(char *rcutorturename, struct rcu_head *rhp, in do_trace_rcu_torture_read() argument
411 trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c); in do_trace_rcu_torture_read()
415 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
Drcutree_plugin.h1784 static void rcu_oom_callback(struct rcu_head *rhp) in rcu_oom_callback() argument
2072 struct rcu_head *rhp, in __call_rcu_nocb_enqueue() argument
2082 ACCESS_ONCE(*old_rhpp) = rhp; in __call_rcu_nocb_enqueue()
2110 static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, in __call_rcu_nocb() argument
2116 __call_rcu_nocb_enqueue(rdp, rhp, &rhp->next, 1, lazy); in __call_rcu_nocb()
2117 if (__is_kfree_rcu_offset((unsigned long)rhp->func)) in __call_rcu_nocb()
2118 trace_rcu_kfree_callback(rdp->rsp->name, rhp, in __call_rcu_nocb()
2119 (unsigned long)rhp->func, in __call_rcu_nocb()
2122 trace_rcu_callback(rdp->rsp->name, rhp, in __call_rcu_nocb()
2310 static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, in __call_rcu_nocb() argument
Dpid.c249 static void delayed_put_pid(struct rcu_head *rhp) in delayed_put_pid() argument
251 struct pid *pid = container_of(rhp, struct pid, rcu); in delayed_put_pid()
Drcutree.h535 static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp,
Dexit.c161 static void delayed_put_task_struct(struct rcu_head *rhp) in delayed_put_task_struct() argument
163 struct task_struct *tsk = container_of(rhp, struct task_struct, rcu); in delayed_put_task_struct()
Drcutree.c2828 static void rcu_barrier_callback(struct rcu_head *rhp) in rcu_barrier_callback() argument
2830 struct rcu_data *rdp = container_of(rhp, struct rcu_data, barrier_head); in rcu_barrier_callback()
/kernel/sched/
Dcore.c7296 static void free_sched_group_rcu(struct rcu_head *rhp) in free_sched_group_rcu() argument
7299 free_sched_group(container_of(rhp, struct task_group, rcu)); in free_sched_group_rcu()