Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 10 of 10) sorted by relevance

/misc/services/acrn_manager/
A Dacrn_mngr.h61 unsigned timeout; member
67 unsigned timeout; member
73 unsigned timeout; member
177 unsigned timeout);
A Dacrn_mngr.c227 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 Dacrnd.c467 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 Dacrnctl.c563 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 Dclient.c51 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 Dserver.c227 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 Dacrntrace.c27 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 Devent_handler.c88 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 Dsocket.c209 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 Dboard_inspector.py65 if res.wait(timeout=40) != 0:

Completed in 13 milliseconds