/openbmc/linux/net/mac80211/ |
H A D | mesh_hwmp.c | 395 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local 439 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get() 503 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get() 504 ? mpath->exp_time : exp_time; in hwmp_route_info_get() 553 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get() 554 ? mpath->exp_time : exp_time; in hwmp_route_info_get() 1235 mpath->exp_time - in mesh_path_refresh() 1307 mpath->exp_time = jiffies; in mesh_path_timer()
|
H A D | mesh_pathtbl.c | 74 time_after(jiffies, mpath->exp_time) && in mpath_expired() 413 new_mpath->exp_time = jiffies; in mesh_path_new() 452 entry->mppath->exp_time = jiffies; in mesh_fast_tx_get() 1048 mpath->exp_time = 0; in mesh_path_fix_nexthop() 1077 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
|
H A D | mesh.h | 118 unsigned long exp_time; member 210 unsigned long exp_time; member
|
H A D | sta_info.h | 925 unsigned long exp_time);
|
H A D | ibss.c | 1257 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local 1268 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
|
H A D | mesh.c | 236 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check() 250 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
|
H A D | sta_info.c | 1622 unsigned long exp_time) in ieee80211_sta_expire() argument 1635 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
|
H A D | cfg.c | 2330 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo() 2331 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
|
H A D | rx.c | 2861 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data()
|
H A D | tx.c | 2702 mppath->exp_time = jiffies; in ieee80211_build_hdr()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | hyperv.c | 610 stimer->exp_time = 0; in stimer_cleanup() 639 if (stimer->exp_time) { in stimer_start() 640 if (time_now >= stimer->exp_time) { in stimer_start() 643 div64_u64_rem(time_now - stimer->exp_time, in stimer_start() 645 stimer->exp_time = in stimer_start() 649 stimer->exp_time = time_now + stimer->count; in stimer_start() 654 time_now, stimer->exp_time); in stimer_start() 658 100 * (stimer->exp_time - time_now)), in stimer_start() 662 stimer->exp_time = stimer->count; in stimer_start() 825 payload->expiration_time = stimer->exp_time; in stimer_send_msg() [all …]
|
H A D | trace.h | 1259 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time), 1260 TP_ARGS(vcpu_id, timer_index, time_now, exp_time), 1266 __field(u64, exp_time) 1273 __entry->exp_time = exp_time; 1278 __entry->exp_time)
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | reporter_tx.c | 25 unsigned long exp_time; in mlx5e_wait_for_sq_flush() local 27 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_sq_flush() 29 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_sq_flush()
|
H A D | reporter_rx.c | 50 unsigned long exp_time; in mlx5e_wait_for_icosq_flush() local 52 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_icosq_flush() 54 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_icosq_flush()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 653 unsigned long exp_time; in mlx5_fsm_reactivate() local 656 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FSM_REACTIVATE)); in mlx5_fsm_reactivate() 680 } while (time_before(jiffies, exp_time)); in mlx5_fsm_reactivate()
|
H A D | en_main.c | 1113 unsigned long exp_time = jiffies + msecs_to_jiffies(wait_time); in mlx5e_wait_for_min_rx_wqes() local 1122 } while (time_before(jiffies, exp_time)); in mlx5e_wait_for_min_rx_wqes()
|
/openbmc/linux/drivers/infiniband/hw/efa/ |
H A D | efa_com.c | 76 unsigned long exp_time; in efa_com_reg_read32() local 93 exp_time = jiffies + usecs_to_jiffies(mmio_read->mmio_read_timeout); in efa_com_reg_read32() 98 } while (time_is_after_jiffies(exp_time)); in efa_com_reg_read32()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | s5k5baf.c | 698 unsigned int exp_time = state->ctrls.exposure->val; in s5k5baf_hw_set_auto_exposure() local 700 s5k5baf_hw_set_user_exposure(state, exp_time); in s5k5baf_hw_set_auto_exposure()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 599 u64 exp_time; member
|