Home
last modified time | relevance | path

Searched refs:start_poll_synchronize_srcu (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dsrcutiny.c229 unsigned long start_poll_synchronize_srcu(struct srcu_struct *ssp) in start_poll_synchronize_srcu() function
236 EXPORT_SYMBOL_GPL(start_poll_synchronize_srcu);
H A Dsrcutree.c1047 unsigned long start_poll_synchronize_srcu(struct srcu_struct *ssp) in start_poll_synchronize_srcu() function
1051 EXPORT_SYMBOL_GPL(start_poll_synchronize_srcu);
/OK3568_Linux_fs/kernel/include/linux/
H A Dsrcu.h64 unsigned long start_poll_synchronize_srcu(struct srcu_struct *ssp);
/OK3568_Linux_fs/kernel/kernel/
H A Dtracepoint.c53 snapshot->srcu = start_poll_synchronize_srcu(&tracepoint_srcu); in tp_rcu_get_state()