All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Update on Chapter Deferred Processing
@ 2017-06-10 14:28 Junchang Wang
  2017-06-10 14:28 ` [PATCH 1/4] Figure Storage Hazard-Pointer Storage and Erasure: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() Junchang Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Junchang Wang @ 2017-06-10 14:28 UTC (permalink / raw)
  To: perfbook, paulmck; +Cc: Junchang Wang

Hi Paul,

I'm reading Chapter Deferred Processing, and following are some patches. Please
take a look.

--Jason

Junchang Wang (4):
  Figure Storage Hazard-Pointer Storage and Erasure: Switch from
    ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
  route_hazptr: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
  route_seqlock: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

 CodeSamples/defer/route_hazptr.c  | 10 +++++-----
 CodeSamples/defer/route_seqlock.c |  6 +++---
 CodeSamples/defer/seqlock.h       |  4 ++--
 defer/hazptr.tex                  | 16 ++++++++--------
 defer/seqlock.tex                 | 12 ++++++------
 5 files changed, 26 insertions(+), 26 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-06-10 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-10 14:28 [PATCH 0/4] Update on Chapter Deferred Processing Junchang Wang
2017-06-10 14:28 ` [PATCH 1/4] Figure Storage Hazard-Pointer Storage and Erasure: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() Junchang Wang
2017-06-10 14:28 ` [PATCH 2/4] route_hazptr: " Junchang Wang
2017-06-10 14:28 ` [PATCH 3/4] route_seqlock: " Junchang Wang
2017-06-10 14:35 ` [PATCH 0/4] Update on Chapter Deferred Processing Junchang Wang
2017-06-10 17:08   ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.