How to check whether executing in atomic context?

2009-10-14 Thread Leonidas .
Hi List, I am aware of in_interrupt() call which can be used to check current context and take action accordingly. Is there any api which can help figure out whether we are executing while hold a spinlock? I.e an api which can help figure out sleepable/nonsleepable context? If it is not there,

Re: How to check whether executing in atomic context?

2009-10-14 Thread Raz
take a look at might_sleep On Wed, Oct 14, 2009 at 10:09 AM, Leonidas . leonidas...@gmail.com wrote: Hi List, I am aware of in_interrupt() call which can be used to check current context and take action accordingly. Is there any api which can help figure out whether we are executing