Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
A Dmesh_hwmp.c395 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
438 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
500 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
501 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
546 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
547 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
1246 mpath->exp_time - in mesh_nexthop_lookup()
1288 mpath->exp_time = jiffies; in mesh_path_timer()
A Dmesh_pathtbl.c38 time_after(jiffies, mpath->exp_time) && in mpath_expired()
377 new_mpath->exp_time = jiffies; in mesh_path_new()
747 mpath->exp_time = 0; in mesh_path_fix_nexthop()
774 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
A Dmesh.h117 unsigned long exp_time; member
150 unsigned long exp_time; member
A Dsta_info.h916 unsigned long exp_time);
A Dmesh.c235 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
249 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
A Dibss.c1253 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local
1264 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
A Dsta_info.c1462 unsigned long exp_time) in ieee80211_sta_expire() argument
1475 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
A Dcfg.c2246 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo()
2247 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
A Drx.c2811 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data()
A Dtx.c2713 mppath->exp_time = jiffies; in ieee80211_build_hdr()
/linux-6.3-rc2/arch/x86/kvm/
A Dhyperv.c610 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()
645 stimer->exp_time = 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()
865 u64 time_now, exp_time; in kvm_hv_process_stimers() local
875 exp_time = stimer->exp_time; in kvm_hv_process_stimers()
877 if (exp_time) { in kvm_hv_process_stimers()
[all …]
A Dtrace.h1259 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)
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dreporter_tx.c12 unsigned long exp_time; in mlx5e_wait_for_sq_flush() local
14 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_sq_flush()
16 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_sq_flush()
A Dreporter_rx.c37 unsigned long exp_time; in mlx5e_wait_for_icosq_flush() local
39 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_icosq_flush()
41 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_icosq_flush()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfw.c661 unsigned long exp_time; in mlx5_fsm_reactivate() local
664 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FSM_REACTIVATE)); in mlx5_fsm_reactivate()
688 } while (time_before(jiffies, exp_time)); in mlx5_fsm_reactivate()
A Den_main.c1079 unsigned long exp_time = jiffies + msecs_to_jiffies(wait_time); in mlx5e_wait_for_min_rx_wqes() local
1088 } while (time_before(jiffies, exp_time)); in mlx5e_wait_for_min_rx_wqes()
/linux-6.3-rc2/drivers/infiniband/hw/efa/
A Defa_com.c76 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()
/linux-6.3-rc2/drivers/media/i2c/
A Ds5k6aa.c534 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()
A Ds5k5baf.c698 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()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h602 u64 exp_time; member

Completed in 99 milliseconds