Searched refs:SECOND_TO_US (Results 1 – 4 of 4) sorted by relevance
16 #define SECOND_TO_US 1000000 macro17 #define WAIT_RECV (SECOND_TO_US>>2)
13 #define WAIT_USER_VM_POWEROFF (10*SECOND_TO_US)19 #define LISTEN_INTERVAL (5 * SECOND_TO_US)
128 usleep(LISTEN_INTERVAL + SECOND_TO_US); in socket_req_shutdown_service_vm_handler()144 usleep(LISTEN_INTERVAL + SECOND_TO_US); in req_user_vm_shutdown_reboot()182 usleep(LISTEN_INTERVAL + SECOND_TO_US); in req_system_shutdown_reboot()268 usleep(SECOND_TO_US); in req_reboot_handler()303 usleep(SECOND_TO_US); in req_shutdown_handler()
146 usleep(LISTEN_INTERVAL + SECOND_TO_US); in poll_and_dispatch_uart_channel_events()
Completed in 7 milliseconds