Home
last modified time | relevance | path

Searched refs:time_is_after_eq_jiffies (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/i2c/muxes/
H A Di2c-mux-pca9541.c269 } while (time_is_after_eq_jiffies(timeout)); in pca9541_select_chan()
/openbmc/linux/include/linux/
H A Djiffies.h304 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a) macro
/openbmc/linux/net/netfilter/
H A Dnf_conncount.c135 if (time_is_after_eq_jiffies((unsigned long)list->last_gc)) in __nf_conncount_add()
237 if (time_is_after_eq_jiffies((unsigned long)READ_ONCE(list->last_gc))) in nf_conncount_gc_list()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-i801.c444 } while (time_is_after_eq_jiffies(timeout)); in i801_wait_intr()
460 } while (time_is_after_eq_jiffies(timeout)); in i801_wait_byte_done()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c1258 if (time_is_after_eq_jiffies(entry->last_use + in ice_eswitch_br_update()
/openbmc/linux/block/
H A Dbfq-iosched.c1177 time_is_after_eq_jiffies(bfqq->wr_start_at_switch_to_srt + in bfq_bfqq_resume_state()
1391 time_is_after_eq_jiffies(bfqq->split_time + in bfq_handle_burst()
5962 if (time_is_after_eq_jiffies(bfqq->split_time + in bfq_update_has_short_ttime()
/openbmc/linux/drivers/infiniband/core/
H A Dsysfs.c815 if (time_is_after_eq_jiffies(stats->timestamp + stats->lifespan)) in update_hw_stats()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c707 if (time_is_after_eq_jiffies(interface->next_tx_hang_check)) in fm10k_check_hang_subtask()