tech-kern archive

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

Re: RFC: New userspace fetch/store API



Jason Thorpe <thorpej%me.com@localhost> wrote:
> > Please prefix the size with 'u' if you operate on unsigned types:
> > 
> > ufetch_u{8,16,32,64} and the same for ustore_*
> 
> Even at the expense of being different from atomic_ops(3)?
> 

atomic_ops(3) has atomic_cas_u{int,long}; ufetch_32() vs ufetch_u32()
is less of the concerns, so up to you.

-- 
Mindaugas


Home | Main Index | Thread Index | Old Index