Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c382 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()
Dmesh.h116 unsigned long exp_time; member
184 unsigned long exp_time; member
Dmesh_pathtbl.c30 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()
Dsta_info.h634 unsigned long exp_time);
Dmesh.c232 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
246 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
Dsta_info.c1052 unsigned long exp_time) in ieee80211_sta_expire() argument
1063 if (time_after(jiffies, sta->last_rx + exp_time)) { in ieee80211_sta_expire()
Dibss.c1251 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()
Dcfg.c1514 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/
Ds5k6aa.c537 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()
Ds5k5baf.c708 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()