Home
last modified time | relevance | path

Searched refs:SECOND_TO_US (Results 1 – 4 of 4) sorted by relevance

/misc/services/life_mngr/
A Duart.h16 #define SECOND_TO_US 1000000 macro
17 #define WAIT_RECV (SECOND_TO_US>>2)
A Duart_channel.h13 #define WAIT_USER_VM_POWEROFF (10*SECOND_TO_US)
19 #define LISTEN_INTERVAL (5 * SECOND_TO_US)
A Dcommand_handler.c128 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()
A Duart_channel.c146 usleep(LISTEN_INTERVAL + SECOND_TO_US); in poll_and_dispatch_uart_channel_events()

Completed in 7 milliseconds