Searched refs:exp_time (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | mesh_hwmp.c | 375 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local 415 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get() 472 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get() 473 ? mpath->exp_time : exp_time; in hwmp_route_info_get() 510 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get() 511 ? mpath->exp_time : exp_time; in hwmp_route_info_get() 1152 mpath->exp_time - in mesh_nexthop_lookup() 1196 mpath->exp_time = jiffies; in mesh_path_timer()
|
D | mesh.h | 116 unsigned long exp_time; member 184 unsigned long exp_time; member
|
D | mesh_pathtbl.c | 30 time_after(jiffies, mpath->exp_time) && in mpath_expired() 582 new_mpath->exp_time = jiffies; in mesh_path_add() 697 new_mpath->exp_time = jiffies; in mpp_path_add() 1030 mpath->exp_time = 0; in mesh_path_fix_nexthop() 1131 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_expire()
|
D | sta_info.h | 665 unsigned long exp_time);
|
D | mesh.c | 231 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check() 245 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
|
D | sta_info.c | 1069 unsigned long exp_time) in ieee80211_sta_expire() argument 1080 if (time_after(jiffies, sta->rx_stats.last_rx + exp_time)) { in ieee80211_sta_expire()
|
D | ibss.c | 1257 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local 1266 if (time_after(jiffies, sta->rx_stats.last_rx + exp_time) || in ieee80211_ibss_sta_expire()
|
D | cfg.c | 1495 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo() 1496 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
|
/linux-4.4.14/drivers/media/i2c/ |
D | s5k6aa.c | 537 unsigned int exp_time = s5k6aa->ctrls.exposure->val; in s5k6aa_set_auto_exposure() local 545 exp_time, value, auto_alg); in s5k6aa_set_auto_exposure() 550 ret = s5k6aa_set_user_exposure(c, exp_time); in s5k6aa_set_auto_exposure()
|
D | s5k5baf.c | 708 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-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 445 unsigned long exp_time = jiffies + msecs_to_jiffies(20000); in mlx5e_wait_for_min_rx_wqes() local 450 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_min_rx_wqes()
|