Searched refs:timeout (Results 1 – 10 of 10) sorted by relevance
| /misc/services/acrn_manager/ |
| A D | acrn_mngr.h | 61 unsigned timeout; member 67 unsigned timeout; member 73 unsigned timeout; member 177 unsigned timeout);
|
| A D | acrn_mngr.c | 227 struct timeval timeout; in server_poll_func() local 246 timeout.tv_sec = 0; in server_poll_func() 247 timeout.tv_usec = 10000; in server_poll_func() 248 select(max_fd + 1, &rfd, NULL, NULL, &timeout); in server_poll_func() 577 unsigned timeout) in mngr_send_msg() argument 589 t.tv_sec = timeout; in mngr_send_msg() 597 if (timeout) in mngr_send_msg() 616 if (timeout) in mngr_send_msg()
|
| A D | acrnd.c | 467 static int wait_for_stop(unsigned int timeout) in wait_for_stop() argument 469 unsigned long t = timeout; in wait_for_stop() 529 static void _handle_acrnd_stop(unsigned int timeout) in _handle_acrnd_stop() argument 543 acrnd_stop_timeout = timeout; in _handle_acrnd_stop() 584 _handle_acrnd_stop(msg->data.acrnd_stop.timeout); in handle_acrnd_stop()
|
| A D | acrnctl.c | 563 static int wait_vm_stop(const char * vmname, unsigned int timeout) in wait_vm_stop() argument 565 unsigned long t = timeout; in wait_vm_stop()
|
| /misc/debug_tools/acrn_crashlog/usercrash/ |
| A D | client.c | 51 struct timeval timeout = {50, 0}; in set_timeout() local 53 if (setsockopt(sockfd, SOL_SOCKET, SO_RCVTIMEO, &timeout, in set_timeout() 54 sizeof(timeout)) != 0) { in set_timeout() 58 if (setsockopt(sockfd, SOL_SOCKET, SO_SNDTIMEO, &timeout, in set_timeout() 59 sizeof(timeout)) != 0) { in set_timeout()
|
| A D | server.c | 227 struct timeval timeout = { 100, 0 }; in perform_request() local 233 event_add(crash->crash_event, &timeout); in perform_request() 263 struct timeval timeout = { 1, 0 }; in crash_accept_cb() local 275 event_add(crash_event, &timeout); in crash_accept_cb()
|
| /misc/debug_tools/acrn_trace/ |
| A D | acrntrace.c | 27 static uint32_t timeout = 0; variable 63 static int init_timer(int timeout) in init_timer() argument 82 it.it_interval.tv_sec = timeout; in init_timer() 84 it.it_value.tv_sec = timeout; in init_timer() 93 pr_info("Capture trace data for about %ds and exit\n", timeout); in init_timer() 118 timeout = ret; in parse_opt() 381 if (timeout) { in main() 382 err = init_timer(timeout); in main()
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | event_handler.c | 88 static void watchdog_fed(int timeout) in watchdog_fed() argument 95 new_value.it_value.tv_sec = timeout; in watchdog_fed() 108 static void watchdog_init(int timeout) in watchdog_init() argument 122 new_value.it_value.tv_sec = timeout; in watchdog_init()
|
| /misc/services/life_mngr/ |
| A D | socket.c | 209 struct timeval timeout; in socket_poll_events() local 228 timeout.tv_sec = 0; in socket_poll_events() 229 timeout.tv_usec = 10000; in socket_poll_events() 230 select(max_fd + 1, &rfd, NULL, NULL, &timeout); in socket_poll_events()
|
| /misc/config_tools/board_inspector/ |
| A D | board_inspector.py | 65 if res.wait(timeout=40) != 0:
|
Completed in 13 milliseconds