Searched refs:timeouts (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dsys.c52 struct sys_timeouts *timeouts; local
59 timeouts = sys_arch_timeouts();
61 if (!timeouts || !timeouts->next) {
64 if (timeouts->next->time > 0) {
65 time = sys_arch_mbox_fetch(mbox, msg, timeouts->next->time);
74 tmptimeout = timeouts->next;
75 timeouts->next = tmptimeout->next;
90 if (time <= timeouts->next->time) {
91 timeouts
104 struct sys_timeouts *timeouts; local
159 struct sys_timeouts *timeouts; local
210 struct sys_timeouts *timeouts; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcoe.c84 unsigned int timeouts; member in struct:fcoe_port
188 fcoe->timeouts = 0;
785 fcoe->timeouts = 0;
1011 fcoe->timeouts++;
1021 fcoe->timeouts = 0;
1032 if ( fcoe->timeouts <= FCOE_MAX_VLAN_REQUESTS ) {
1043 fcoe->timeouts = 0;
1056 ( fcoe->timeouts <= FCOE_MAX_FIP_SOLICITATIONS ) ) {
1076 fcoe->timeouts = 0;
1096 if ( fcoe->timeouts > FCOE_MAX_FIP_MISSING_KEEPALIVE
[all...]
/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c60 struct sys_timeouts timeouts; member in struct:__anon14897
327 * Grab the pointer to this thread's timeouts from TLS.
348 to = &g_aTLS[i].timeouts;
360 to = &g_aTLS[id].timeouts;
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c61 struct sys_timeouts timeouts;
448 * Grab the pointer to this thread's timeouts from TLS.
469 to = &g_aTLS[i].timeouts;
481 to = &g_aTLS[id].timeouts;

Completed in 44 milliseconds