Home
last modified time | relevance | path

Searched refs:exp_time (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_hwmp.c390 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
433 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
495 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
496 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
541 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
[all...]
H A Dmesh_pathtbl.c38 time_after(jiffies, mpath->exp_time) && in mpath_expired()
377 new_mpath->exp_time = jiffies; in mesh_path_new()
760 mpath->exp_time = 0; in mesh_path_fix_nexthop()
787 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
H A Dmesh.h82 * @exp_time: in jiffies, when the path will expire or when it expired
117 unsigned long exp_time; member
140 * @exp_time: expiration time of the entry, in jiffies
150 unsigned long exp_time; member
H A Dsta_info.h850 unsigned long exp_time);
H A Dibss.c1263 unsigned long exp_time = IEEE80211_IBSS_INACTIVITY_LIMIT; in ieee80211_ibss_sta_expire() local
1274 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire()
H A Dmesh.c234 if (time_after(jiffies, p->exp_time) || in mesh_rmc_check()
248 p->exp_time = jiffies + RMC_TIMEOUT; in mesh_rmc_check()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c395 unsigned long orig_lifetime, exp_time; in hwmp_route_info_get() local
439 exp_time = TU_TO_EXP_TIME(orig_lifetime); in hwmp_route_info_get()
503 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
504 ? mpath->exp_time : exp_time; in hwmp_route_info_get()
553 mpath->exp_time = time_after(mpath->exp_time, exp_time) in hwmp_route_info_get()
[all...]
H A Dmesh.h83 * @exp_time: in jiffies, when the path will expire or when it expired
118 unsigned long exp_time; member
171 * @exp_time: expiration time of the entry, in jiffies
181 unsigned long exp_time; member
H A Dmesh_pathtbl.c74 time_after(jiffies, mpath->exp_time) && in mpath_expired()
413 new_mpath->exp_time = jiffies; in mesh_path_new()
451 entry->mppath->exp_time = jiffies; in mesh_fast_tx_get()
1026 mpath->exp_time = 0; in mesh_path_fix_nexthop()
1055 time_after(jiffies, mpath->exp_time + MESH_PATH_EXPIRE)) in mesh_path_tbl_expire()
H A Dsta_info.h921 unsigned long exp_time);
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dhyperv.c563 stimer->exp_time = 0; in stimer_cleanup()
592 if (stimer->exp_time) { in stimer_start()
593 if (time_now >= stimer->exp_time) { in stimer_start()
596 div64_u64_rem(time_now - stimer->exp_time, in stimer_start()
598 stimer->exp_time = in stimer_start()
602 stimer->exp_time = time_now + stimer->count; in stimer_start()
607 time_now, stimer->exp_time); in stimer_start()
611 100 * (stimer->exp_time - time_now)), in stimer_start()
615 stimer->exp_time = stimer->count; in stimer_start()
772 payload->expiration_time = stimer->exp_time; in stimer_send_msg()
814 u64 time_now, exp_time; kvm_hv_process_stimers() local
[all...]
H A Dtrace.h1176 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
1177 TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
1183 __field(u64, exp_time)
1190 __entry->exp_time = exp_time;
1193 TP_printk("vcpu_id %d timer %d time_now %llu exp_time %llu",
1195 __entry->exp_time)
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dhyperv.c610 stimer->exp_time = 0; in stimer_cleanup()
639 if (stimer->exp_time) { in stimer_start()
640 if (time_now >= stimer->exp_time) { in stimer_start()
643 div64_u64_rem(time_now - stimer->exp_time, in stimer_start()
645 stimer->exp_time = in stimer_start()
649 stimer->exp_time = time_now + stimer->count; in stimer_start()
654 time_now, stimer->exp_time); in stimer_start()
658 100 * (stimer->exp_time - time_now)), in stimer_start()
662 stimer->exp_time = stimer->count; in stimer_start()
825 payload->expiration_time = stimer->exp_time; in stimer_send_msg()
867 u64 time_now, exp_time; kvm_hv_process_stimers() local
[all...]
H A Dtrace.h1259 TP_PROTO(int vcpu_id, int timer_index, u64 time_now, u64 exp_time),
1260 TP_ARGS(vcpu_id, timer_index, time_now, exp_time),
1266 __field(u64, exp_time)
1273 __entry->exp_time = exp_time;
1276 TP_printk("vcpu_id %d timer %d time_now %llu exp_time %llu",
1278 __entry->exp_time)
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_rx.c50 unsigned long exp_time; in mlx5e_wait_for_icosq_flush() local
52 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_icosq_flush()
54 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_icosq_flush()
H A Dreporter_tx.c25 unsigned long exp_time; in mlx5e_wait_for_sq_flush() local
27 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_sq_flush()
29 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_sq_flush()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c8 unsigned long exp_time = jiffies + in mlx5e_wait_for_sq_flush() local
11 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_sq_flush()
H A Dreporter_rx.c33 unsigned long exp_time = jiffies + in mlx5e_wait_for_icosq_flush() local
36 while (time_before(jiffies, exp_time)) { in mlx5e_wait_for_icosq_flush()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c649 unsigned long exp_time; in mlx5_fsm_reactivate() local
652 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FSM_REACTIVATE)); in mlx5_fsm_reactivate()
676 } while (time_before(jiffies, exp_time)); in mlx5_fsm_reactivate()
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H A Defa_com.c73 unsigned long exp_time; in efa_com_reg_read32() local
90 exp_time = jiffies + usecs_to_jiffies(mmio_read->mmio_read_timeout); in efa_com_reg_read32()
95 } while (time_is_after_jiffies(exp_time)); in efa_com_reg_read32()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H A Defa_com.c76 unsigned long exp_time; in efa_com_reg_read32() local
93 exp_time = jiffies + usecs_to_jiffies(mmio_read->mmio_read_timeout); in efa_com_reg_read32()
98 } while (time_is_after_jiffies(exp_time)); in efa_com_reg_read32()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c618 unsigned long exp_time = jiffies + msecs_to_jiffies(MLX5_FSM_REACTIVATE_TOUT); in mlx5_fsm_reactivate() local
648 } while (time_before(jiffies, exp_time)); in mlx5_fsm_reactivate()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Ds5k6aa.c534 unsigned int exp_time = s5k6aa->ctrls.exposure->val; in s5k6aa_set_auto_exposure() local
542 exp_time, value, auto_alg); in s5k6aa_set_auto_exposure()
547 ret = s5k6aa_set_user_exposure(c, exp_time); in s5k6aa_set_auto_exposure()
H A Ds5k5baf.c704 unsigned int exp_time = state->ctrls.exposure->val; in s5k5baf_hw_set_auto_exposure() local
706 s5k5baf_hw_set_user_exposure(state, exp_time); in s5k5baf_hw_set_auto_exposure()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Ds5k5baf.c698 unsigned int exp_time = state->ctrls.exposure->val; in s5k5baf_hw_set_auto_exposure() local
700 s5k5baf_hw_set_user_exposure(state, exp_time); in s5k5baf_hw_set_auto_exposure()

Completed in 38 milliseconds

12