Lines Matching refs:rhp
2480 struct rcu_head *rhp;
2532 rhp = rcu_cblist_dequeue(&rcl);
2534 for (; rhp; rhp = rcu_cblist_dequeue(&rcl)) {
2538 debug_rcu_head_unqueue(rhp);
2541 trace_rcu_invoke_callback(rcu_state.name, rhp);
2543 f = rhp->func;
2544 debug_rcu_head_callback(rhp);
2545 WRITE_ONCE(rhp->func, (rcu_callback_t)0L);
2546 f(rhp);
2993 static void rcu_leak_callback(struct rcu_head *rhp)
3656 static void rcu_barrier_callback(struct rcu_head *rhp)
3660 rhp->next = rhp; // Mark the callback as having been invoked.