/Linux-v5.4/net/mac80211/ |
D | mesh_hwmp.c | 387 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local 430 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get() 492 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get() 493 ? mpath->exp_time : exp_time; in hwmp_route_info_get() 538 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get() 539 ? mpath->exp_time : exp_time; in hwmp_route_info_get() 1190 mpath->exp_time - in mesh_nexthop_lookup() 1232 mpath->exp_time = jiffies; in mesh_path_timer()
|
D | mesh_pathtbl.c | 38 time_after(jiffies, mpath->exp_time) && in mpath_expired() 383 new_mpath->exp_time = jiffies; in mesh_path_new() 752 mpath->exp_time = 0; in mesh_path_fix_nexthop() 801 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
|
D | mesh.h | 117 unsigned long exp_time; member 170 unsigned long exp_time; member
|
D | sta_info.h | 792 unsigned long exp_time);
|
D | mesh.c | 228 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check() 242 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
|
D | ibss.c | 1258 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local 1269 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
|
D | sta_info.c | 1192 unsigned long exp_time) in ieee80211_sta_expire() argument 1205 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
|
D | cfg.c | 1817 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo() 1818 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
|
D | rx.c | 2737 mppath->exp_time = jiffies; in ieee80211_rx_h_mesh_fwding()
|
D | tx.c | 2554 mppath->exp_time = jiffies; in ieee80211_build_hdr()
|
/Linux-v5.4/arch/x86/kvm/ |
D | hyperv.c | 438 stimer->exp_time = 0; in stimer_cleanup() 467 if (stimer->exp_time) { in stimer_start() 468 if (time_now >= stimer->exp_time) { in stimer_start() 471 div64_u64_rem(time_now - stimer->exp_time, in stimer_start() 473 stimer->exp_time = in stimer_start() 477 stimer->exp_time = time_now + stimer->count; in stimer_start() 482 time_now, stimer->exp_time); in stimer_start() 486 100 * (stimer->exp_time - time_now)), in stimer_start() 490 stimer->exp_time = stimer->count; in stimer_start() 634 payload->expiration_time = stimer->exp_time; in stimer_send_msg() [all …]
|
D | trace.h | 1178 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time), 1179 TP_ARGS(vcpu_id, timer_index, time_now, exp_time), 1185 __field(u64, exp_time) 1192 __entry->exp_time = exp_time; 1197 __entry->exp_time)
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | reporter_tx.c | 8 unsigned long exp_time = jiffies + msecs_to_jiffies(2000); in mlx5e_wait_for_sq_flush() local 10 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_sq_flush()
|
D | reporter_rx.c | 32 unsigned long exp_time = jiffies + msecs_to_jiffies(2000); in mlx5e_wait_for_icosq_flush() local 34 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_icosq_flush()
|
/Linux-v5.4/drivers/infiniband/hw/efa/ |
D | efa_com.c | 86 unsigned long exp_time; in efa_com_reg_read32() local 104 exp_time = jiffies + usecs_to_jiffies(mmio_read->mmio_read_timeout); in efa_com_reg_read32() 109 } while (time_is_after_jiffies(exp_time)); in efa_com_reg_read32()
|
/Linux-v5.4/drivers/media/i2c/ |
D | s5k6aa.c | 534 unsigned int exp_time = s5k6aa->ctrls.exposure->val; in s5k6aa_set_auto_exposure() local 542 exp_time, value, auto_alg); in s5k6aa_set_auto_exposure() 547 ret = s5k6aa_set_user_exposure(c, exp_time); in s5k6aa_set_auto_exposure()
|
D | s5k5baf.c | 705 unsigned int exp_time = state->ctrls.exposure->val; in s5k5baf_hw_set_auto_exposure() local 707 s5k5baf_hw_set_user_exposure(state, exp_time); in s5k5baf_hw_set_auto_exposure()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | kvm_host.h | 506 u64 exp_time; member
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 805 unsigned long exp_time = jiffies + msecs_to_jiffies(wait_time); in mlx5e_wait_for_min_rx_wqes() local 815 } while (time_before(jiffies, exp_time)); in mlx5e_wait_for_min_rx_wqes()
|