Searched refs:last_jiffies (Results 1 – 14 of 14) sorted by relevance
52 unsigned long last_jiffies; member87 if (pdata->last_jiffies == jiffies) in ds1742_rtc_read_time()89 pdata->last_jiffies = jiffies; in ds1742_rtc_read_time()183 pdata->last_jiffies = jiffies; in ds1742_rtc_probe()
61 unsigned long last_jiffies; member103 if (pdata->last_jiffies == jiffies) in ds1553_rtc_read_time()105 pdata->last_jiffies = jiffies; in ds1553_rtc_read_time()289 pdata->last_jiffies = jiffies; in ds1553_rtc_probe()
62 unsigned long last_jiffies; member103 if (pdata->last_jiffies == jiffies) in stk17ta8_rtc_read_time()105 pdata->last_jiffies = jiffies; in stk17ta8_rtc_read_time()296 pdata->last_jiffies = jiffies; in stk17ta8_rtc_probe()
148 u64 last_jiffies = 0; in power_saving_thread() local156 expire_time = last_jiffies + round_robin_time * HZ; in power_saving_thread()158 last_jiffies = jiffies; in power_saving_thread()
31 unsigned int last_jiffies; member
85 unsigned long last_jiffies; member
942 ts->last_jiffies = basejiff; in tick_nohz_next_event()1016 unsigned long basejiff = ts->last_jiffies; in tick_nohz_stop_tick()1276 ts->idle_jiffies = ts->last_jiffies; in tick_nohz_idle_stop_tick()
140 difference = now - t->last_jiffies; in io_job_start()141 t->last_jiffies = now; in io_job_start()192 difference = now - t->last_jiffies; in io_job_finish()193 t->last_jiffies = now; in io_job_finish()
164 unsigned long last_jiffies;433 dpcm->last_jiffies = jiffies; in loopback_trigger() 465 dpcm->last_jiffies = jiffies; in loopback_trigger() 677 delta_play = cur_jiffies - dpcm_play->last_jiffies; in loopback_jiffies_timer_pos_update() 678 dpcm_play->last_jiffies += delta_play; in loopback_jiffies_timer_pos_update() 682 delta_capt = cur_jiffies - dpcm_capt->last_jiffies; in loopback_jiffies_timer_pos_update() 683 dpcm_capt->last_jiffies += delta_capt; in loopback_jiffies_timer_pos_update() 908 snd_iprintf(buffer, " last_jiffies:\t%lu (%lu)\n", in loopback_snd_timer_dpcm_info() 909 dpcm->last_jiffies, jiffies); in loopback_snd_timer_dpcm_info() 161 unsigned long last_jiffies; global() member
904 static unsigned int last_jiffies; /* = 0 */ in apm_cpu_idle() local909 unsigned int jiffies_since_last_check = jiffies - last_jiffies; in apm_cpu_idle()927 last_jiffies = jiffies; in apm_cpu_idle()959 jiffies_since_last_check = jiffies - last_jiffies; in apm_cpu_idle()
158 tx_info->last_jiffies = jiffies; in ena_xmit_common()845 tx_info->last_jiffies = 0; in ena_clean_tx_irq()3425 unsigned long last_jiffies; in check_missing_comp_in_tx_queue() local3434 last_jiffies = tx_buf->last_jiffies; in check_missing_comp_in_tx_queue()3436 if (last_jiffies == 0) in check_missing_comp_in_tx_queue()3440 is_tx_comp_time_expired = time_is_before_jiffies(last_jiffies + in check_missing_comp_in_tx_queue()3454 is_tx_comp_time_expired = time_is_before_jiffies(last_jiffies + in check_missing_comp_in_tx_queue()3467 if (!time_is_before_jiffies(last_jiffies + in check_missing_comp_in_tx_queue()
167 unsigned long last_jiffies; member
398 tx_info->last_jiffies = 0; in ena_clean_xdp_irq()
1135 unsigned long last_jiffies; in snd_timer_s_start() 1147 snd_timer_interrupt(timer, (long)jiff - (long)priv->last_jiffies); in snd_timer_s_start() 1156 njiff = (priv->last_jiffies = jiffies); in snd_timer_s_stop() 1115 unsigned long last_jiffies; global() member