Searched refs:tmout_step (Results 1 – 6 of 6) sorted by relevance
289 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in add_timer_body()290 timer->expires = timer->tmout_step; in add_timer_body()316 timer->tmout_step = steps; in mod_timer_body()329 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in mod_timer_body()330 timer->expires = timer->tmout_step; in mod_timer_body()460 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in add_timer()461 timer->expires = timer->tmout_step; in add_timer()488 timer->tmout_step = steps; in mod_timer()501 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in mod_timer()502 timer->expires = timer->tmout_step; in mod_timer()
185 if ( pTimer->tmout_step > 0 ) in timeout_handler()186 pTimer->tmout_value -= pTimer->tmout_step; in timeout_handler()193 mod_timer(pTimer, pTimer->tmout_value, pTimer->tmout_step); in timeout_handler()335 to_timer.tmout_step = 2000; in usb_stor_msg_common()666 purb->to_timer.tmout_step = 2000; in usb_stor_bulk_transfer_async_send()1683 if ( pTimer->tmout_step > 0 ) in usb_default_timeout_handler()1684 pTimer->tmout_value -= pTimer->tmout_step; in usb_default_timeout_handler()1691 mod_timer(pTimer, pTimer->tmout_value, pTimer->tmout_step); in usb_default_timeout_handler()
272 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in ms_add_timer()273 timer->expires = timer->tmout_step; in ms_add_timer()289 timer->tmout_step = steps; in ms_update_timer()300 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in ms_update_timer()301 timer->expires = timer->tmout_step; in ms_update_timer()
255 if ( ptr_timer->tmout_step > 0 ) in ms_usb_timeout_handler()256 ptr_timer->tmout_value -= ptr_timer->tmout_step; in ms_usb_timeout_handler()262 ms_update_timer(ptr_timer, ptr_timer->tmout_value, ptr_timer->tmout_step); in ms_usb_timeout_handler()415 to_timer.tmout_step = 2000; in ms_usb_msg_common()
101 int tmout_step; member107 st_timer->tmout_step = 0; in ms_init_timer()
99 int tmout_step; member136 timer->tmout_step = 0; in init_timer()