Searched refs:time_after (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h45 #define time_after(a, b) ((int)((b) - (a)) < 0) macro
47 #define time_before(a, b) time_after(b,a)
54 #define time_is_after_jiffies(a) time_after(a, jiffies)
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci_mac.c37 if (time_after(jiffies, msta->last_txs + HZ / 4)) {
H A Dmac.c802 if (time_after(jiffies, msta->last_txs + HZ / 4)) {
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h382 #define time_after(a, b) ((a) > (b)) macro
384 #define time_before(a, b) time_after((b), (a))
/freebsd-current/sys/dev/ioat/
H A Dioat_test.c53 #ifndef time_after
54 #define time_after(a,b) ((long)(b) - (long)(a) < 0) macro
482 else if (test->duration != 0 && time_after(ticks, end)) {
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c940 bool handle_ll = time_after(ts, mvm->tcm.ll_ts + MVM_LL_PERIOD);
1035 time_after(ts, mvm->tcm.uapsd_nonagg_ts +
1039 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) {
1054 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) {
H A Dtime-event.c592 time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) {
1186 time_after(te_data->end_jiffies, TU_TO_EXP_TIME(min_duration))) {
H A Dcoex.c243 if (!time_after(now, mvm->bt_coex_last_tcm_ts + MVM_COEX_TCM_PERIOD))
H A Drx.c231 if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD))
H A Drxmq.c700 !time_after(jiffies, entries[index].e.reorder_time +
2536 time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD))
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c317 } while (!time_after(jiffies, end));
389 !time_after(jiffies, end)) {
H A Dmlx5_pagealloc.c526 while (!time_after(jiffies, end)) {
582 if (time_after(jiffies, end)) {
H A Dmlx5_fw.c337 } while (!time_after(jiffies, end));
H A Dmlx5_main.c767 if (time_after(jiffies, end)) {
771 if (warn_time_mili && time_after(jiffies, warn)) {
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.h102 (time_after(fwrt->dump.non_collect_ts_start[id] + wind_jiff,
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-io.c509 while (time_after(timeout, jiffies)) {
/freebsd-current/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c601 if (time_after(jiffies, begin + HZ)) {
798 if (time_after(jiffies, begin + 5 * HZ)) {
H A Dipoib_cm.c818 if (time_after(jiffies, begin + 5 * HZ)) {
1082 if (time_after(jiffies, begin + 5 * HZ)) {
/freebsd-current/sys/contrib/ena-com/
H A Dena_plat.h425 #define time_after(a,b) ((long)((unsigned long)(b) - (unsigned long)(a)) < 0) macro
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h451 #define time_after(a,b) ((long)(b) - (long)(a) < 0) macro
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c1099 } while (time_after(end, jiffies));
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.c106 if (time_after(jiffies, cmdq->last_seen +
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1306 if (t && time_after(jiffies, t->tqent_birth + 5*HZ)) {
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c2315 if (time_after(mad_agent_priv->timeout,
2345 if (time_after(mad_send_wr->timeout,
2802 if (time_after(mad_send_wr->timeout, jiffies)) {
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c295 time_after(jiffies, cache->last_add + 300 * HZ)) {

Completed in 414 milliseconds

12