lkml.org 
[lkml]   [2023]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v2 02/14] futex: Extend the FUTEX2 flags
Date
On Mon, Aug 07 2023 at 14:18, Peter Zijlstra wrote:
> /*
> * Flags for futex2 syscalls.
> + *
> + * NOTE: these are not pure flags, they can also be seen as:
> + *
> + * union {
> + * u32 flags;
> + * struct {
> + * u32 size : 2,
> + * numa : 1,
> + * : 4,
> + * private : 1;
> + * };
> + * };
> */

Nice documentation

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>

\
 
 \ /
  Last update: 2023-08-07 20:58    [W:0.224 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site