/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-88pm80x.c | 79 unsigned long next_time; in rtc_next_alarm_time() local 90 next_time = rtc_tm_to_time64(next); in rtc_next_alarm_time() 92 if (next_time < now_time) { in rtc_next_alarm_time() 94 next_time += 60 * 60 * 24; in rtc_next_alarm_time() 95 rtc_time64_to_tm(next_time, next); in rtc_next_alarm_time()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-88pm80x.c | 79 unsigned long next_time; in rtc_next_alarm_time() local 90 next_time = rtc_tm_to_time64(next); in rtc_next_alarm_time() 92 if (next_time < now_time) { in rtc_next_alarm_time() 94 next_time += 60 * 60 * 24; in rtc_next_alarm_time() 95 rtc_time64_to_tm(next_time, next); in rtc_next_alarm_time()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/ |
H A D | tsnep_selftests.c | 217 u64 next_time; in check_gate() local 236 index = get_operation(curr, system_time, &next_time); in check_gate() 250 index = get_operation(prev, system_time, &next_time); in check_gate() 251 next_time = curr->start_time; in check_gate() 270 next_time = curr->start_time; in check_gate() 275 if (gc_time != (next_time & 0xFFFFFFFF)) { in check_gate() 277 gc_time, next_time); in check_gate()
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 2704 unsigned long next_time; in fcoe_ctlr_vn_age() local 2707 next_time = jiffies + msecs_to_jiffies(FIP_VN_BEACON_INT * 10); in fcoe_ctlr_vn_age() 2725 } else if (time_before(deadline, next_time)) in fcoe_ctlr_vn_age() 2726 next_time = deadline; in fcoe_ctlr_vn_age() 2730 return next_time; in fcoe_ctlr_vn_age() 3083 unsigned long next_time; in fcoe_ctlr_vn_timeout() local 3093 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout() 3099 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout() 3110 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout() 3117 next_time in fcoe_ctlr_vn_timeout() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 2696 unsigned long next_time; in fcoe_ctlr_vn_age() local 2699 next_time = jiffies + msecs_to_jiffies(FIP_VN_BEACON_INT * 10); in fcoe_ctlr_vn_age() 2717 } else if (time_before(deadline, next_time)) in fcoe_ctlr_vn_age() 2718 next_time = deadline; in fcoe_ctlr_vn_age() 2722 return next_time; in fcoe_ctlr_vn_age() 3075 unsigned long next_time; in fcoe_ctlr_vn_timeout() local 3085 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout() 3091 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout() 3102 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout() 3109 next_time in fcoe_ctlr_vn_timeout() [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mlme.c | 831 unsigned long timeout, next_time = 0; in cfg80211_dfs_channels_update_work() local 889 next_time = timeout - jiffies; in cfg80211_dfs_channels_update_work() 891 next_time = min(next_time, timeout - jiffies); in cfg80211_dfs_channels_update_work() 900 next_time); in cfg80211_dfs_channels_update_work()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mlme.c | 905 unsigned long timeout, next_time = 0; in cfg80211_dfs_channels_update_work() local 963 next_time = timeout - jiffies; in cfg80211_dfs_channels_update_work() 965 next_time = min(next_time, timeout - jiffies); in cfg80211_dfs_channels_update_work() 974 next_time); in cfg80211_dfs_channels_update_work()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.c | 180 unsigned long next_time = 0; in ap_handle_timer() local 193 next_time = jiffies + HZ; in ap_handle_timer() 195 next_time = jiffies + ap->max_inactivity; in ap_handle_timer() 200 next_time = sta->last_rx + ap->max_inactivity; in ap_handle_timer() 205 next_time = jiffies + ap->max_inactivity; in ap_handle_timer() 208 if (next_time) { in ap_handle_timer() 209 sta->timer.expires = next_time; in ap_handle_timer()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hfsc.c | 1385 u64 next_time = 0; in hfsc_schedule_watchdog() local 1389 next_time = cl->cl_e; in hfsc_schedule_watchdog() 1391 if (next_time == 0 || next_time > q->root.cl_cfmin) in hfsc_schedule_watchdog() 1392 next_time = q->root.cl_cfmin; in hfsc_schedule_watchdog() 1394 if (next_time) in hfsc_schedule_watchdog() 1395 qdisc_watchdog_schedule(&q->watchdog, next_time); in hfsc_schedule_watchdog()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.c | 180 unsigned long next_time = 0; in ap_handle_timer() local 193 next_time = jiffies + HZ; in ap_handle_timer() 195 next_time = jiffies + ap->max_inactivity; in ap_handle_timer() 200 next_time = sta->last_rx + ap->max_inactivity; in ap_handle_timer() 205 next_time = jiffies + ap->max_inactivity; in ap_handle_timer() 208 if (next_time) { in ap_handle_timer() 209 sta->timer.expires = next_time; in ap_handle_timer()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_hfsc.c | 1379 u64 next_time = 0; in hfsc_schedule_watchdog() local 1383 next_time = cl->cl_e; in hfsc_schedule_watchdog() 1385 if (next_time == 0 || next_time > q->root.cl_cfmin) in hfsc_schedule_watchdog() 1386 next_time = q->root.cl_cfmin; in hfsc_schedule_watchdog() 1388 if (next_time) in hfsc_schedule_watchdog() 1389 qdisc_watchdog_schedule(&q->watchdog, next_time); in hfsc_schedule_watchdog()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | request_manager.c | 500 u64 next_time; in __check_db_timeout() local 513 next_time = iq->last_db_time + iq->db_timeout; in __check_db_timeout() 514 if (!time_after(jiffies, (unsigned long)next_time)) in __check_db_timeout()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | request_manager.c | 496 u64 next_time; in __check_db_timeout() local 509 next_time = iq->last_db_time + iq->db_timeout; in __check_db_timeout() 510 if (!time_after(jiffies, (unsigned long)next_time)) in __check_db_timeout()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 615 static void nh_res_time_set_deadline(unsigned long next_time, in nh_res_time_set_deadline() argument 618 if (time_before(next_time, *deadline)) in nh_res_time_set_deadline() 619 *deadline = next_time; in nh_res_time_set_deadline()
|
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 3850 unsigned int next_time; in arcmsr_set_iop_datetime() local 3933 next_time = ARCMSR_HOURS; in arcmsr_set_iop_datetime() 3935 next_time = ARCMSR_MINUTES; in arcmsr_set_iop_datetime() 3936 mod_timer(&pacb->refresh_timer, jiffies + msecs_to_jiffies(next_time)); in arcmsr_set_iop_datetime()
|
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 3855 unsigned int next_time; in arcmsr_set_iop_datetime() local 3938 next_time = ARCMSR_HOURS; in arcmsr_set_iop_datetime() 3940 next_time = ARCMSR_MINUTES; in arcmsr_set_iop_datetime() 3941 mod_timer(&pacb->refresh_timer, jiffies + msecs_to_jiffies(next_time)); in arcmsr_set_iop_datetime()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3472 next_time = int(query.value(0)) 3474 if target_time > next_time: 3481 if target_time >= next_time:
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3473 next_time = int(query.value(0)) 3475 if target_time > next_time: 3482 if target_time >= next_time:
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 904 unsigned long next_time; in lpfc_handle_rrq_active() local 910 next_time = jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov + 1)); in lpfc_handle_rrq_active() 915 else if (time_before(rrq->rrq_stop_time, next_time)) in lpfc_handle_rrq_active() 916 next_time = rrq->rrq_stop_time; in lpfc_handle_rrq_active() 921 mod_timer(&phba->rrq_tmr, next_time); in lpfc_handle_rrq_active()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 1023 unsigned long next_time; in lpfc_handle_rrq_active() local 1029 next_time = jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov + 1)); in lpfc_handle_rrq_active() 1034 else if (time_before(rrq->rrq_stop_time, next_time)) in lpfc_handle_rrq_active() 1035 next_time = rrq->rrq_stop_time; in lpfc_handle_rrq_active() 1040 mod_timer(&phba->rrq_tmr, next_time); in lpfc_handle_rrq_active()
|