Lines Matching refs:u32OldIntr
370 U32 u32OldIntr; in del_timer() local
371 u32OldIntr = MsOS_DisableAllInterrupts(); in del_timer()
386 MsOS_RestoreAllInterrupts(u32OldIntr); in del_timer()
411 U32 u32OldIntr; in del_timer_sync() local
412 u32OldIntr = MsOS_DisableAllInterrupts(); in del_timer_sync()
427 MsOS_RestoreAllInterrupts(u32OldIntr); in del_timer_sync()
457 U32 u32OldIntr; in add_timer() local
458 u32OldIntr = MsOS_DisableAllInterrupts(); in add_timer()
471 MsOS_RestoreAllInterrupts(u32OldIntr); in add_timer()
484 U32 u32OldIntr; in mod_timer() local
485 u32OldIntr = MsOS_DisableAllInterrupts(); in mod_timer()
510 MsOS_RestoreAllInterrupts(u32OldIntr); in mod_timer()