Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/rcu/
Dtree_nocb.h906 static inline bool nocb_cb_can_run(struct rcu_data *rdp) in nocb_cb_can_run() function
915 return nocb_cb_can_run(rdp) && !READ_ONCE(rdp->nocb_cb_sleep); in nocb_cb_wait_cond()
941 } while (!nocb_cb_can_run(rdp)); in nocb_cb_wait()