Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dsync.c149 struct rcu_sync *rsp = container_of(rcu, struct rcu_sync, cb_head); in rcu_sync_func()
167 gp_ops[rsp->gp_type].call(&rsp->cb_head, rcu_sync_func); in rcu_sync_func()
195 gp_ops[rsp->gp_type].call(&rsp->cb_head, rcu_sync_func); in rcu_sync_exit()
/linux-4.4.14/include/linux/
Drcu_sync.h38 struct rcu_head cb_head; member