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

/linux-4.4.14/net/mac80211/
H A Dmesh_hwmp.c375 unsigned long orig_lifetime, exp_time; hwmp_route_info_get() local
415 exp_time = TU_TO_EXP_TIME(orig_lifetime); hwmp_route_info_get()
472 mpath->exp_time = time_after(mpath->exp_time, exp_time) hwmp_route_info_get()
473 ? mpath->exp_time : exp_time; hwmp_route_info_get()
510 mpath->exp_time = time_after(mpath->exp_time, exp_time) hwmp_route_info_get()
511 ? mpath->exp_time : exp_time; hwmp_route_info_get()
1152 mpath->exp_time - mesh_nexthop_lookup()
1196 mpath->exp_time = jiffies; mesh_path_timer()
H A Dmesh.h85 * @exp_time: in jiffies, when the path will expire or when it expired
116 unsigned long exp_time; member in struct:mesh_path
174 * @exp_time: expiration time of the entry, in jiffies
184 unsigned long exp_time; member in struct:rmc_entry
H A Dmesh_pathtbl.c30 time_after(jiffies, mpath->exp_time) && mpath_expired()
582 new_mpath->exp_time = jiffies;
697 new_mpath->exp_time = jiffies; mpp_path_add()
1030 mpath->exp_time = 0; mesh_path_fix_nexthop()
1131 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) for_each_mesh_entry()
H A Dmesh.c231 if (time_after(jiffies, p->exp_time) || mesh_rmc_check()
245 p->exp_time = jiffies + RMC_TIMEOUT; mesh_rmc_check()
H A Dsta_info.h665 unsigned long exp_time);
H A Dibss.c1257 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; ieee80211_ibss_sta_expire() local
1266 if (time_after(jiffies, sta->rx_stats.last_rx + exp_time) || ieee80211_ibss_sta_expire()
H A Dsta_info.c1069 unsigned long exp_time) ieee80211_sta_expire()
1080 if (time_after(jiffies, sta->rx_stats.last_rx + exp_time)) { ieee80211_sta_expire()
1068 ieee80211_sta_expire(struct ieee80211_sub_if_data *sdata, unsigned long exp_time) ieee80211_sta_expire() argument
H A Dcfg.c1495 if (time_before(jiffies, mpath->exp_time)) mpath_set_pinfo()
1496 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); mpath_set_pinfo()
/linux-4.4.14/drivers/media/i2c/
H A Ds5k6aa.c537 unsigned int exp_time = s5k6aa->ctrls.exposure->val; s5k6aa_set_auto_exposure() local
545 exp_time, value, auto_alg); s5k6aa_set_auto_exposure()
550 ret = s5k6aa_set_user_exposure(c, exp_time); s5k6aa_set_auto_exposure()
H A Ds5k5baf.c708 unsigned int exp_time = state->ctrls.exposure->val; s5k5baf_hw_set_auto_exposure() local
710 s5k5baf_hw_set_user_exposure(state, exp_time); s5k5baf_hw_set_auto_exposure()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c445 unsigned long exp_time = jiffies + msecs_to_jiffies(20000); mlx5e_wait_for_min_rx_wqes() local
450 while (time_before(jiffies, exp_time)) { mlx5e_wait_for_min_rx_wqes()

Completed in 537 milliseconds