Re: [PATCH v2 02/14] futex: Extend the FUTEX2 flags

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxx>



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux