Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_hwmp.c403 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
447 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
511 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
512 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
561 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
[all...]
H A Dmesh_pathtbl.c75 time_after(jiffies, mpath->exp_time) && in mpath_expired()
418 new_mpath->exp_time = jiffies; in mesh_path_new()
457 entry->mppath->exp_time = jiffies; in mesh_fast_tx_get()
1054 mpath->exp_time = 0; in mesh_path_fix_nexthop()
1083 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
H A Dmesh.h119 unsigned long exp_time; member
211 unsigned long exp_time; member
H A Dsta_info.h985 unsigned long exp_time);
H A Dibss.c1225 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local
1236 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
H A Dcfg.c2630 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo()
2631 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
H A Drx.c2998 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data()
/linux/arch/x86/kvm/
H A Dhyperv.c614 stimer->exp_time = 0; in stimer_cleanup()
643 if (stimer->exp_time) { in stimer_start()
644 if (time_now >= stimer->exp_time) { in stimer_start()
647 div64_u64_rem(time_now - stimer->exp_time, in stimer_start()
649 stimer->exp_time = in stimer_start()
653 stimer->exp_time = time_now + stimer->count; in stimer_start()
658 time_now, stimer->exp_time); in stimer_start()
662 100 * (stimer->exp_time - time_now)), in stimer_start()
666 stimer->exp_time = stimer->count; in stimer_start()
829 payload->expiration_time = stimer->exp_time; in stimer_send_msg()
[all …]
H A Dtrace.h1357 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
1358 TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
1364 __field(u64, exp_time)
1371 __entry->exp_time = exp_time;
1376 __entry->exp_time)
/linux/arch/x86/include/asm/
H A Dkvm_host.h642 u64 exp_time; member