[PATCH v2 2/3] mutex: add support for reservation style locks, v2

Peter Zijlstra a.p.zijlstra at chello.nl
Tue Apr 2 03:57:54 PDT 2013


On Thu, 2013-02-28 at 11:25 +0100, Maarten Lankhorst wrote:
> +struct ticket_mutex {
> +       struct mutex base;
> +       atomic_long_t reservation_id;
> +};

I'm not sure this is a good name, esp. due to the potential confusion
vs the ticket spinlocks we have. 



More information about the dri-devel mailing list