Searched refs:start_poll_synchronize_rcu_expedited (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Drcutiny.h66 static inline unsigned long start_poll_synchronize_rcu_expedited(void) function
73 rgosp->rgos_norm = start_poll_synchronize_rcu_expedited();
H A Drcutree.h77 unsigned long start_poll_synchronize_rcu_expedited(void);
/linux-master/kernel/rcu/
H A Dtree_exp.h964 * Ensure that start_poll_synchronize_rcu_expedited() has the expedited
994 * start_poll_synchronize_rcu_expedited - Snapshot current RCU state and start expedited grace period
1002 unsigned long start_poll_synchronize_rcu_expedited(void)
1025 EXPORT_SYMBOL_GPL(start_poll_synchronize_rcu_expedited);
1041 (void)start_poll_synchronize_rcu_expedited();
1048 * @oldstate: value from get_state_synchronize_rcu(), start_poll_synchronize_rcu(), or start_poll_synchronize_rcu_expedited()
1052 * or start_poll_synchronize_rcu_expedited(), just return. Otherwise,
H A Dtree.c3868 * @oldstate: value from get_state_synchronize_rcu(), start_poll_synchronize_rcu(), or start_poll_synchronize_rcu_expedited()
5240 (void)start_poll_synchronize_rcu_expedited();
H A Drcutorture.c560 .start_gp_poll_exp = start_poll_synchronize_rcu_expedited,

Completed in 141 milliseconds