Home
last modified time | relevance | path

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

/components/drivers/ipc/
A Dwaitqueue.c203 rt_timer_t tmr = &(tid->thread_timer); in _rt_wqueue_wait() local
246 rt_timer_control(tmr, in _rt_wqueue_wait()
250 rt_timer_start(tmr); in _rt_wqueue_wait()
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp.c886 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
898 if((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
908 else if((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
922 (u32_t)tcp_ticks - pcb->tmr >= pcb->rto * TCP_OOSEQ_TIMEOUT) { in tcp_slowtmr()
931 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1010 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1232 (u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_prio()
1233 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_prio()
1259 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_timewait()
1260 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_timewait()
[all …]
A Ddns.c173 u8_t tmr; member
663 pEntry->tmr = 1; in dns_check_entry()
676 if (--pEntry->tmr == 0) { in dns_check_entry()
681 pEntry->tmr = 1; in dns_check_entry()
697 pEntry->tmr = pEntry->retries; in dns_check_entry()
A Dtcp_out.c1380 tcp_ticks, pcb->tmr, pcb->keep_cnt_sent)); in tcp_keepalive()
1437 tcp_ticks, pcb->tmr, pcb->keep_cnt_sent)); in tcp_zero_window_probe()
A Dtcp_in.c552 pcb->tmr = tcp_ticks; in tcp_timewait_input()
620 pcb->tmr = tcp_ticks; in tcp_process()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp.c1089 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1101 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1110 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1135 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1477 (u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_prio()
1478 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_prio()
1508 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_state()
1509 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_state()
1536 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_timewait()
1537 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_timewait()
[all …]
A Ddns.c231 u8_t tmr; member
1038 entry->tmr = 1; in dns_check_entry()
1049 if (--entry->tmr == 0) { in dns_check_entry()
1058 entry->tmr = 1; in dns_check_entry()
1070 entry->tmr = entry->retries; in dns_check_entry()
A Dtcp_out.c1543 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()
1604 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
A Dtcp_in.c686 pcb->tmr = tcp_ticks;
764 pcb->tmr = tcp_ticks;
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp.c1320 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1332 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1340 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1355 (tcp_ticks - pcb->tmr >= (u32_t)pcb->rto * TCP_OOSEQ_TIMEOUT)) { in tcp_slowtmr()
1363 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1735 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_prio()
1765 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_state()
1766 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_state()
1793 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_timewait()
1794 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_timewait()
[all …]
A Ddns.c232 u8_t tmr; member
1107 entry->tmr = 1; in dns_check_entry()
1118 if (--entry->tmr == 0) { in dns_check_entry()
1127 entry->tmr = 1; in dns_check_entry()
1139 entry->tmr = entry->retries; in dns_check_entry()
1312 entry->tmr = 1; in dns_recv()
A Dtcp_in.c765 pcb->tmr = tcp_ticks;
845 pcb->tmr = tcp_ticks;
A Dtcp_out.c2091 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()
2136 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp.h193 u32_t tmr; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtcp.h234 u32_t tmr; member
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtcp.h280 u32_t tmr; member

Completed in 129 milliseconds