Lines Matching refs:u32OldIntr
210 U32 u32OldIntr; in ms_del_timer() local
212 osapi_spin_lock_irqsave(&sw_timer_lock, u32OldIntr); in ms_del_timer()
222 osapi_spin_unlock_irqrestore(&sw_timer_lock, u32OldIntr); in ms_del_timer()
237 U32 u32OldIntr; in ms_del_timer_sync() local
239 osapi_spin_lock_irqsave(&sw_timer_lock, u32OldIntr); in ms_del_timer_sync()
249 osapi_spin_unlock_irqrestore(&sw_timer_lock, u32OldIntr); in ms_del_timer_sync()
269 U32 u32OldIntr; in ms_add_timer() local
271 osapi_spin_lock_irqsave(&sw_timer_lock, u32OldIntr); in ms_add_timer()
279 osapi_spin_unlock_irqrestore(&sw_timer_lock, u32OldIntr); in ms_add_timer()
285 U32 u32OldIntr; in ms_update_timer() local
287 osapi_spin_lock_irqsave(&sw_timer_lock, u32OldIntr); in ms_update_timer()
306 osapi_spin_unlock_irqrestore(&sw_timer_lock, u32OldIntr); in ms_update_timer()