Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dreadcf.c5367 time_t toval; local
5399 toval = convtime(val, 'm');
5405 TimeOuts.to_initial = toval;
5409 TimeOuts.to_mail = toval;
5413 TimeOuts.to_rcpt = toval;
5417 TimeOuts.to_datainit = toval;
5421 TimeOuts.to_datablock = toval;
5425 TimeOuts.to_datafinal = toval;
5429 TimeOuts.to_nextcommand = toval;
5433 TimeOuts.to_rset = toval;
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c14113 uint32_t toval; in bbr_switch_failed() local
14127 toval = bbr->rc_pacer_started - cts; in bbr_switch_failed()
14130 toval = HPTS_TICKS_PER_SLOT; in bbr_switch_failed()
14134 toval = bbr->r_ctl.rc_timer_exp - cts; in bbr_switch_failed()
14137 toval = HPTS_TICKS_PER_SLOT; in bbr_switch_failed()
14140 toval = HPTS_TICKS_PER_SLOT; in bbr_switch_failed()
14141 (void)tcp_hpts_insert_diag(tp, HPTS_USEC_TO_SLOTS(toval), in bbr_switch_failed()
H A Drack.c14347 uint32_t toval; in rack_switch_failed() local
14365 toval = rack->r_ctl.rc_last_output_to - cts; in rack_switch_failed()
14368 toval = HPTS_TICKS_PER_SLOT; in rack_switch_failed()
14372 toval = rack->r_ctl.rc_timer_exp - cts; in rack_switch_failed()
14375 toval = HPTS_TICKS_PER_SLOT; in rack_switch_failed()
14378 toval = HPTS_TICKS_PER_SLOT; in rack_switch_failed()
14379 (void)tcp_hpts_insert_diag(tp, HPTS_USEC_TO_SLOTS(toval), in rack_switch_failed()