Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1546498 > unrolled thread

[PATCH 0/2] sched: Introduce rcuwait

Started byDavidlohr Bueso <dave@stgolabs.net>
First post2016-12-22 18:10 +0100
Last post2016-12-22 18:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] sched: Introduce rcuwait Davidlohr Bueso <dave@stgolabs.net> - 2016-12-22 18:10 +0100

#1546498 — [PATCH 0/2] sched: Introduce rcuwait

FromDavidlohr Bueso <dave@stgolabs.net>
Date2016-12-22 18:10 +0100
Subject[PATCH 0/2] sched: Introduce rcuwait
Message-ID<sRf2p-3NJ-3@gated-at.bofh.it>
Hi,

Here's an updated version of the pcpu rwsem writer wait/wake changes
with the abstractions wanted by Oleg. Patch 1 adds rcuwait (for a lack
of better name), and patch 2 trivially makes use of it. 

Has survived torture testing, which is actually very handy in this case
particularly dealing with equal amount of reader and writer threads.

Thanks.

Davidlohr Bueso (2):
  sched: Introduce rcuwait machinery
  locking/percpu-rwsem: Replace waitqueue with rcuwait

 include/linux/percpu-rwsem.h  |  8 +++---
 include/linux/rcuwait.h       | 63 +++++++++++++++++++++++++++++++++++++++++++
 kernel/exit.c                 | 29 ++++++++++++++++++++
 kernel/locking/percpu-rwsem.c |  7 +++--
 4 files changed, 99 insertions(+), 8 deletions(-)
 create mode 100644 include/linux/rcuwait.h

-- 
2.6.6

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web