| /components/net/lwip/port/ |
| A D | sys_arch.c | 122 static unsigned short counter = 0; in sys_sem_new() local 128 rt_snprintf(tname, RT_NAME_MAX, "%s%d", SYS_LWIP_SEM_NAME, counter); in sys_sem_new() 129 counter ++; in sys_sem_new() 246 static unsigned short counter = 0; in sys_mutex_new() local 252 rt_snprintf(tname, RT_NAME_MAX, "%s%d", SYS_LWIP_MUTEX_NAME, counter); in sys_mutex_new() 253 counter ++; in sys_mutex_new() 326 static unsigned short counter = 0; in sys_mbox_new() local 332 rt_snprintf(tname, RT_NAME_MAX, "%s%d", SYS_LWIP_MBOX_NAME, counter); in sys_mbox_new() 333 counter ++; in sys_mbox_new()
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
| A D | nd6.c | 731 neighbor_cache[i].counter.probes_sent++; in nd6_tmr() 743 neighbor_cache[i].counter.stale_time = 0; in nd6_tmr() 749 neighbor_cache[i].counter.stale_time++; in nd6_tmr() 752 if (neighbor_cache[i].counter.delay_time <= 1) { in nd6_tmr() 755 neighbor_cache[i].counter.probes_sent = 0; in nd6_tmr() 757 neighbor_cache[i].counter.delay_time--; in nd6_tmr() 767 neighbor_cache[i].counter.probes_sent++; in nd6_tmr() 1218 time = neighbor_cache[i].counter.probes_sent; in nd6_new_neighbor_cache_entry() 1235 time = neighbor_cache[i].counter.probes_sent; in nd6_new_neighbor_cache_entry() 1274 neighbor_cache[i].counter.reachable_time = 0; in nd6_free_neighbor_cache_entry() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv6/ |
| A D | nd6.c | 992 neighbor_cache[i].counter.probes_sent++; in nd6_tmr() 1004 neighbor_cache[i].counter.stale_time = 0; in nd6_tmr() 1010 neighbor_cache[i].counter.stale_time++; in nd6_tmr() 1013 if (neighbor_cache[i].counter.delay_time <= 1) { in nd6_tmr() 1016 neighbor_cache[i].counter.probes_sent = 0; in nd6_tmr() 1018 neighbor_cache[i].counter.delay_time--; in nd6_tmr() 1028 neighbor_cache[i].counter.probes_sent++; in nd6_tmr() 1510 time = neighbor_cache[i].counter.probes_sent; in nd6_new_neighbor_cache_entry() 1527 time = neighbor_cache[i].counter.probes_sent; in nd6_new_neighbor_cache_entry() 1566 neighbor_cache[i].counter.reachable_time = 0; in nd6_free_neighbor_cache_entry() [all …]
|
| /components/drivers/usb/cherryusb/demo/ |
| A D | hid_mouse_template.c | 411 int counter = 0; in hid_mouse_test() local 412 while (counter < 1000) { in hid_mouse_test() 419 counter++; in hid_mouse_test()
|
| /components/drivers/cputime/ |
| A D | Kconfig | 2 bool "Enable CPU time for high resolution clock counter" 10 Then user can use high resolution clock counter with:
|
| /components/drivers/hwtimer/ |
| A D | hwtimer.c | 40 rt_uint32_t counter; in timeout_calc() local 64 counter = (rt_uint32_t)(timeout * timer->freq); in timeout_calc() 65 devi = tv_sec - (counter / (float)timer->freq) * i; in timeout_calc() 89 counter = (rt_uint32_t)(timeout * timer->freq); in timeout_calc() 91 return counter; in timeout_calc()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | nd6_priv.h | 90 } counter; member
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | nd6_priv.h | 90 } counter; member
|
| /components/drivers/pic/ |
| A D | pic.c | 404 isr->action.counter = 0; in rt_pic_attach_irq() 448 isr->action.counter = next_isr->action.counter; in rt_pic_detach_irq() 587 action->counter++; in rt_pic_handle_isr() 605 action->counter++; in rt_pic_handle_isr() 1261 rt_kprintf(" %-10d ", pirq->isr.action.counter); in list_irq() 1270 … pirq->stat.max_irq_time_ns, pirq->stat.sum_irq_time_ns/pirq->isr.action.counter, pirq->stat.min_i… in list_irq() 1284 rt_kprintf(" %-10d ", repeat_isr->action.counter); in list_irq()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | vj.c | 45 #define INCR(counter) ++comp->stats.counter argument 47 #define INCR(counter) argument
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | vj.c | 42 #define INCR(counter) ++comp->stats.counter argument 44 #define INCR(counter) argument
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | vj.c | 42 #define INCR(counter) ++comp->stats.counter argument 44 #define INCR(counter) argument
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 233 * snmp: Separate mib2 counter/table callbacks from snmp agent. This both cleans 506 SYN/FIN in snd_buf counter 2141 mem_free to run between mem_malloc iterations. Added illegal counter for 2147 defines for MEM, MEMP and SYS modules, removed (unused) rexmit counter. 2694 value). It will avoid potential fragmentation problems, use a counter to know 3783 the counter from reaching 0 right away (which would allow 3960 counter. 3998 * The packet buffer implementation is changed. The pbuf->ref counter
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 486 * snmp: Separate mib2 counter/table callbacks from snmp agent. This both cleans 759 SYN/FIN in snd_buf counter 2394 mem_free to run between mem_malloc iterations. Added illegal counter for 2400 defines for MEM, MEMP and SYS modules, removed (unused) rexmit counter. 2947 value). It will avoid potential fragmentation problems, use a counter to know 4036 the counter from reaching 0 right away (which would allow 4213 counter. 4251 * The packet buffer implementation is changed. The pbuf->ref counter
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1185 mem_free to run between mem_malloc iterations. Added illegal counter for 1191 defines for MEM, MEMP and SYS modules, removed (unused) rexmit counter. 1738 value). It will avoid potential fragmentation problems, use a counter to know 2827 the counter from reaching 0 right away (which would allow 3004 counter. 3042 * The packet buffer implementation is changed. The pbuf->ref counter
|