Home
last modified time | relevance | path

Searched refs:exp_time (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/net/mac80211/
Dmesh_hwmp.c386 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
426 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
483 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
484 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
524 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
525 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
1181 mpath->exp_time - in mesh_nexthop_lookup()
1225 mpath->exp_time = jiffies; in mesh_path_timer()
Dmesh.h117 unsigned long exp_time; member
165 unsigned long exp_time; member
Dmesh_pathtbl.c41 time_after(jiffies, mpath->exp_time) && in mpath_expired()
397 new_mpath->exp_time = jiffies; in mesh_path_new()
814 mpath->exp_time = 0; in mesh_path_fix_nexthop()
873 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
Dsta_info.h753 unsigned long exp_time);
Dmesh.c228 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
242 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
Dibss.c1258 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()
Dsta_info.c1140 unsigned long exp_time) in ieee80211_sta_expire() argument
1153 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
Dcfg.c1734 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo()
1735 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
Drx.c2658 mppath->exp_time = jiffies; in ieee80211_rx_h_mesh_fwding()
Dtx.c2512 mppath->exp_time = jiffies; in ieee80211_build_hdr()
/Linux-v4.19/arch/x86/kvm/
Dhyperv.c468 stimer->exp_time = 0; in stimer_cleanup()
497 if (stimer->exp_time) { in stimer_start()
498 if (time_now >= stimer->exp_time) { in stimer_start()
501 div64_u64_rem(time_now - stimer->exp_time, in stimer_start()
503 stimer->exp_time = in stimer_start()
507 stimer->exp_time = time_now + stimer->count; in stimer_start()
512 time_now, stimer->exp_time); in stimer_start()
516 100 * (stimer->exp_time - time_now)), in stimer_start()
520 stimer->exp_time = stimer->count; in stimer_start()
632 payload->expiration_time = stimer->exp_time; in stimer_send_msg()
[all …]
Dtrace.h1184 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
1185 TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
1191 __field(u64, exp_time)
1198 __entry->exp_time = exp_time;
1203 __entry->exp_time)
/Linux-v4.19/drivers/media/i2c/
Ds5k6aa.c538 unsigned int exp_time = s5k6aa->ctrls.exposure->val; in s5k6aa_set_auto_exposure() local
546 exp_time, value, auto_alg); in s5k6aa_set_auto_exposure()
551 ret = s5k6aa_set_user_exposure(c, exp_time); in s5k6aa_set_auto_exposure()
Ds5k5baf.c708 unsigned int exp_time = state->ctrls.exposure->val; in s5k5baf_hw_set_auto_exposure() local
710 s5k5baf_hw_set_user_exposure(state, exp_time); in s5k5baf_hw_set_auto_exposure()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h465 u64 exp_time; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c858 unsigned long exp_time = jiffies + msecs_to_jiffies(wait_time); in mlx5e_wait_for_min_rx_wqes() local
868 } while (time_before(jiffies, exp_time)); in mlx5e_wait_for_min_rx_wqes()
1396 unsigned long exp_time = jiffies + msecs_to_jiffies(2000); in mlx5e_wait_for_sq_flush() local
1398 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_sq_flush()