> > I'm sorry, I should have said: see if you can come up with a *small* > standalone test case. > > Ian > Here is a small testcase. As you can see, some inline functions in header files, such as spin_lock_irq in include/linux/spinlock.h and atomic_add in include/linux/atomic.h are not excluded out by the pattern linux/. And some are filtered, such as ssleep in include/linux/deley.h. - PRC