Home
last modified time | relevance | path

Searched refs:rcu_sync_dtor (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Drcu_sync.h43 extern void rcu_sync_dtor(struct rcu_sync *);
/openbmc/linux/kernel/rcu/
H A Dsync.c189 void rcu_sync_dtor(struct rcu_sync *rsp) in rcu_sync_dtor() function
/openbmc/linux/kernel/locking/
H A Dpercpu-rwsem.c42 rcu_sync_dtor(&sem->rss); in percpu_free_rwsem()