| /linux/net/mac80211/ |
| H A D | mesh_pathtbl.c | 75 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 D | mesh.h | 119 unsigned long exp_time; member 211 unsigned long exp_time; member
|
| H A D | mesh.c | 244 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check() 258 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
|
| H A D | sta_info.c | 1749 unsigned long exp_time) in ieee80211_sta_expire() 1762 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_find_sta_by_ifaddr() 1733 ieee80211_sta_expire(struct ieee80211_sub_if_data * sdata,unsigned long exp_time) ieee80211_sta_expire() argument
|
| H A D | cfg.c | 2987 if (time_before(jiffies, mpath->exp_time)) in ieee80211_update_mesh_config() 2988 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in ieee80211_update_mesh_config()
|
| H A D | rx.c | 3027 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data()
|
| H A D | tx.c | 2750 mppath->exp_time = jiffies; in ieee80211_build_hdr()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | reporter_tx.c | 26 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 D | reporter_rx.c | 52 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 D | fw.c | 679 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 D | en_main.c | 1295 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/arch/x86/kvm/ |
| H A D | trace.h | 1357 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time), 1358 TP_ARGS(vcpu_id, timer_index, time_now, exp_time), 1364 __field(u64, exp_time) 1371 __entry->exp_time = exp_time; 1376 __entry->exp_time)
|
| /linux/drivers/infiniband/hw/efa/ |
| H A D | efa_com.c | 89 unsigned long exp_time; in efa_com_reg_read32() 106 exp_time = jiffies + usecs_to_jiffies(mmio_read->mmio_read_timeout); in efa_com_reg_read32() 111 } while (time_is_after_jiffies(exp_time)); in efa_com_reg_read32() 80 unsigned long exp_time; efa_com_reg_read32() local
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 673 u64 exp_time; 653 u64 exp_time; global() member
|