/openbmc/linux/fs/f2fs/ |
H A D | iostat.c | 119 if (time_is_after_jiffies(sbi->iostat_next_period)) in f2fs_record_iostat() 124 if (time_is_after_jiffies(sbi->iostat_next_period)) { in f2fs_record_iostat()
|
/openbmc/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-ac97.c | 27 while (time_is_after_jiffies(timeout)) { in stk1160_ac97_wait_transfer_complete()
|
H A D | stk1160-i2c.c | 37 while (time_is_after_jiffies(end)) { in stk1160_i2c_busy_wait()
|
/openbmc/linux/drivers/media/pci/mantis/ |
H A D | mantis_uart.c | 101 if (!time_is_after_jiffies(timeout)) in mantis_uart_work()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mcu.c | 37 if (!time_is_after_jiffies(expires)) in mt76_mcu_get_response()
|
H A D | mt792x_mac.c | 373 if (time_is_after_jiffies(dev->pm.last_activity + delta)) { in mt792x_pm_power_save_work()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 110 while (time_is_after_jiffies(time)) { in hvc_dcc_check()
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-i2c.c | 101 while (time_is_after_jiffies(timeout)) { in em2800_i2c_send_bytes() 147 while (time_is_after_jiffies(timeout)) { in em2800_i2c_recv_bytes() 228 while (time_is_after_jiffies(timeout)) { in em28xx_i2c_send_bytes()
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-touch.c | 138 while (time_is_after_jiffies(cur_jiffies + wait_jiffies) && in vivid_thread_touch_cap()
|
H A D | vivid-kthread-out.c | 238 while (time_is_after_jiffies(cur_jiffies + wait_jiffies) && in vivid_thread_vid_out()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | af9013.c | 530 if (time_is_after_jiffies(state->read_status_jiffies + msecs_to_jiffies(2000)) && in af9013_read_status() 602 if (time_is_after_jiffies(state->strength_jiffies + msecs_to_jiffies(2000))) in af9013_read_status() 640 if (time_is_after_jiffies(state->cnr_jiffies + msecs_to_jiffies(2000))) in af9013_read_status() 722 if (time_is_after_jiffies(state->ber_ucb_jiffies + msecs_to_jiffies(2000))) in af9013_read_status()
|
H A D | lgdt330x.c | 687 time_is_after_jiffies(state->last_stats_time)) in lgdt3302_read_status() 793 time_is_after_jiffies(state->last_stats_time)) in lgdt3303_read_status()
|
H A D | tda8083.c | 165 while (time_is_after_jiffies(start + timeout) && in tda8083_wait_diseqc_fifo()
|
/openbmc/linux/kernel/ |
H A D | hung_task.c | 114 if (time_is_after_jiffies(t->last_switch_time + timeout * HZ)) in check_hung_task()
|
/openbmc/linux/drivers/nvmem/ |
H A D | lpc18xx_eeprom.c | 74 while (time_is_after_jiffies(end)) { in lpc18xx_eeprom_busywait_until_prog()
|
/openbmc/linux/net/hsr/ |
H A D | hsr_framereg.c | 461 time_is_after_jiffies(node->time_out[port->type] + in hsr_register_frame_out() 536 if (time_is_after_jiffies(timestamp + in hsr_prune_nodes()
|
/openbmc/linux/include/linux/ |
H A D | jiffies.h | 274 #define time_is_after_jiffies(a) time_before(jiffies, a) macro
|
/openbmc/linux/drivers/media/pci/tw5864/ |
H A D | tw5864-core.c | 228 if (time_is_after_jiffies(input->new_frame_deadline)) { in tw5864_timer_isr()
|
/openbmc/linux/drivers/media/rc/ |
H A D | st_rc.c | 151 } while (time_is_after_jiffies(timeout)); in st_rc_rx_interrupt()
|
/openbmc/linux/drivers/power/supply/ |
H A D | cros_peripheral_charger.c | 182 time_is_after_jiffies(port->last_update + PCHG_CACHE_UPDATE_DELAY)) in cros_pchg_get_port_status()
|
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xpc_partition.c | 274 if (time_is_after_jiffies(part->disengage_timeout)) { in __xpc_partition_disengaged()
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite-reg.c | 29 while (time_is_after_jiffies(end)) { in flite_hw_reset()
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_mcu.c | 50 if (!time_is_after_jiffies(expires)) in mtk_wed_mcu_get_response()
|
/openbmc/linux/drivers/scsi/ |
H A D | NCR5380.c | 227 while (time_is_after_jiffies(deadline)) { in NCR5380_poll_politely2() 443 } while (time_is_after_jiffies(deadline)); in NCR5380_init() 449 } while (time_is_after_jiffies(deadline)); in NCR5380_init()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | tsc200x-core.c | 374 if (time_is_after_jiffies(ts->last_valid_interrupt + in tsc200x_esd_work()
|