Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_pathtbl.c75 time_after(jiffies, mpath->exp_time) && in mpath_expired()
418 new_mpath->exp_time = jiffies; in mesh_path_new()
457 entry->mppath->exp_time = jiffies; in mesh_fast_tx_get()
1054 mpath->exp_time = 0; in mesh_path_fix_nexthop()
1083 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
H A Dmesh.h119 unsigned long exp_time; member
211 unsigned long exp_time; member
H A Dmesh.c244 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
258 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
H A Dsta_info.c1733 unsigned long exp_time) in ieee80211_sta_expire() argument
1746 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
H A Dcfg.c2789 if (time_before(jiffies, mpath->exp_time)) in mpath_set_pinfo()
2790 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
H A Drx.c3027 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data()
H A Dtx.c2738 mppath->exp_time = jiffies; in ieee80211_build_hdr()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c26 unsigned long exp_time; in mlx5e_wait_for_sq_flush() local
28 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_sq_flush()
30 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_sq_flush()
H A Dreporter_rx.c52 unsigned long exp_time; in mlx5e_wait_for_icosq_flush() local
54 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_icosq_flush()
56 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_icosq_flush()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c679 unsigned long exp_time; in mlx5_fsm_reactivate() local
682 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FSM_REACTIVATE)); in mlx5_fsm_reactivate()
706 } while (time_before(jiffies, exp_time)); in mlx5_fsm_reactivate()
H A Den_main.c1295 unsigned long exp_time = jiffies + msecs_to_jiffies(wait_time); in mlx5e_wait_for_min_rx_wqes() local
1304 } while (time_before(jiffies, exp_time)); in mlx5e_wait_for_min_rx_wqes()
/linux/drivers/infiniband/hw/efa/
H A Defa_com.c80 unsigned long exp_time; in efa_com_reg_read32() local
97 exp_time = jiffies + usecs_to_jiffies(mmio_read->mmio_read_timeout); in efa_com_reg_read32()
102 } while (time_is_after_jiffies(exp_time)); in efa_com_reg_read32()
/linux/arch/x86/include/asm/
H A Dkvm_host.h653 u64 exp_time; member