On this link http://lxr.ncu.cc/source/kernel/timer.c#094 a return type is defined
return ((unsigned int)(unsigned long)base & TBASE_DEFERRABLE_FLAG);
What is the above function returning.I am not clear with definition of what is being returned in the above code.