Searched refs:exp_time (Results 1 - 19 of 19) sorted by relevance

/linux-master/net/mac80211/
H A Dmesh_hwmp.c397 unsigned long orig_lifetime, exp_time; local
441 exp_time = TU_TO_EXP_TIME(orig_lifetime);
505 mpath->exp_time = time_after(mpath->exp_time, exp_time)
506 ? mpath->exp_time : exp_time;
555 mpath->exp_time = time_after(mpath->exp_time, exp_time)
[all...]
H A Dmesh.h83 * @exp_time: in jiffies, when the path will expire or when it expired
119 unsigned long exp_time; member in struct:mesh_path
201 * @exp_time: expiration time of the entry, in jiffies
211 unsigned long exp_time; member in struct:rmc_entry
H A Dmesh_pathtbl.c75 time_after(jiffies, mpath->exp_time) &&
418 new_mpath->exp_time = jiffies;
457 entry->mppath->exp_time = jiffies;
1041 mpath->exp_time = 0;
1070 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE))
H A Dsta_info.h925 unsigned long exp_time);
H A Dibss.c1230 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; local
1241 if (time_is_before_jiffies(last_active + exp_time) ||
H A Dmesh.c241 if (time_after(jiffies, p->exp_time) ||
255 p->exp_time = jiffies + RMC_TIMEOUT;
H A Dsta_info.c1617 unsigned long exp_time)
1630 if (time_is_before_jiffies(last_active + exp_time)) {
1616 ieee80211_sta_expire(struct ieee80211_sub_if_data *sdata, unsigned long exp_time) argument
H A Dcfg.c2329 if (time_before(jiffies, mpath->exp_time))
2330 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies);
H A Drx.c2898 mppath->exp_time = jiffies;
H A Dtx.c2715 mppath->exp_time = jiffies;
/linux-master/arch/x86/kvm/
H A Dhyperv.c610 stimer->exp_time = 0;
639 if (stimer->exp_time) {
640 if (time_now >= stimer->exp_time) {
643 div64_u64_rem(time_now - stimer->exp_time,
645 stimer->exp_time =
649 stimer->exp_time = time_now + stimer->count;
654 time_now, stimer->exp_time);
658 100 * (stimer->exp_time - time_now)),
662 stimer->exp_time = stimer->count;
825 payload->expiration_time = stimer->exp_time;
867 u64 time_now, exp_time; local
[all...]
H A Dtrace.h1262 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
1263 TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
1269 __field(u64, exp_time)
1276 __entry->exp_time = exp_time;
1279 TP_printk("vcpu_id %d timer %d time_now %llu exp_time %llu",
1281 __entry->exp_time)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_rx.c50 unsigned long exp_time; local
52 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR));
54 while (time_before(jiffies, exp_time)) {
H A Dreporter_tx.c25 unsigned long exp_time; local
27 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR));
29 while (time_before(jiffies, exp_time)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c649 unsigned long exp_time; local
652 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FSM_REACTIVATE));
676 } while (time_before(jiffies, exp_time));
H A Den_main.c1179 unsigned long exp_time = jiffies + msecs_to_jiffies(wait_time); local
1188 } while (time_before(jiffies, exp_time));
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.c76 unsigned long exp_time; local
93 exp_time = jiffies + usecs_to_jiffies(mmio_read->mmio_read_timeout);
98 } while (time_is_after_jiffies(exp_time));
/linux-master/drivers/media/i2c/
H A Ds5k5baf.c698 unsigned int exp_time = state->ctrls.exposure->val; local
700 s5k5baf_hw_set_user_exposure(state, exp_time);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h624 u64 exp_time; member in struct:kvm_vcpu_hv_stimer

Completed in 297 milliseconds