Home
last modified time | relevance | path

Searched refs:time_is_after_jiffies (Results 1 – 25 of 66) sorted by relevance

123

/Linux-v5.10/drivers/net/wireless/mediatek/mt76/
Dmcu.c35 if (!time_is_after_jiffies(expires)) in mt76_mcu_get_response()
/Linux-v5.10/drivers/tty/hvc/
Dhvc_dcc.c77 while (time_is_after_jiffies(time)) { in hvc_dcc_check()
/Linux-v5.10/drivers/media/usb/stk1160/
Dstk1160-ac97.c27 while (time_is_after_jiffies(timeout)) { in stk1160_ac97_wait_transfer_complete()
Dstk1160-i2c.c37 while (time_is_after_jiffies(end)) { in stk1160_i2c_busy_wait()
/Linux-v5.10/drivers/media/pci/mantis/
Dmantis_uart.c101 if (!time_is_after_jiffies(timeout)) in mantis_uart_work()
/Linux-v5.10/drivers/media/usb/em28xx/
Dem28xx-i2c.c111 while (time_is_after_jiffies(timeout)) { in em2800_i2c_send_bytes()
157 while (time_is_after_jiffies(timeout)) { in em2800_i2c_recv_bytes()
238 while (time_is_after_jiffies(timeout)) { in em28xx_i2c_send_bytes()
/Linux-v5.10/kernel/
Dhung_task.c111 if (time_is_after_jiffies(t->last_switch_time + timeout * HZ)) in check_hung_task()
Dacct.c105 if (time_is_after_jiffies(acct->needcheck)) in check_free_space()
/Linux-v5.10/drivers/nvmem/
Dlpc18xx_eeprom.c74 while (time_is_after_jiffies(end)) { in lpc18xx_eeprom_busywait_until_prog()
/Linux-v5.10/include/linux/
Dserdev.h285 while (time_is_after_jiffies(timeout)) { in serdev_device_wait_for_cts()
Djiffies.h158 #define time_is_after_jiffies(a) time_before(jiffies, a) macro
/Linux-v5.10/drivers/media/dvb-frontends/
Daf9013.c530 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()
Dlgdt330x.c687 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()
/Linux-v5.10/drivers/media/pci/tw5864/
Dtw5864-core.c228 if (time_is_after_jiffies(input->new_frame_deadline)) { in tw5864_timer_isr()
/Linux-v5.10/drivers/gpu/drm/bridge/
Dparade-ps8640.c124 while (time_is_after_jiffies(timeout)) { in ps8640_bridge_poweron()
/Linux-v5.10/drivers/misc/sgi-xp/
Dxpc_partition.c274 if (time_is_after_jiffies(part->disengage_timeout)) { in xpc_partition_disengaged()
Dxpc_main.c180 DBUG_ON(time_is_after_jiffies(part->disengage_timeout)); in xpc_timeout_partition_disengage()
/Linux-v5.10/drivers/media/rc/
Dst_rc.c151 } while (time_is_after_jiffies(timeout)); in st_rc_rx_interrupt()
/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c29 while (time_is_after_jiffies(end)) { in flite_hw_reset()
/Linux-v5.10/drivers/scsi/
DNCR5380.c230 while (time_is_after_jiffies(deadline)) { in NCR5380_poll_politely2()
446 } while (time_is_after_jiffies(deadline)); in NCR5380_init()
452 } while (time_is_after_jiffies(deadline)); in NCR5380_init()
/Linux-v5.10/fs/f2fs/
Dsysfs.c795 if (time_is_after_jiffies(sbi->iostat_next_period)) in f2fs_record_iostat()
800 if (time_is_after_jiffies(sbi->iostat_next_period)) { in f2fs_record_iostat()
/Linux-v5.10/drivers/input/touchscreen/
Dtsc200x-core.c373 if (time_is_after_jiffies(ts->last_valid_interrupt + in tsc200x_esd_work()
/Linux-v5.10/net/hsr/
Dhsr_framereg.c484 if (time_is_after_jiffies(timestamp + in hsr_prune_nodes()
/Linux-v5.10/drivers/power/supply/
Dcros_usbpd-charger.c313 time_is_after_jiffies(port->last_update + in cros_usbpd_charger_get_port_status()
/Linux-v5.10/net/mac80211/
Dagg-rx.c160 if (time_is_after_jiffies(timeout)) { in sta_rx_agg_session_timer_expired()

123