Home
last modified time | relevance | path

Searched refs:timedout (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-uart.h106 static inline uint8_t cvmx_uart_read_byte_with_timeout(int uart_index, int *timedout, volatile unsi… in cvmx_uart_read_byte_with_timeout() argument
111 *timedout = 0; in cvmx_uart_read_byte_with_timeout()
116 *timedout = 1; in cvmx_uart_read_byte_with_timeout()
H A Dcvmx-debug-uart.c161 int timedout = 0; in cvmx_debug_uart_getpacket() local
165 ch = cvmx_uart_read_byte_with_timeout(cvmx_debug_uart, &timedout, __SHRT_MAX__); in cvmx_debug_uart_getpacket()
167 if (timedout) in cvmx_debug_uart_getpacket()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_imap_handler.c68 if (rev->timedout) { in ngx_mail_imap_init_protocol()
70 c->timedout = 1; in ngx_mail_imap_init_protocol()
116 if (rev->timedout) { in ngx_mail_imap_auth_state()
118 c->timedout = 1; in ngx_mail_imap_auth_state()
H A Dngx_mail_pop3_handler.c88 if (rev->timedout) { in ngx_mail_pop3_init_protocol()
90 c->timedout = 1; in ngx_mail_pop3_init_protocol()
131 if (rev->timedout) { in ngx_mail_pop3_auth_state()
133 c->timedout = 1; in ngx_mail_pop3_auth_state()
H A Dngx_mail_smtp_handler.c287 if (rev->timedout) { in ngx_mail_smtp_invalid_pipelining()
291 rev->timedout = 0; in ngx_mail_smtp_invalid_pipelining()
343 if (rev->timedout) { in ngx_mail_smtp_init_protocol()
345 c->timedout = 1; in ngx_mail_smtp_init_protocol()
399 if (rev->timedout) { in ngx_mail_smtp_auth_state()
401 c->timedout = 1; in ngx_mail_smtp_auth_state()
H A Dngx_mail_proxy_module.c221 if (rev->timedout) { in ngx_mail_proxy_pop3_handler()
224 c->timedout = 1; in ngx_mail_proxy_pop3_handler()
334 if (rev->timedout) { in ngx_mail_proxy_imap_handler()
337 c->timedout = 1; in ngx_mail_proxy_imap_handler()
470 if (rev->timedout) { in ngx_mail_proxy_smtp_handler()
473 c->timedout = 1; in ngx_mail_proxy_smtp_handler()
889 if (ev->timedout || c->close) { in ngx_mail_proxy_handler()
898 c->timedout = 1; in ngx_mail_proxy_handler()
H A Dngx_mail_auth_http_module.c252 if (wev->timedout) { in ngx_mail_auth_http_write_handler()
315 if (rev->timedout) { in ngx_mail_auth_http_read_handler()
870 if (rev->timedout) { in ngx_mail_auth_sleep_handler()
872 rev->timedout = 0; in ngx_mail_auth_sleep_handler()
H A Dngx_mail_handler.c644 if (wev->timedout) { in ngx_mail_send()
646 c->timedout = 1; in ngx_mail_send()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c229 if (r->connection->read->timedout) { in ngx_http_read_unbuffered_request_body()
230 r->connection->timedout = 1; in ngx_http_read_unbuffered_request_body()
249 if (r->connection->read->timedout) { in ngx_http_read_client_request_body_handler()
250 r->connection->timedout = 1; in ngx_http_read_client_request_body_handler()
596 if (rev->timedout) { in ngx_http_discarded_request_body_handler()
597 c->timedout = 1; in ngx_http_discarded_request_body_handler()
H A Dngx_http_request.c389 if (rev->timedout) { in ngx_http_wait_request_handler()
659 if (rev->timedout) { in ngx_http_ssl_handshake()
845 if (c->read->timedout) { in ngx_http_ssl_handshake_handler()
1052 if (rev->timedout) { in ngx_http_process_request_line()
1054 c->timedout = 1; in ngx_http_process_request_line()
1337 if (rev->timedout) { in ngx_http_process_request_headers()
1339 c->timedout = 1; in ngx_http_process_request_headers()
2342 ev->timedout = 0; in ngx_http_request_handler()
2787 if (wev->timedout) { in ngx_http_writer()
2790 c->timedout = 1; in ngx_http_writer()
[all …]
H A Dngx_http_upstream.c1282 ev->timedout = 0; in ngx_http_upstream_handler()
2276 if (c->read->timedout) { in ngx_http_upstream_read_request_handler()
2277 c->timedout = 1; in ngx_http_upstream_read_request_handler()
2300 if (c->read->timedout) { in ngx_http_upstream_process_header()
3353 c->timedout = 1; in ngx_http_upstream_process_upgraded()
3359 if (upstream->read->timedout || upstream->write->timedout) { in ngx_http_upstream_process_upgraded()
3526 if (wev->timedout) { in ngx_http_upstream_process_non_buffered_downstream()
3527 c->timedout = 1; in ngx_http_upstream_process_non_buffered_downstream()
3857 if (wev->timedout) { in ngx_http_upstream_process_downstream()
3860 c->timedout = 1; in ngx_http_upstream_process_downstream()
[all …]
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_timer.c92 ev->timedout = 1; in ngx_event_expire_timers()
H A Dngx_event_accept.c34 if (ev->timedout) {
39 ev->timedout = 0;
H A Dngx_event_udp.c63 if (ev->timedout) { in ngx_event_recvmsg()
68 ev->timedout = 0; in ngx_event_recvmsg()
H A Dngx_event.h59 unsigned timedout:1; member
H A Dngx_event_openssl_stapling.c1083 if (wev->timedout) { in ngx_ssl_ocsp_write_handler()
1137 if (rev->timedout) { in ngx_ssl_ocsp_read_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c317 || c->read->timedout in ngx_http_upstream_free_keepalive_peer()
319 || c->write->timedout) in ngx_http_upstream_free_keepalive_peer()
422 if (c->close || c->read->timedout) { in ngx_http_upstream_keepalive_close_handler()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_return_module.c143 if (ev->timedout) { in ngx_stream_return_write_handler()
H A Dngx_stream_handler.c222 if (rev->timedout) { in ngx_stream_proxy_protocol_handler()
H A Dngx_stream_proxy_module.c1349 if (ev->timedout) { in ngx_stream_proxy_process_connection()
1350 ev->timedout = 0; in ngx_stream_proxy_process_connection()
1444 if (ev->timedout) { in ngx_stream_proxy_connect_handler()
H A Dngx_stream_core_module.c227 if (c->read->timedout) { in ngx_stream_core_preread_phase()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h177 unsigned timedout:1; member
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c344 if (rev->timedout) { in ngx_http_v2_read_handler()
458 if (wev->timedout) { in ngx_http_v2_write_handler()
4150 if (fc->read->timedout) { in ngx_http_v2_read_client_request_body_handler()
4153 fc->timedout = 1; in ngx_http_v2_read_client_request_body_handler()
4186 if (fc->read->timedout) { in ngx_http_v2_read_unbuffered_request_body()
4189 fc->timedout = 1; in ngx_http_v2_read_unbuffered_request_body()
4194 fc->read->timedout = 0; in ngx_http_v2_read_unbuffered_request_body()
4324 fc->timedout ? NGX_HTTP_V2_PROTOCOL_ERROR in ngx_http_v2_close_stream()
4447 if (ev->timedout) { in ngx_http_v2_close_stream_handler()
4450 fc->timedout = 1; in ngx_http_v2_close_stream_handler()
[all …]
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c1309 if (ev->timedout) { in ngx_channel_handler()
1310 ev->timedout = 0; in ngx_channel_handler()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzil.c2659 boolean_t timedout = B_FALSE; in zil_commit_waiter() local
2687 ASSERT3B(timedout, ==, B_FALSE); in zil_commit_waiter()
2703 timedout = B_TRUE; in zil_commit_waiter()

12