Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dsync.c166 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()
184 gp_ops[rsp->gp_type].call(&rsp->cb_head, rcu_sync_func); in rcu_sync_func()
212 gp_ops[rsp->gp_type].call(&rsp->cb_head, rcu_sync_func); in rcu_sync_exit()
/Linux-v4.19/include/linux/
Drcu_sync.h38 struct rcu_head cb_head; member