Searched refs:kcs_timer (Results 1 – 1 of 1) sorted by relevance
126 struct timer_list kcs_timer; member651 if (del_timer(&(kcs_info->kcs_timer))) { in kcs_restart_short_timer()660 kcs_info->kcs_timer.expires = jiffies_now; in kcs_restart_short_timer()662 kcs_info->kcs_timer.sub_expires in kcs_restart_short_timer()666 kcs_info->kcs_timer.sub_expires in kcs_restart_short_timer()668 while (kcs_info->kcs_timer.sub_expires >= cycles_per_jiffies) { in kcs_restart_short_timer()669 kcs_info->kcs_timer.expires++; in kcs_restart_short_timer()670 kcs_info->kcs_timer.sub_expires -= cycles_per_jiffies; in kcs_restart_short_timer()672 add_timer(&(kcs_info->kcs_timer)); in kcs_restart_short_timer()708 kcs_info->kcs_timer.expires = jiffies + KCS_TIMEOUT_JIFFIES; in kcs_timeout()[all …]