Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-3.4.0/src/
Dp2G4_main.c417 bs_time_t next_time = BS_MIN(rx_status->sync_start, rx_status->rx_s.abort.recheck_time); in f_rx_found() local
418 next_time = BS_MIN(next_time, rx_status->scan_end + 1); in f_rx_found()
419 fq_add(next_time, Rx_Sync, d); in f_rx_found()
454 bs_time_t next_time = BS_MIN(rx_a[d].sync_start,rx_a[d].rx_s.abort.recheck_time); in f_rx_sync() local
455 next_time = BS_MIN(next_time, rx_a[d].scan_end + 1); in f_rx_sync()
456 fq_add(next_time, Rx_Sync, d); in f_rx_sync()
704 bs_time_t next_time = BS_MIN(cca_s->scan_end, req->abort.recheck_time); in f_cca_meas() local
705 next_time = BS_MIN(cca_s->next_meas, next_time); in f_cca_meas()
706 fq_add(next_time, Rx_CCA_meas, d); in f_cca_meas()