Subject: Re: p_flag in struct proc: int -> uint64_t
To: Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 10/08/2006 17:05:54
On Oct 8, 2006, at 1:10 AM, Juergen Hannken-Illjes wrote:

> - Specificdata_setspecific() and the functions using it should also  
> work
>   (and possibly fail) if called from a non-sleepable context.   
> Either a
>   flag (WAIT/NOWAIT) or a special function xxx_nowait().

Do you need INTERRUPT context?  If so, it's non-trivial to support  
that, and it points to a need to restructure the calling code.

Or is it simply a matter of not wanting to block while holding other  
locks?

-- thorpej