Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree.c2687 __call_rcu_common(struct rcu_head *head, rcu_callback_t func, bool lazy_in) in __call_rcu_common() function
2778 return __call_rcu_common(head, func, false); in call_rcu_hurry()
2829 return __call_rcu_common(head, func, IS_ENABLED(CONFIG_RCU_LAZY)); in call_rcu()