/Linux-v4.19/drivers/rtc/ |
D | rtc-ds1742.c | 56 unsigned long last_jiffies; member 91 if (pdata->last_jiffies == jiffies) in ds1742_rtc_read_time() 93 pdata->last_jiffies = jiffies; in ds1742_rtc_read_time() 188 pdata->last_jiffies = jiffies; in ds1742_rtc_probe()
|
D | rtc-ds1553.c | 64 unsigned long last_jiffies; member 106 if (pdata->last_jiffies == jiffies) in ds1553_rtc_read_time() 108 pdata->last_jiffies = jiffies; in ds1553_rtc_read_time() 294 pdata->last_jiffies = jiffies; in ds1553_rtc_probe()
|
D | rtc-stk17ta8.c | 65 unsigned long last_jiffies; member 106 if (pdata->last_jiffies == jiffies) in stk17ta8_rtc_read_time() 108 pdata->last_jiffies = jiffies; in stk17ta8_rtc_read_time() 301 pdata->last_jiffies = jiffies; in stk17ta8_rtc_probe()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-mailbox.c | 247 if (itv->api_cache[cmd].last_jiffies && in ivtv_api_call() 249 itv->api_cache[cmd].last_jiffies + in ivtv_api_call() 252 itv->api_cache[cmd].last_jiffies = jiffies; in ivtv_api_call() 287 itv->api_cache[cmd].last_jiffies = jiffies; in ivtv_api_call() 386 itv->api_cache[i].last_jiffies = 0; in ivtv_mailbox_cache_invalidate()
|
D | ivtv-driver.h | 211 unsigned long last_jiffies; /* when last command was issued */ member
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_pad.c | 149 u64 last_jiffies = 0; in power_saving_thread() local 157 expire_time = last_jiffies + round_robin_time * HZ; in power_saving_thread() 159 last_jiffies = jiffies; in power_saving_thread()
|
/Linux-v4.19/kernel/time/ |
D | tick-sched.h | 67 unsigned long last_jiffies; member
|
D | tick-sched.c | 659 ts->last_jiffies = basejiff; in tick_nohz_next_event() 945 ts->idle_jiffies = ts->last_jiffies; in __tick_nohz_idle_stop_tick()
|
D | timer_list.c | 183 P(last_jiffies); in print_cpu()
|
/Linux-v4.19/include/linux/ |
D | dm-kcopyd.h | 30 unsigned last_jiffies; member
|
/Linux-v4.19/drivers/parisc/ |
D | led.c | 442 static unsigned long last_jiffies; in led_work_func() local 451 count_HZ += jiffies - last_jiffies; in led_work_func() 452 last_jiffies = jiffies; in led_work_func()
|
/Linux-v4.19/sound/drivers/ |
D | aloop.c | 122 unsigned long last_jiffies; member 273 dpcm->last_jiffies = jiffies; in loopback_trigger() 305 dpcm->last_jiffies = jiffies; in loopback_trigger() 485 delta_play = jiffies - dpcm_play->last_jiffies; in loopback_pos_update() 486 dpcm_play->last_jiffies += delta_play; in loopback_pos_update() 490 delta_capt = jiffies - dpcm_capt->last_jiffies; in loopback_pos_update() 491 dpcm_capt->last_jiffies += delta_capt; in loopback_pos_update() 1096 dpcm->last_jiffies, jiffies); in print_dpcm_info()
|
/Linux-v4.19/drivers/net/hamradio/ |
D | baycom_par.c | 148 unsigned long last_jiffies; member 167 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) { in baycom_int_freq() 168 bc->debug_vals.last_jiffies = cur_jiffies; in baycom_int_freq()
|
D | baycom_ser_fdx.c | 149 unsigned long last_jiffies; member 168 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) { in baycom_int_freq() 169 bc->debug_vals.last_jiffies = cur_jiffies; in baycom_int_freq()
|
D | baycom_ser_hdx.c | 137 unsigned long last_jiffies; member 156 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) { in baycom_int_freq() 157 bc->debug_vals.last_jiffies = cur_jiffies; in baycom_int_freq()
|
D | baycom_epp.c | 212 unsigned long last_jiffies; member 287 if (time_after_eq(cur_jiffies, bc->debug_vals.last_jiffies + HZ)) { in baycom_int_freq() 288 bc->debug_vals.last_jiffies = cur_jiffies; in baycom_int_freq()
|
/Linux-v4.19/drivers/md/ |
D | dm-kcopyd.c | 117 difference = now - t->last_jiffies; in io_job_start() 118 t->last_jiffies = now; in io_job_start() 168 difference = now - t->last_jiffies; in io_job_finish() 169 t->last_jiffies = now; in io_job_finish()
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | lcdc.c | 152 static unsigned long last_jiffies; in reset_controller() local 156 if (reset_count == 1 || time_after(jiffies, last_jiffies + HZ)) { in reset_controller() 160 last_jiffies = jiffies; in reset_controller()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_hotplug.c | 138 unsigned long start = dev_priv->hotplug.stats[pin].last_jiffies; in intel_hpd_irq_storm_detect() 144 dev_priv->hotplug.stats[pin].last_jiffies = jiffies; in intel_hpd_irq_storm_detect()
|
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.h | 165 unsigned long last_jiffies; member
|
D | ena_netdev.c | 758 tx_info->last_jiffies = 0; in ena_clean_tx_irq() 2109 tx_info->last_jiffies = jiffies; in ena_start_xmit() 2686 unsigned long last_jiffies; in check_missing_comp_in_tx_queue() local 2692 last_jiffies = tx_buf->last_jiffies; in check_missing_comp_in_tx_queue() 2694 if (last_jiffies == 0) in check_missing_comp_in_tx_queue() 2698 if (unlikely(!tx_ring->first_interrupt && time_is_before_jiffies(last_jiffies + in check_missing_comp_in_tx_queue() 2712 if (unlikely(time_is_before_jiffies(last_jiffies + in check_missing_comp_in_tx_queue()
|
/Linux-v4.19/arch/x86/kernel/ |
D | apm_32.c | 913 static unsigned int last_jiffies; /* = 0 */ in apm_cpu_idle() local 918 unsigned int jiffies_since_last_check = jiffies - last_jiffies; in apm_cpu_idle() 936 last_jiffies = jiffies; in apm_cpu_idle() 968 jiffies_since_last_check = jiffies - last_jiffies; in apm_cpu_idle()
|
/Linux-v4.19/drivers/tty/serial/ |
D | amba-pl011.c | 245 unsigned long last_jiffies; member 1087 dmarx->last_jiffies = jiffies; in pl011_dma_rx_poll() 1095 if (jiffies_to_msecs(jiffies - dmarx->last_jiffies) in pl011_dma_rx_poll() 1184 uap->dmarx.last_jiffies = jiffies; in pl011_dma_startup() 1368 uap->dmarx.last_jiffies = jiffies; in pl011_rx_chars()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.h | 500 unsigned long last_jiffies; member
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_net.c | 318 static unsigned long last_jiffies = -HZ; variable 329 if (jiffies == last_jiffies) in isdn_net_autohup() 332 l->cps = (l->transcount * HZ) / (jiffies - last_jiffies); in isdn_net_autohup() 378 last_jiffies = jiffies; in isdn_net_autohup()
|