Searched refs:exp_time (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | mesh_hwmp.c | 382 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local 422 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get() 459 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get() 460 ? mpath->exp_time : exp_time; in hwmp_route_info_get() 497 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get() 498 ? mpath->exp_time : exp_time; in hwmp_route_info_get() 1139 mpath->exp_time - in mesh_nexthop_lookup() 1181 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 | 634 unsigned long exp_time);
|
D | mesh.c | 232 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check() 246 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
|
D | sta_info.c | 1052 unsigned long exp_time) in ieee80211_sta_expire() argument 1063 if (time_after(jiffies, sta->last_rx + exp_time)) { in ieee80211_sta_expire()
|
D | ibss.c | 1251 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local 1260 if (time_after(jiffies, sta->last_rx + exp_time) || in ieee80211_ibss_sta_expire()
|
D | cfg.c | 1514 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo() 1515 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
|
/linux-4.1.27/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()
|