Home
last modified time | relevance | path

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

/Linux-v6.6/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()
665 static void nocb_gp_sleep(struct rcu_data *my_rdp, int cpu) in nocb_gp_sleep() function
669 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_sleep()
820 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
823 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
829 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
836 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
851 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
1102 if (rdp_gp->nocb_gp_sleep) { in rdp_offload_toggle()
[all …]
Dtree.h243 u8 nocb_gp_sleep; /* Is the nocb GP thread asleep? */ member