Re: [rfc] "fair" rw spinlocks

From: Andi Kleen
Date: Sat Nov 28 2009 - 06:15:18 EST


"Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx> writes:
>
> The usual trick would be to keep per-fair-rwlock state in per-CPU
> variables. If it is forbidden to read-acquire one nestable fair rwlock
> while read-holding another, then this per-CPU state can be a single
> pointer and a nesting count. On the other hand, if it is permitted to
> read-acquire one nestable fair rwlock while holding another, then one
> can use a small per-CPU array of pointer/count pairs.

The problem is that in preemptible kernels kernel threads can switch
CPUs all the time. How would you sync the per CPU state then?

-Andi
--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/