Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/rcu/
Dtree_nocb.h234 if (force || READ_ONCE(rdp_gp->nocb_gp_sleep)) { in __wake_nocb_gp()
235 WRITE_ONCE(rdp_gp->nocb_gp_sleep, false); in __wake_nocb_gp()
587 static void nocb_gp_sleep(struct rcu_data *my_rdp, int cpu) in nocb_gp_sleep() function
591 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_sleep()
715 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
718 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
724 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
731 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
746 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
997 if (rdp_gp->nocb_gp_sleep) { in rdp_offload_toggle()
[all …]
Dtree.h226 u8 nocb_gp_sleep; /* Is the nocb GP thread asleep? */ member