public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Question] atomic_fetch_andnot() in nohz_idle_balance()
@ 2018-11-21 22:34 Andrea Parri
  2018-11-26  9:30 ` Peter Zijlstra
  0 siblings, 1 reply; 6+ messages in thread
From: Andrea Parri @ 2018-11-21 22:34 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Vincent Guittot; +Cc: linux-kernel

Hi,

The comment for the atomic_fetch_andnot() in nohz_idle_balance() says:

  "barrier, pairs with nohz_balance_enter_idle(), ensures ..."

which, well, does sound a note of warning... ;-)

I see that nohz_balance_enter_idle() has an smp_mb__after_atomic() but
the comment for the latter suggests that this barrier is pairing with
the smp_mb() in _nohz_idle_balance().

So, what is the intended pairing barrier for the atomic_fetch_andnot()?
what (which memory accesses) do you want "to order" here?

Thanks,
  Andrea

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-27 11:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-21 22:34 [Question] atomic_fetch_andnot() in nohz_idle_balance() Andrea Parri
2018-11-26  9:30 ` Peter Zijlstra
2018-11-26 11:37   ` Vincent Guittot
2018-11-26 20:44     ` Andrea Parri
2018-11-27  9:01       ` Vincent Guittot
2018-11-27 10:59         ` Andrea Parri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox