Lines Matching refs:rhp
1210 static void rcu_torture_timer_cb(struct rcu_head *rhp) in rcu_torture_timer_cb() argument
1212 kfree(rhp); in rcu_torture_timer_cb()
1435 struct rcu_head *rhp = kmalloc(sizeof(*rhp), GFP_NOWAIT); in rcu_torture_timer() local
1437 if (rhp) in rcu_torture_timer()
1438 cur_ops->call(rhp, rcu_torture_timer_cb); in rcu_torture_timer()
1763 static void rcu_torture_fwd_prog_cb(struct rcu_head *rhp) in rcu_torture_fwd_prog_cb() argument
1765 struct fwd_cb_state *fcsp = container_of(rhp, struct fwd_cb_state, rh); in rcu_torture_fwd_prog_cb()
1832 static void rcu_torture_fwd_cb_cr(struct rcu_head *rhp) in rcu_torture_fwd_cb_cr() argument
1836 struct rcu_fwd_cb *rfcp = container_of(rhp, struct rcu_fwd_cb, rh); in rcu_torture_fwd_cb_cr()
2190 struct rcu_head *rhp = rcu_void; in rcu_torture_barrier1cb() local
2192 cur_ops->call(rhp, rcu_torture_barrier_cbf); in rcu_torture_barrier1cb()
2557 static void rcu_torture_leak_cb(struct rcu_head *rhp) in rcu_torture_leak_cb() argument
2561 static void rcu_torture_err_cb(struct rcu_head *rhp) in rcu_torture_err_cb() argument